Skip to main content

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.

yourhq/
  apps/ui/              Next.js dashboard (App Router, Tailwind, shadcn)
  gateway/              Gateway image, files API, daemons, lifecycle scripts
  db/migrations/        Supabase SQL migrations (001–017)
  templates/            Agent template library (15 templates)
  installer/            Interactive install scripts
  docs-site/            Mintlify documentation source
  .github/workflows/    CI and image publishing

UI

apps/ui/ — the Next.js dashboard. Server actions in src/app/dashboard/*/actions.ts, components in src/components/, hooks in src/hooks/.

Gateway

gateway/ — Dockerfile, entrypoint.sh, files_api.py, daemons in daemons/, lifecycle scripts in scripts/.

Templates

templates/ — one directory per agent role. Each is a starting worktree for new agents.

Migrations

db/migrations/ — ordered SQL files. Schema source of truth.
Read Architecture for how these pieces interact at runtime.