Home

ARNO documentation

Cloud design editor over git. This portal aggregates every docs artifact from the vadimpianov/arno (opens in a new tab) monorepo into one searchable site.

Start here

  • Architecture overview — C4 L1 + L2 diagrams, key flows
  • Glossary — domain vocabulary with code references
  • Master spec — canonical product + tech + observability spec (1100+ lines)
  • Handoff — live deployment state, secrets map, pending actions

Reference

  • API reference — auto-generated TypeDoc + REST endpoint list + DB schema (regenerated on every push to main)
  • ADRs — architecture decision records (18 entries)
  • Runbooks — operational playbooks
  • URL-import — small-biz onboarding feature spec + legal materials

Operations

How this site is built

This is a Nextra (opens in a new tab) static site deployed to Cloudflare Pages. The pnpm prep script syncs every .md in the repo into apps/docs/pages/ (gitignored). The autogen pipeline (pnpm docs:all) keeps docs/api/** and docs/adr/_index.md in sync with source on every push to main. See the docs-autogen workflow (opens in a new tab).