We have just released Hanami 2.1.0! Read the announcement.

Hanami

The web, with simplicity

Install v2.1.0 Getting Started

Released on February 27, 2024

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
Build your first application now. It will take you only a few minutes to learn how to do it.