Our multi-agent platform allows clients to hire freelancers by chatting with an AI agent.
- Website: https://www.autolanding.ai/
- Backend repository: https://github.com/MuhammadIbneRafiq/BACKEND_autolanding_ai
- Frontend: TypeScript & Tailwind CSS with Shadcn UI library.
- Backend: JavaScript and Supabase.
- Database: Postgres.
Follow these steps in case you want to set up our frontend locally:
# Open a new terminal and navigate to the frontend directory
cd frontend_autolanding_ai
# Install npm packages
npm install
# Start the frontend development server
npm run dev