Zunder Chat AI Starter is a simple starter for building AI Chat Applications, powered by Zunder UI
⚠️ IMPORTANT NOTICEZunder UI is currently in an early stage of development. The API is subject to change, and breaking changes may occur in future releases. I'm happy for you to explore and give feedback, but please use it with care.
- Full Nuxt 3 (Nuxt 4 Compatibility Mode is activated)
- Including Nuxt UI & Zunder UI
- Chat UI with ChatGPT-like UI
- Chat with Simulated Chat or bring your own OpenAI Implementation
- Dark Mode
- Responsive Design
Make sure to install the dependencies:
Clone the repository:
git clone https://github.com/regenrek/zunder-chat-ai-starter.git my-ai-chat
cd my-ai-chat
pnpm install
Copy the .env.example
file to .env
:
cp .env.example .env
OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
USE_SIMULATED_CHAT=true # Set to false to use the real OpenAI API
Start the development server on http://localhost:3000
:
# pnpm
pnpm run dev
Build the application for production:
# pnpm
pnpm run build
Locally preview production build:
# pnpm
pnpm run preview
While Nuxt UI provides an excellent foundation for building Vue applications, there's a growing need for components specifically tailored to AI-driven interfaces. Zunder fills this gap by offering:
- AI-specific components for chat interfaces
- Elements designed for text and image generation tasks
- Tools for displaying and interacting with AI model outputs
- Seamless integration with existing Nuxt UI components
- Demos (Chat, Image Analysis, RAG, etc.)
Whether you're building a chatbot, a content generation tool, or a complex AI-powered application, Zunder provides the building blocks you need to create intuitive and powerful user interfaces.
For full documentation, visit official documentation site.
Contributions to Zunder are welcome and appreciated! As a solo developer, I'm always excited to see community involvement. Here's how you can contribute:
- Check out the GitHub Issues for open tasks or report a new issue.
- Fork the repository and create a new branch for your contribution.
- Make your changes and submit a pull request.
Zunder UI is open-source software licensed under the MIT license.
For support, please open an issue on our GitHub repository
- Website zunder.ai
- My X Twitter
- Star on Github GitHub repo
Thank you!