Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Whop templates

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.

Using a template

git clone https://github.com/whopio/templates.git

Templates 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.

Going live

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-Date header; keep it until you've read the changelog for a newer one.

Docs

About

Starter apps for the Whop API

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages