Skip to content

Touli Documentation

Internal documentation for the Touli platform.

Architecture

Browse the full architecture packet — HLD/DLD specs, flows, compliance, and rollout guidance.

Open architecture docs →

Architecture Decision Records

ADRs capture why we made important technical choices — context, decision, and consequences.

Browse all ADRs →

Add a new ADR

bash
yarn adr:new "Short decision title"
yarn adr:sync   # refresh ADR index after manual edits

This creates the next numbered ADR file and updates the ADR index.

Local docs site

bash
yarn docs:dev       # local preview
yarn docs:build     # production build
yarn docs:preview   # preview built site

Published URLs:

  • dev: https://adr.dev.platform.touli.ai
  • staging: https://adr.staging.platform.touli.ai
  • prod: https://adr.platform.touli.ai

Deployed to s3://touli-utils-<env>/docs via GitHub Actions (branch → environment).