Wasp Starter Template
Roke
A Wasp starter with sensible defaults. Auth, payments, UI, and animations. Ready to ship.
What's Included
Authentication
Email/password. Verification. Password reset.
Stripe Payments
Subscriptions, checkout, customer portal.
shadcn/ui
Accessible components built on Tailwind.
Motion
Spring presets: snappy, bouncy, heavy.
Dark Mode
System preference detection. Manual toggle.
TypeScript
End-to-end type safety.
Quick Start
# Clone the template
gh repo create my-app --template wardbox/roke --clone
# Start the database and dev server
cd my-app
wasp db start
wasp db migrate-dev
wasp start
powered by