Premium AI Chat Interface built with Svelte 5 and Tailwind CSS 4.
Everything you need to build a Svelte project, powered by sv.
If you're seeing this, you've probably already done this step. Congrats!
# create a new project
npx sv create my-app
To recreate this project with the same configuration:
# recreate this project
npx sv create --template minimal --types ts --install npm ai-vibe-chat
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
AI-VIBE-CHAT-V2 - High Performance Chat Interface
This repository provides a streamlined approach to modern development needs, enabling developers to build robust applications with minimal complexity and maximum efficiency.
# Clone the repository
git clone https://github.com/mk-knight23/AI-VIBE-CHAT-V2
cd AI-VIBE-CHAT-V2
# Install dependencies
npm install
# Start development server
npm run dev
| Platform | URL |
|---|---|
| Vercel | [Deployed Link] |
| GitHub Pages | [Deployed Link] |
MIT License - see LICENSE file for details
Built with ❤️ by mk-knight23