Domain network dashboard
PocketBase is your headless CMS — not a page builder. Each domain = one sites row;
articles are filtered by site. Use this dashboard to see all domains and jump into admin.
Connect API (read-only)
Create key in Settings → API Keys with access to sites, articles.
Token is stored in sessionStorage only in this browser.
| Domain | Niche | Status | Hugo theme | Active | Actions |
|---|---|---|---|---|---|
| Load sites with your API token above. | |||||
Onboard a new domain (checklist)
- Admin → sites → New record (domain, niche, S3, CloudFront, Umami,
hugo_theme— 22 themes, see catalog) - Run
make generate-site DOMAIN=example.com(or batch script) make export-sites— refreshsites.json- Add articles with
siterelation; publish when SEO gates pass make sync→make hugo-build DOMAIN=...→make deploy DOMAIN=...- Set
onboarding_statusto live
Full doc: docs/MULTI_DOMAIN_CMS.md and docs/SITE_ONBOARDING.md