This project utilizes several cutting-edge technologies to build a modern web application:
- Package Manager: Bun
- Framework: Next.js
- Styling: Tailwind CSS
- Components: Shadcn UI
- LLM: OpenAI
- RAG: AI SDK
- Database: Vercel Postgres
- ORM: Drizzle ORM
- Auth: Auth.js
- Deployment: Vercel
- Analytics: Vercel Analytics
Note: This repository uses several experimental features which may result in unstable behavior.
-
Clone the repository and navigate to the directory:
git clone https://github.com/nikhilsnayak/nikhilsnayak.dev.git <your-repo-name> cd <your-repo-name>
-
Install the dependencies using Bun:
bun install
-
Create a
.env.local
file based on the.env.example
file. -
Start the development server:
bun run dev
Feel free to use this repository as a template. Ensure to remove any personal information.