Quick Start
Get a fullstack Verb application running in 30 seconds:
bunx create-verb my-app
cd my-app
bun run dev
Visit http://localhost:3001 to see your app! 🚀
What You Get
- React Frontend with TypeScript and hot reloading
- REST API with CRUD examples (users, products)
/api-demo
Interactive API Explorer at - 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.