Short answer: Whop Blueprints let you deploy a complete business — products, pricing, a live website, and payment wiring — in one step, either from the gallery or the CLI. You can then manage everything from the terminal or hand it to an AI agent.
What a Blueprint deploys
- Products: copied from the blueprint with pricing plans, images, and store-page styling
- Website: live at your own whop.site address
- Payment wiring: the site can take payments from the moment it is up
Step 1: Pick a Blueprint
Browse the gallery at whop.com/blueprints. Categories include ecommerce stores, agencies, gyms, marketplaces, and more. Each blueprint is a real running business — deploying it gives you your own copy.
Step 2: Deploy
Click deploy on the blueprint detail page. Whop creates your business if you do not have one, copies the products and site over, and serves it at your route. Nothing builds on your machine.
Or from the CLI:
whop apps init --template app_xxxxxxxx --name "My Store" --route my-store
Step 3: Manage from the terminal
Install the Whop CLI and run whop to sign in. Then:
whop products list— see what you are sellingwhop plans create— add or change pricingwhop checkout-configurations create --plan_id plan_xxx— get a shareable checkout linkwhop stats time_series— pull your numbers
Step 4: Hand it to an AI agent
The CLI is self-describing and works with AI agents (Claude, Cursor, Codex):
whop --llms— machine-readable manifest of all commandswhop mcp add— register with supported coding agentswhop skills add— install the Whop agent skill
You can ask your agent to create products, set pricing, pull stats, or run ad campaigns — all from natural language.
Where this fits
If you are building an AI-powered business, the Whop CLI + Blueprints combination removes the setup friction. You bring the product idea; Whop handles hosting, payments, and the infrastructure. For non-technical founders, the dashboard works. For developers and agent-driven workflows, the CLI is faster.
See our Whop CLI review and the best AI automation tools guide for more.