@whoplabs/create-whop-app
v2.0.9
Published
The best way to create a whop app
Readme
create-whop-app
The fastest way to create a Whop app with authentication, app credentials, and optional database setup - all configured automatically.
This CLI handles everything: authenticates you with Whop, creates your app, installs it on your company, generates the Next.js template with all required environment variables, and optionally sets up a SQLite database with Drizzle ORM (upgradable to Turso).
Usage
Works with any package manager:
npx create-whop-app@latest
# or
pnpm dlx create-whop-app@latest
# or
bunx create-whop-app@latest
# or
yarn create whop-appFeatures
- Automated Whop authentication with OTP
- Creates and installs app in one command
- Auto-configures environment variables
- Optional SQLite/Turso database with Drizzle ORM
