AssistAI is an AI powered conversational chatbot designed to assist users with finding government schemes quickly by leveraging the power of the LLM's.
- Next.js
- TypeScript
- TailwindCSS
- PostgreSQL
To run locally
- Clone the repo and cd into it
- Install dependencies
npm install
- Configure environment variables by creating a
.env
file in the root path of the project.# Google Gemini API Key GOOGLE_GEN_AI_KEY=<YOUR API KEY> # Secret key for signing JWT AUTH_SECRET=<SECRET KEY>
- Run the development server:
npm run dev