metadata
title: Chat Template Playground
emoji: π»
colorFrom: blue
colorTo: green
sdk: docker
app_port: 3000
pinned: false
license: apache-2.0
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:
npm install
# or
yarn install
# or
pnpm install
π» Developing Locally
Start a development server with hot reload:
npm run dev
# or start the server and open the app in a new browser tab
yarn dev -- --open
ποΈ Building for Production
To create a production build:
npm run build
Preview the production build:
npm run preview
Note: To deploy your app, you may need to install an adapter for your target environment.
π§° Tech Stack
- SvelteKit
- Vite
- sv
- Tailwind CSS (if enabled)
π€ 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.