A Deaf-centered, accessibility-native SaaS platform with AI-powered workflows, decentralized trust scoring, and government-grade compliance infrastructure. Five core services. One open ecosystem.
Core Services
Each service is independently deployable, OpenAPI 3.1 documented, and connected through DeafAUTH's PASETO token fabric.
Deaf-First Design
These aren't guidelines — they're hard constraints enforced at the code and policy level across every service.
Architecture
Cloudflare Tunnel for all public traffic — no exposed ports. PASETO v4 over JWT. A single gateway entry point for all external requests.
All inter-service auth uses PASETO v4 (preferred over JWT). PinkSync activation requires a per-user or enterprise-level PASETO token. The gateway is upstream of PinkSync.
Every external request flows through: auth → trust score → normalize → route → audit. HotChannel WebSocket audit interception logs every significant event.
All public traffic routes through Cloudflare Tunnel. Ports 3006+ are dynamic and must never be hardcoded — resolved at runtime via Deno and Cloudflare tunnel bindings.
All packages use mbtq- prefix or @mbtq/ scope. Self-hosted Verdaccio for scoped packages. Two-repo split: mbtq-dev (public), mbtq-core (private).
Tech Stack
Quick Start
Node.js ≥ 20.0.0 and npm ≥ 10.0.0 required. PostgreSQL and Redis for full stack.
API Reference
All services share the DeafAUTH security scheme. Include Authorization: Bearer <token> in every request.
Open Source
All contributions must maintain WCAG 2.1 AAA compliance and Deaf-first principles. Use Conventional Commits. CI must pass.
feat/your-feature), and follow the Conventional Commits spec for all commit messages.npm run lint && npm run test before opening a PR. All CI checks — lint, type-check, validate:openapi, and security scans — must pass.