Speedrun: Launch on Fly.io

You have an application you want to deploy on Fly.io? You’re in the right place.
Welcome to Fly Launch. For many languages and frameworks, you can deploy your app from zero, with the following three steps.
- Install flyctl - you’ll need it.
- Create an account with
fly auth signup
or login withfly auth login
. - Run
fly launch
from inside your project source directory - create, configure, and deploy a new application.
fly launch
can configure and deploy the following kinds of apps automatically:
- Crystal
- Deno
- Django
- Elixir
- Go
- JavaScript
- Laravel
- .NET
- NextJS
- Nuxt
- Python
- Rails
- RedwoodJS
- Remix
- Ruby
- Static Website
You’re not limited to these kinds of projects, though! fly launch
also knows what to do with a Dockerfile, so you can use the tech you love.
Refer to Launch a new app to learn more about what fly launch
does.
Next steps
- Run
fly status
- show the status of the application instances. - Run
fly apps open
- open your browser and direct it to your app.
If things don’t go as smoothly as you’d like, visit our community forum and get help.
Would you like to know more?
- Apps can store only ephemeral data in their root file systems. Learn about persistent storage options.
- You have control over how your app deploys and what resources it uses. Learn about Fly Apps.
- Beyond just launching your app; go deeper with our most comprehensive framework guides. Learn about Elixir on Fly.io, Rails on Fly.io, Laravel on Fly.io, and Django on Fly.io.
It’s also easy to bring your Heroku app to Fly.io. Read more about it in the Turboku launch post.
Check out our other Web Launchers, too.