> ## Documentation Index
> Fetch the complete documentation index at: https://fly-io-fix-apps-resource-networking-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fly.io developer documentation

export const Small = ({children}) => {
  return <small>{children}</small>;
};

<div className="grid grid-cols-2 items-center">
  <div>
    ## Ready to get started?

    **Step 1:** Install `flyctl`

    ```bash theme={null}
    brew install flyctl
    ```

    <Small>Not using `brew`? Check out the [installation guide](/flyctl/install)</Small>

    <br />

    <br />

    **Step 2:** Run `fly launch`
  </div>

  <img src="https://mintcdn.com/fly-io-fix-apps-resource-networking-link/1s3uYWEiDrJS3ldx/images/doc-main.png?fit=max&auto=format&n=1s3uYWEiDrJS3ldx&q=85&s=a8af23b038a6c610366b8ba00de22fca" alt="Illustration by Annie Ruygt of Frankie the hot air balloon waving to a bird sitting on a hour roof" width="791" height="700" data-path="images/doc-main.png" />
</div>

## Explore Fly.io by features

<Card>
  <ul className="grid grid-cols-2 sm:grid-cols-3 font-medium gap-2">
    <li><a href="/machines">Fly Machines</a></li>
    <li><a href="/volumes">Fly Volumes</a></li>
    <li><a href="/security">Security</a></li>
    <li><a href="/networking">Networking</a></li>
    <li><a href="/mpg">Managed Postgres</a></li>
    <li><a href="/kubernetes">Fly Kubernetes</a></li>
    <li><a href="/database-storage-guides">Database & Storage</a></li>
    <li><a href="/monitoring">Monitoring</a></li>
  </ul>
</Card>

## Get answers in your language

Or framework. You know what we mean. Check out the docs specific to your tech so you can move faster.

<div className="homepage_cards">
  <Columns cols={3}>
    <Card href="/elixir/getting-started" className="btn h-full rounded-xl" title="Phoenix" />

    <Card href="/languages-and-frameworks/static" className="btn h-full rounded-xl" title="Static" />

    <Card href="/rails/getting-started" className="btn h-full rounded-xl" title="Ruby on Rails" />

    <Card href="/languages-and-frameworks/dockerfile" className="btn h-full rounded-xl" title="Docker" />

    <Card href="/languages-and-frameworks/golang" className="btn h-full rounded-xl" title="Go" />

    <Card href="/rust" className="btn h-full rounded-xl" title="Rust" />

    <Card href="/django/getting-started" className="btn h-full rounded-xl" title="Django" />

    <Card href="/laravel" className="btn h-full rounded-xl" title="Laravel" />

    <Card href="/js" className="btn h-full rounded-xl" title="JavaScript" />
  </Columns>
</div>

## How does Fly.io work?

<img src="https://mintcdn.com/fly-io-fix-apps-resource-networking-link/1s3uYWEiDrJS3ldx/images/fly-map.png?fit=max&auto=format&n=1s3uYWEiDrJS3ldx&q=85&s=a5993a178019e3fb2047d17d0ca420f4" alt="" width="1500" height="907" data-path="images/fly-map.png" />

<div className="grid grid-cols-2 items-center">
  <img src="https://mintcdn.com/fly-io-fix-apps-resource-networking-link/zUhwbz2MCRvXRaul/images/help.png?fit=max&auto=format&n=zUhwbz2MCRvXRaul&q=85&s=500ee2bcf90af6c6c0c9dff5f6bc3c26" alt="Illustration by Annie Ruygt of Frankie the hot air balloon waving to a bird sitting on a hour roof" width="960" height="691" data-path="images/help.png" />

  <div className="space-y-2">
    <h2>Could you use more help?</h2>
    <p>Our Community forum and Support team have the answers.</p>
  </div>
</div>

<div className="grid grid-cols-2 gap-6">
  <Card title="Community Forum">
    * Free to use
    * Discuss Fly.io with other users
    * See new Fly.io developments first
    * Searchable backlog
    * Quick answers to common issues

    [Learn more](https://community.fly.io)
  </Card>

  <Card title="Support">
    * Plans start at \$29/month
    * Guaranteed response time
    * Run by Fly.io engineers, not chat bots
    * Technical architecture support
    * Public metrics

    [Learn more](https://fly.io/support)
  </Card>
</div>
