whopio/templates is self-contained and ships with sample data, so it runs with no credentials. You can see the whole app before wiring up an account.
whop apps deploy ships to your route:
App blueprints
An app that installs into a community is a different starting point from an API integration. Usewhop-nextjs-app-template, or scaffold directly with whop apps init from the CLI.
Going live
Two rules apply to every blueprint:- Never ship a Whop API key in a client. Mint a short-lived access token on your own server, scoped to the acting user. See Auth & API keys.
- Pin the API version. Each blueprint sends an
Api-Version-Dateheader. See API versioning.
Next steps
Blueprint gallery
Browse every blueprint, including community builds.
Deploy a blueprint
Products, pricing, and a live site in one step.
Build with the CLI and Claude
Scaffold from your terminal.

