> ## 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.

# What is Brimble

> Brimble is a platform-as-a-service for deploying applications.

Brimble is a platform-as-a-service for deploying applications. You connect a Git repository, Brimble builds and runs it, and you get a public URL with HTTPS already set up.

If you've used Heroku, Render, or Railway, the model will feel familiar.

<Frame caption="The Brimble dashboard home.">
  <img src="https://mintcdn.com/brimble-86/VDnKCHWcGHKvY1rj/images/getting-started/home.jpg?fit=max&auto=format&n=VDnKCHWcGHKvY1rj&q=85&s=2fd2155dda1997a74940b46db43ef62c" alt="Brimble dashboard home showing the welcome panel, the projects-this-week stats, recent deployed projects as cards, connected domains count, and the si" width="5088" height="3366" data-path="images/getting-started/home.jpg" />
</Frame>

## What you can deploy

Each thing you deploy on Brimble is a **project**. A project has a type that determines how it builds and runs:

* **Web service**, long-running HTTP servers (Next.js, Express, Django, Rails, FastAPI, etc.)
* **Static site**, pre-built HTML, CSS, and JS bundles
* **Worker**, background jobs, queue consumers, scheduled tasks
* **Database**, managed PostgreSQL, MySQL, MongoDB, Redis, or SQLite
* **MCP server**, Model Context Protocol servers for AI tooling

You can run as many projects as your plan allows, in any combination.

## How a deployment works

1. You connect a Git repository (GitHub, GitLab, or Bitbucket) and pick a branch.
2. Brimble detects your framework and builds an artifact.
3. The artifact runs in an isolated sandbox in the region you chose.
4. The edge layer terminates TLS and routes traffic to your project at `<project-name>.brimble.app`, or your custom domain.

Every push to the connected branch triggers a new build and deployment. Old deployments stay around so you can roll back.

## Who Brimble is for

* Developers shipping side projects, MVPs, or production apps who don't want to operate infrastructure.
* Teams who want bare-metal performance without operating infrastructure themselves.
* Anyone who's tired of YAML.

## Next steps

* [Quickstart →](/getting-started/quickstart), deploy your first project
* [Add a custom domain →](../domains/custom-domains)
