Developers
Internal engineering map for architecture, setup, ADRs, and the public API stack.
Internal documentation for engineers working on the Basenet rebuild. Partner-facing API guides live under Partner.
Start here
- Quickstart — apps, packages, and how to orient
- Architecture — monorepo and runtime map (Mermaid)
- Application architecture — transports → handlers → permissions/transactions/audit → repositories/providers
- Tenant isolation — routing, database-per-tenant provisioning, fleet migrations and failure boundaries
- Workers and integrations — queues, adapters, retries, idempotency and dead letters
- Setup and checks —
pnpm devand day-to-day commands - Operations and runbooks — every current runbook, grouped by purpose
- Real-tenant dev fixtures — boot on migrated Basenet-shaped data
- Public API & docs — OpenAPI → Blume / Scalar / OpenWiki (Mermaid)
- Scalar API reference — the live
/referenceviewer, auth reality, and which surface to use when - Decisions & ADRs — why boundaries exist
- Testing — unit, fleet, e2e expectations
- OpenWiki — generated wiki vs this browsable surface
Local docs server
pnpm --filter @blinqx/docs dev
# → http://localhost:4322
Port 4322 is intentional (not Astro’s default 4321) so it stays clear of web:3000 and portal:3001.
Contract symlink
One OpenAPI artifact feeds every surface — see Public API & docs and docs/runbooks/docs-surfaces.md.