- Llama 3.1 70B from Meta for the LLM
- Together AI for LLM inference
- Next.js app router with Tailwind
- Serper for the search API
- Plausible for website analytics
- Fork or clone the repo
- Create an account at Together AI for the LLM
- Create an account at SERP API.
- Create a
.env(use the.example.envfor reference) and replace the API keys - Run
npm installandnpm run devto install dependencies and run locally