---
title: "Speedrun"
description: "Deploy your app on Fly.io in a few steps. Sign up, install flyctl and run fly launch, which reads your Django, Rails, Phoenix or Node project and deploys it."
---

# There's a good chance we're about to freak you out

Whatever your app is, from Django to Elixir/Phoenix, it's probably about to run on Fly.io in just a few steps. Ready… set…

## Connect your GitHub account to your Fly.io account to deploy from our UI

[Sign in with GitHub](https://fly.io/app/auth/github?state=phoenix&return_to=%2Fdashboard%2Fpersonal%2Fnew)

The Launch UI is very new and the app support might be limited. We are incrementally adding support for more apps. Stay tuned in our [Community Forum](https://community.fly.io/) for more news.

Step 1

## Sign Up

Create an account using your email address, or sign up with your GitHub or Google account.

[Sign Up](https://fly.io/app/sign-up)

Step 2

## Install Flyctl

Follow these instructions to install flyctl, our intrepid command-line interface. [It's 100% open-source](https://github.com/superfly/flyctl) if you're squeamish about this stuff.

```
> Install flyctl on GNU/Linux
$ curl -L https://fly.io/install.sh | sh
```

Step 3

## Launch your app

Run flyctl launch and follow the instructions. That's all there is to it.

```
> Ship your app
$ fly launch
```

## Need more stuff?

Fly.io is a complete, developer-focused public cloud. If your app runs on Linux, you can get it running here, soup to nuts, in glorious hardware-virtualized fidelity.

- **Database**
  Supabase Postgres. The Internet's most scalable database, run by the Internet's most obsessive Postgres nerds, directly on Fly.io hardware. [Learn more](https://fly.io/docs/reference/supabase/)
- **Cache**
  You're a single flyctl command away from an Upstash Redis instance of your own: scales to zero, runs fast everywhere on the planet. [Learn more](https://fly.io/docs/reference/redis/)
- **Object Storage**
  Tigris Data uses super-fast Fly.io attached NVMe as a localized write-through cache, automagically migrates data where it most wants to be, and works with anything that speaks S3. [Learn more](https://fly.io/docs/reference/tigris/)
- **Sandboxes**
  Run AI agents and arbitrary code in hardware-isolated, stateful Linux environments. Sprites boot in milliseconds, persist your filesystem between runs, and support checkpoint & restore. [Learn more](https://sprites.dev)

A Sufficiently Advanced Technology

## Fly Machines

Hardware-virtualized containers that launch in a tiny fraction of a second, fast enough to start in response to HTTP requests. They run exactly as long as you want them to: for seconds or days. And you can drive them from a simple HTTP API.

[Learn More](https://fly.io/docs/machines/)

## Hell Yes We Speak Your Language

Build with your favorite framework. If it runs on Linux it runs here.
