A clone of perplexity.ai conversational search engine (work in progress)
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- Chat UI - Next.js + TailwindCSS
- LLM API - OpenAI
- Search API - ExaAILabs
- Backend Services - Node.js
- Server - Express.js
- Database - MongoDB
- Authentication - NextAuth.js
- Deployment - Vercel