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.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 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
How a deployment works
- You connect a Git repository (GitHub, GitLab, or Bitbucket) and pick a branch.
- Brimble detects your framework and builds an artifact.
- The artifact runs in an isolated sandbox in the region you chose.
- The edge layer terminates TLS and routes traffic to your project at
<project-name>.brimble.app, or your custom domain.
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 running Kubernetes.
- Anyone who’s tired of YAML.
Next steps
- Quickstart →, deploy your first project
- Add a custom domain →