Visit Your App on Fly.io

The quickest way to connect to your deployed app is with the fly open command. This will open a browser on the http version of the site. That will automatically be upgraded to a https secured connection (when using the fly.dev domain) to connect to it securely. Add /name to fly open and it'll be appended to the apps path and you'll get an extra greeting from the hellofly application.

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

Hello from Fly Screenshot

You have successfully deployed and visited your first Fly App.

Next: Further Reading