This is my personal website featuring a RAG AI Chatbot that will answer any and all questions about me. It was built with React, Next.js, Tailwind CSS, Drizzle, Postgres, OpenAI and Vercel AI SDK.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.