Landing Page | Chat |
---|---|
This is a Next.js project bootstrapped with create-next-app
.
- Next.js App Router
- React Server Components (RSCs), Suspense, and Server Actions
- Vercel AI SDK for streaming chat UI
- Support for OpenAI (default)
- Edge runtime-ready
- shadcn/ui
- Styling with Tailwind CSS
- Chat History, rate limiting, and session storage with Vercel KV
This template ships with OpenAI gpt-3.5-turbo
as the default. However, thanks to the Vercel AI SDK, you can switch LLM providers to Anthropic, Hugging Face, or using LangChain with just a few lines of code.
You will need need your own personal tokens to use the environment variables and run the Next.js AI Chatbot