Chat Template Playground
A modern SvelteKit playground for experimenting with chat UIs, templates, and interactive components.
๐ฆ Installing Dependencies
Install the project dependencies before starting development:
bun install
๐ป Developing Locally
Start a development server with hot reload:
bun run dev
# or start the server and open the app in a new browser tab
bun run dev --open
๐๏ธ Building for Production
To create a production build:
bun run build
Preview the production build:
bun run preview
Note: To deploy your app, you may need to install an adapter for your target environment.
๐งฐ Tech Stack
- Bun - Fast JavaScript runtime and package manager
- SvelteKit
- Vite
- sv
- Tailwind CSS
๐ค Contributing
Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.
๐ License
This project is licensed under the MIT License.
๐ฌ Contact
For questions or feedback, please contact the project maintainer.