An open API service indexing awesome lists of open source software.

https://github.com/luuuppi/stellaris

Ollama web UI
https://github.com/luuuppi/stellaris

ai ai-chatbot llm-ui local-ai local-llm ollama ollama-chatbot ollama-ui ui

Last synced: about 2 months ago
JSON representation

Ollama web UI

Awesome Lists containing this project

README

        

# Project Stellaris - web UI for Ollama

### ⭐ Main features

- Chating with Ollama models via web UI
- Storing all data locally on your browser
- Streaming response in real-time
- Markdown parsing with syntax highlighting
- Installing models via web UI

## 🧐 How to use?
1. Install [Ollama](https://ollama.com/download)
2. Go to the [web app](https://ollama-hub.vercel.app) (no registration required)
3. Install model you want ([Full list of models](https://ollama.com/models))
4. Enjoy!

## 🔧 Tech stack

- TypeScript
- React
- Zustand + Persist
- TanStack Router
- Tailwind CSS
- RadixUI
- Framer Motion
- Vite

## 🏃 Get started locally

1. Install [Ollama](https://ollama.com/download)
2. Clone the repo on your computer
3. `npm i`
4. `npm run build && npm run preview`