Getting Started
Setup Overview
Twin uses a contract-first architecture. All API endpoints return typed DTOs. The Mirror Test and Waitlist systems use the same contracts you've already implemented.
Contract Note: Mirror Test and Waitlist use the same contracts you've already implemented; models can be swapped behind the contract later.
Contracts Overview
All API endpoints follow contract-first design. DTOs are defined in src/types/ before implementation.