> ## Documentation Index
> Fetch the complete documentation index at: https://paper.brimble.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Brimble Documentation

> Deploy applications without managing infrastructure. Connect a Git repository and Brimble handles the build, the runtime, the TLS, and the edge.

Brimble is a platform for deploying applications without managing infrastructure. Connect a Git repository and Brimble handles the build, the runtime, the TLS, and the edge. You get a public URL.

This site is for developers using Brimble. If you're new, start with the quickstart.

## Get started

<CardGroup cols={3}>
  <Card title="What is Brimble" href="/getting-started/introduction">
    The product in two minutes.
  </Card>

  <Card title="Quickstart" href="/getting-started/quickstart">
    Deploy your first project in under 10 minutes.
  </Card>

  <Card title="Add a custom domain" href="/domains/custom-domains">
    Point your own domain at a deployed project.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="Projects" href="/projects/overview" icon="cube">
    Service types, builds, deployments, scaling, regions.
  </Card>

  <Card title="Domains" href="/domains/custom-domains" icon="globe">
    Buy, transfer, manage DNS, redirects.
  </Card>

  <Card title="Environments" href="/environments/overview" icon="layer-group">
    Variables, inheritance, cross-project references.
  </Card>

  <Card title="Networking" href="/networking/overview" icon="network-wired">
    Request lifecycle, internal services, rate limits.
  </Card>

  <Card title="Sandboxes" href="/sandboxes/overview" icon="box">
    Ephemeral compute, SDKs, snapshots, persistent volumes.
  </Card>

  <Card title="Billing" href="/billing/plans" icon="receipt">
    Plans, compute pricing, build minutes, refunds.
  </Card>
</CardGroup>

## Where things live

| Surface                | URL                                  |
| ---------------------- | ------------------------------------ |
| Dashboard              | `https://app.brimble.io`             |
| Status                 | `https://status.brimble.io`          |
| Default project domain | `https://<project-name>.brimble.app` |

## Help

If something in these docs is wrong, out of date, or missing, open an issue on the [docs repository](https://github.com/brimblehq/paper).
