Trying out
project:
bud create hello-bud
controllers with views:
Scaffold a new post controller with only the index and show actions
bud new controller post index show
Scaffold a new post controller at the root route
bud new controller post:/
bud run
For more info: bud documentation