Guides
Claire developer docs
Self-hosting
Run Claire on your own infrastructure without publishing operator secrets.
Self-hosting
- Copy
server/.env.exampleand set your own values. - Start local or remote Docker stacks with
bun run docker:upor your compose files. - Apply
supabase/migrations/to your database. - Point mobile/desktop clients at your API origin.
Public docs do not include live production hostnames. See docs/deployment/PRODUCTION_SETUP.md and docs/deployment/RAILWAY.md.