Skip to content

luuuppi/OllamaHub

Repository files navigation

OllamaHub - 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
  2. Go to the web app (no registration required)
  3. Install model you want (Full list of models)
  4. Enjoy!

🔧 Tech stack

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

🏃 Get started locally

  1. Install Ollama
  2. Clone the repo on your computer
  3. npm i
  4. npm run build && npm run preview