Skip to content

Commit ea3df0e

Browse files
committed
docs: update readme
1 parent 2236b8f commit ea3df0e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
Full-featured AI Chatbot Nuxt application with authentication, chat history, multiple pages, collapsible sidebar, keyboard shortcuts, light & dark mode, command palette and more. Built using [Nuxt UI](https://ui.nuxt.com) components and integrated with [AI SDK v5](https://sdk.vercel.ai) for a complete chat experience.
77

8-
- [Live demo](https://chat-template.nuxt.dev/)
9-
- [Documentation](https://ui.nuxt.com/docs/getting-started/installation/nuxt)
8+
- [Live demo](https://chat-vue-template.nuxt.dev/)
9+
- [Documentation](https://ui.nuxt.com/docs/getting-started/installation/vue)
1010

11-
<a href="https://vue-chat-template.nuxt.dev/" target="_blank">
11+
<a href="https://chat-vue-template.nuxt.dev/" target="_blank">
1212
<picture>
1313
<source media="(prefers-color-scheme: dark)" srcset="https://ui.nuxt.com/assets/templates/nuxt/chat-vue-dark.png">
1414
<source media="(prefers-color-scheme: light)" srcset="https://ui.nuxt.com/assets/templates/nuxt/chat-vue-light.png">
@@ -22,6 +22,7 @@ Full-featured AI Chatbot Nuxt application with authentication, chat history, mul
2222
- 🤖 **Multiple model support** via various AI providers with built-in AI Gateway support
2323
- 🔐 **Authentication** via GitHub OAuth using a Nitro server route and httpOnly cookies
2424
- 💾 **Chat history persistence** using PostgreSQL database and [Drizzle ORM](https://orm.drizzle.team)
25+
- 💬 **Markdown rendering** using [vue-markdown-render](https://github.com/Simon-He95/vue-markdown-render)
2526
- 🚀 **Easy deploy** to Vercel with zero configuration
2627

2728
## Quick Start
@@ -32,7 +33,7 @@ npm create nuxt@latest -- -t github:nuxt-ui-templates/chat-vue
3233

3334
## Deploy your own
3435

35-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=chat&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fchat&env=NUXT_SESSION_PASSWORD,NUXT_OAUTH_GITHUB_CLIENT_ID,NUXT_OAUTH_GITHUB_CLIENT_SECRET&products=%5B%7B%22type%22%3A%22integration%22%2C%22group%22%3A%22postgres%22%7D%5D&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fchat-dark.png&demo-url=https%3A%2F%2Fchat-template.nuxt.dev%2F&demo-title=Nuxt%20Chat%20Template&demo-description=An%20AI%20chatbot%20template%20to%20build%20your%20own%20chatbot%20powered%20by%20Nuxt%20MDC%20and%20Vercel%20AI%20SDK.)
36+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=chat-vue&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fchat-vue&env=SESSION_PASSWORD,GITHUB_OAUTH_CLIENT_ID,GITHUB_OAUTH_CLIENT_SECRET&products=%5B%7B%22type%22%3A%22integration%22%2C%22group%22%3A%22postgres%22%7D%5D&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fchat-dark.png&demo-url=https%3A%2F%2Fchat-vue-template.nuxt.dev%2F&demo-title=Vue%20Chat%20Template&demo-description=An%20AI%20chatbot%20template%20to%20build%20your%20own%20chatbot%20powered%20by%20Vue%20MDC%20and%20Vercel%20AI%20SDK.)
3637

3738
## Setup
3839

0 commit comments

Comments
 (0)