Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.6 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.6 KB

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.