The app is the fundamental unit of organization on Heroku. Each app can have its own set of provisioned add-ons. Creating a Named App To create a new app named example, install the Heroku CLI and run this command. $ heroku create example Creating ⬢ example... done https://example.herokuapp.com/ | https://git.heroku.com/example.git The command’s output shows that the app is available at http://exam