Skip to content

SvelteKit-based WebUI #14839

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft

Conversation

allozaur
Copy link

No description provided.

allozaur added 15 commits July 21, 2025 13:16
Sets up a new SvelteKit project for the web UI with Storybook & ShadCN installed

This includes adding base files, Storybook configuration,
Prettier and ESLint configurations, a test setup, and basic
styling with Tailwind CSS.
Adds a theme mode watcher to the web UI.

This allows the UI to automatically switch between light and dark
mode based on the user's system preferences.
Introduces a script for streamlined web UI development.

This script simplifies the process of starting a development server with configurable options for model selection (local or Hugging Face), port number, and build execution. It improves the developer experience by automating setup and providing helpful usage instructions.
Changes the SvelteKit adapter to `@sveltejs/adapter-static`.
This allows for generating static HTML files for improved
performance and easier deployment to static hosting providers.

Configures the adapter to output files to the `../public` directory
and to use `index.html` as a fallback.
Implements a proof-of-concept SvelteKit application with core chat functionalities.

This includes:
- UI components for chat messages and input
- A chat service for handling API requests
- State management using Svelte reactivity
@@ -0,0 +1,38 @@
# sv
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update README file

@bayorm
Copy link

bayorm commented Jul 26, 2025

what is reason to change from react -> svelte? Would it be better just to improve UI with react?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants