Quick Start
Get a fullstack Verb application running in 30 seconds:
bunx create-verb my-appcd my-app
bun run devVisit http://localhost:3001 to see your app! 🚀
What You Get
- React Frontend with TypeScript and hot reloading
- REST API with CRUD examples (users, products)
- Interactive API Explorer at
/api-demo - Verb's withRoutes pattern using Bun's native routing
- Zero configuration - everything works out of the box
Verb is built exclusively for Bun runtime. The create-verb tool downloads the latest boilerplate from verbjs/boilerplate and sets up everything automatically with Bun.
Verb