Core Concepts
Last updated: 2026-02-05
Traput has a small set of concepts. If you understand these, everything else becomes obvious.
Projects
A project is a container for:
- Links
- API keys
- App verification config (iOS/Android)
Each project has a subdomain. Example:
myapp.traput.link
Links
A link is a URL that routes to different destinations based on platform + install state.
Example:
https://myapp.traput.link/r/summer-sale
Destinations
A link can define:
- iOS deep link (opens app)
- Android deep link (opens app)
- iOS store URL
- Android store URL
- Web URL (desktop fallback)