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.

Waitlist

Documentation placeholder. Waitlist contracts and integration guides will be added here.

Referrals

Documentation placeholder. Referral system contracts and implementation guides will be added here.