https://github.com/w3labkr/nextjs14-aisdk4-chatbot
This is a chatbot starter template for the Next.js 14 based on AI SDK v4.
https://github.com/w3labkr/nextjs14-aisdk4-chatbot
ai-sdk assistant-ui chat chatbot chatbot-ui chatgpt javascript js nextjs14 openai shadcn shadcn-ui ts typescript
Last synced: about 2 months ago
JSON representation
This is a chatbot starter template for the Next.js 14 based on AI SDK v4.
- Host: GitHub
- URL: https://github.com/w3labkr/nextjs14-aisdk4-chatbot
- Owner: w3labkr
- License: mit
- Created: 2024-12-08T08:06:00.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-16T04:54:11.000Z (2 months ago)
- Last Synced: 2025-02-16T05:26:04.499Z (2 months ago)
- Topics: ai-sdk, assistant-ui, chat, chatbot, chatbot-ui, chatgpt, javascript, js, nextjs14, openai, shadcn, shadcn-ui, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 552 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextjs14-aisdk4-chatbot
This is a chatbot starter template for the [Next.js](https://nextjs.org) 14 based on [AI SDK](https://sdk.vercel.ai) v4.
## Screenshots

## Denpendencies
- Next.js 14
- AI SDK v4
- Tailwindcss
- Shadcn
- assistant-ui## Documents
- [DEPENDENCIES](./docs/DEPENDENCIES.md)
- [GIT](./docs/GIT.md)## Getting Started
Clone the repository to the current directory.
```shell
git clone https://github.com/w3labkr/nextjs14-aisdk4-chatbot .
```Install all modules listed as dependencies.
```shell
npm install
```Copy of the `.env.example` if the `.env` doesn't exist.
```shell
cp .env.example .env
```Start the development server.
```shell
npm run dev
```## License
This software license under the [MIT License](LICENSE).