Skip to content
New Project

Zola

Zola is a free, open-source AI chat app with multi-model support.

DeployView Demo
This is an auto-uploaded thumbnail from https://vercel.com/templates/submit.

Zola

zola.chat

Zola is the open-source chat interface for all your models.

Features

  • Multi-model support: OpenAI, Mistral, Claude, Gemini, Ollama (local models)
  • Bring your own API key (BYOK) support via OpenRouter
  • File uploads
  • Clean, responsive UI with light/dark themes
  • Built with Tailwind CSS, shadcn/ui, and prompt-kit
  • Open-source and self-hostable
  • Customizable: user system prompt, multiple layout options
  • Local AI with Ollama: Run models locally with automatic model detection
  • Full MCP support (wip)

Quick Start

Option 1: With OpenAI (Cloud)

git clone https://github.com/ibelick/zola.git
cd zola
npm install
echo "OPENAI_API_KEY=your-key" > .env.local
npm run dev

Option 2: With Ollama (Local)

# Install and start Ollama
curl -fsSL https://ollama.ai/install.sh | sh
ollama pull llama3.2 # or any model you prefer
# Clone and run Zola
git clone https://github.com/ibelick/zola.git
cd zola
npm install
npm run dev

Zola will automatically detect your local Ollama models!

Option 3: Docker with Ollama

git clone https://github.com/ibelick/zola.git
cd zola
docker-compose -f docker-compose.ollama.yml up

To unlock features like auth, file uploads, see INSTALL.md.

Built with

  • prompt-kit — AI components
  • shadcn/ui — core components
  • motion-primitives — animated components
  • vercel ai sdk — model integration, AI features
  • supabase — auth and storage

Sponsors

License

Apache License 2.0

Notes

This is a beta release. The codebase is evolving and may change.

GitHub
Owneribelick
Repositoryzola
LicenseView License
Use Cases
AI
Stack
Next.js
Tailwind
Database
Supabase
Auth
Supabase Auth

Related Templates

AI SDK Computer Use

An open-source AI agent demonstrating Claude Sonnet's computer use capabilities, built with Next.js, Vercel Sandbox, and the AI SDK.
AI SDK Computer Use thumbnail

AgentGPT - AI Agents with Langchain & OpenAI

Assemble, configure, and deploy autonomous AI Agents in your browser, using Langchain, OpenAI, AutoGPT and T3 Stack.
AgentGPT - AI Agents with Langchain & OpenAI thumbnail

Vercel x xAI Chatbot

An open-source AI chatbot built with Next.js, the AI SDK, and xAI.
Vercel x xAI Chatbot thumbnail
DeployView Demo