Starter apps built on the Whop API. Each one is a complete, runnable project — clone it, run it on sample data, then point it at your own account.
| Template | Platform | Stack | Preview |
|---|---|---|---|
ios/neobank |
iOS 18+ | SwiftUI · URLSession |
Live |
Browse them all at whop.com/templates.
git clone https://github.com/whopio/templates.gitTemplates are grouped by platform (ios/, web/). Each folder is self-contained with no shared tooling or workspace to set up — read its README and run it directly. Every template ships sample data and runs with no credentials, so you can see the whole app before wiring up an account.
Templates read live data from a token you supply; none of them contain one. Two rules apply everywhere:
- Never ship a Whop API key in a client. Anyone can extract strings from a distributed binary or bundle. Mint a short-lived access token on your own server, scoped to the acting user, and hand that to the client.
- Pin the API version. Each template sends an
Api-Version-Dateheader; keep it until you've read the changelog for a newer one.