title | emoji | colorFrom | colorTo | sdk | app_port | pinned | license |
---|---|---|---|---|---|---|---|
Chat Template Playground |
💻 |
blue |
green |
docker |
3000 |
false |
apache-2.0 |
A modern SvelteKit playground for experimenting with chat UIs, templates, and interactive components.
Install the project dependencies before starting development:
npm install
# or
yarn install
# or
pnpm install
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
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.
- SvelteKit
- Vite
- sv
- Tailwind CSS (if enabled)
Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
For questions or feedback, please contact the project maintainer.