Wasp Starter Template
Roke
A Wasp starter with sensible defaults. Auth, UI, and animations. Ready to ship.
What's Included
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