Skip to content

Documentation

Design notes and decisions for the Send Again challenge implementation.

DocumentStatusDescription
API referenceImplementedtRPC procedures, inputs/outputs (auth + domains)
Domain modelImplementedTables, enums, constraints, and flows for domain add, DNS verification, and claiming
Cron jobsImplementedScheduled DNS verification for domains and claims
DecisionsAcceptedDomain and infrastructure design choices (ADRs)

Conventions

  • Implementation is the source of truth — docs describe the current code; when they disagree, update the docs
  • Decisions — significant choices live in docs/decisions/ as short ADRs (Context → Decision → Consequences)