Feature matrix (operator QA)
Checklist for releases.
Logins: Production installs use the bootstrap email/password written by
install/install.sh (see credentials output / .coldfeet-credentials). Local
dev with npm run db:seed may use admin@coldfeet.local / coldfeet123.
Mail path: Ingestion is SMTP only. “OAuth” below means console SSO
(Microsoft/Google sign-in), not mailbox or Graph/Gmail connectors.
Deployment modes
| Area | http | cloudflare | certbot (origin) |
|---|
| Admin platform settings | ✓ | ✓ | ✓ |
| Domain wizard MX copy | ✓ | ✓ | ✓ |
| OAuth SSO (console login) | optional | if hybrid | if hybrid |
| Quarantine digest links | PUBLIC_URL | PUBLIC_URL | PUBLIC_URL |
Routes (authenticated tenant admin)
| Route | Loads | CRUD / action | Errors visible |
|---|
/dashboard | | stats | |
/dashboard/domains | | list | |
/dashboard/domains/new | | wizard | |
/dashboard/domains/[id] | | verify, relay, DKIM | toast |
/dashboard/quarantine | | release | |
/dashboard/trace | | search | |
/dashboard/audit | | list | |
/dashboard/archive | | list | |
/dashboard/policies | | CRUD | |
/dashboard/settings | | | |
/dashboard/settings/members | | invite | |
/dashboard/settings/lists | | CRUD | |
/dashboard/settings/security | | 2FA | |
/dashboard/settings/siem | | webhook | |
/dashboard/settings/api-keys | | keys | |
/dashboard/settings/billing | | view | |
/quarantine | | user portal | |
Super admin routes
| Route | Loads | Action |
|---|
/admin | | stats |
/admin/tenants | | create |
/admin/tenants/[id] | | members, wizard, plan |
/admin/users | | create, super toggle, delete |
/admin/domains | | filter, link |
/admin/settings | | validate, apply |
/admin/audit | | list |
/admin/runbooks | | docs links |
API smoke
| Endpoint | Method | Notes |
|---|
/health | GET | public |
/auth/login | POST | credentials |
/admin/settings | GET | super admin |
/admin/settings/platform/validate | POST | DNS checks |
/tenants/:id/domains | POST | wizard start |
/quarantine/release | POST | token release |
Docs in app
| Slug | File |
|---|
/docs/deploy-cloudflare | DEPLOY-CLOUDFLARE.md |
/docs/deploy-tls-origin | DEPLOY-TLS-ORIGIN.md |
/docs/install-ubuntu | INSTALL-UBUNTU.md |
/docs/feature-matrix | FEATURE-MATRIX.md |