Skip to content
forked from avarayr/suaveui

Open source LLM UI, compatible with all local LLM providers.

License

Notifications You must be signed in to change notification settings

dmatora/suaveui

 
 

Repository files navigation

SuaveUI Beta

SuaveUI is an experimental PWA chat UI built specifically for interacting with Local AI Models.

Demo GIF

Running (using Docker 🐳)

You can easily run the latest version of SuaveUI using Docker. Follow these steps:

  1. Pull the latest image:

    docker pull ghcr.io/avarayr/suaveui:latest
  2. Run the container:

    docker run -p 3005:3005 --add-host localhost:host-gateway ghcr.io/avarayr/suaveui:latest
  3. Go to http://localhost:3005

Development

While SuaveUI is in early alpha, installation is via cloning and running a server

Requirements: Bun, Node

  1. git clone https://github.com/avarayr/suaveui
  2. bun install
  3. bun dev

Technologies used

React for UI, Node.js as light backend

Screenshot 2024-08-26 at 1 35 36 PM Screenshot 2024-08-26 at 1 36 00 PM Screenshot 2024-08-26 at 1 36 06 PM Screenshot 2024-08-26 at 1 39 59 PM

Experimental

This repository is a work in progress.

About

Open source LLM UI, compatible with all local LLM providers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • Other 2.3%