Visit your app on Fly.io

The quickest way to connect to your deployed app is with the fly apps open command, which opens a browser on the http version of the site. That http connection will automatically be upgraded to an https secured connection (when using the fly.dev domain) to connect to it securely.

For fun, add /<your-name> to fly apps open and your name will be appended to the app’s path to add an extra greeting from the hellofly application.

fly apps open /fred
Opening http://hellofly.fly.dev/fred

Hello from Fly Screenshot

You’ve successfully launched your first Fly App.

Next: Deploy app changes