Hanami is a modern web framework for Ruby.
Trusted by
Download, Develop, Deploy in 5 minutes.
% gem install hanami
Successfully installed hanami-2.1.0
3 gems installed
% hanami new bookshelf
Created bookshelf/
-> Within bookshelf/
-> # ...
-> Running Bundler install...
-> Running NPM install...
-> Running Hanami install...
% git init . && git add . && git commit -m "Initial commit"
[main (root-commit) 629fc96] Initial commit
33 files changed, 1430 insertions(+)
% heroku apps:create
Creating app... done, ⬢ Creating cherry-blossom-1234
https://cherry-blossom-1234.herokuapp.com/ | https://git.heroku.com/cherry-blossom-1234.git
% git push heroku main
# ...
remote: Verifying deploy... done.
To https://git.heroku.com/cherry-blossom-1234.git
* [new branch] main -> main
% heroku open
Opening cherry-blossom-1234... done