This quickstart gets Your HQ running on a Docker host with your own Supabase project.Documentation Index
Fetch the complete documentation index at: https://docs.yourhq.ai/llms.txt
Use this file to discover all available pages before exploring further.
If you are not technical, the important idea is simple: HQ runs on your computer or server, and Supabase stores your workspace data.
What you need
Docker
Runs the HQ UI and gateway containers.
Supabase
Stores your workspace, auth, tasks, agents, and command queues.
Model provider
Any provider — OpenAI, Anthropic, Gemini, Ollama, or 25+ others. HQ is model-agnostic.
Optional: Tailscale
Private remote access from your phone, laptop, or another machine.
Quickstart steps
Create a Supabase project
Create a free project at supabase.com, then run every SQL file in
db/migrations/ in filename order.Complete onboarding
Open
http://localhost:3000.Paste your Supabase project URL, anon key, and service role key. Then sign in or create a Supabase auth user.Set up the workspace
Choose workspace details, owner profile, pipeline stages, fields, and task streams. You can change these later.
Connect a model provider
Go to Settings → Connections. API-key providers can be added directly; interactive providers show the next step in the UI.
What to read next
Full installation guide
More setup paths, updates, and install troubleshooting.
Understand agents
How templates, memory, channels, boot docs, and delegation work.
Add another gateway
Run agents on a second machine.
Troubleshooting
Fix common setup, Supabase, gateway, and agent issues.