Referral domain and invoice credits
Successful referrals earn domain purchase credits and invoice discounts — Developer trials do not count as conversions.
What we've been shipping. Updated every friday.
Successful referrals earn domain purchase credits and invoice discounts — Developer trials do not count as conversions.
Rotating a managed database password emails the account owner so unexpected changes are hard to miss.
Point a single `*` DNS record at your project and cover every nested subdomain without adding each hostname by hand.
Expose HTTP-protocol managed databases on public `*.db.brimble.app` hostnames from the project UI.
Create additional database users with readonly or readwrite access so teammates and services do not share the primary password.
Dockerfile builds now receive project env files so build-time config (rewrites, public keys, feature flags) resolves correctly.
Deploy region pickers warn when a region is tight on capacity, and builds fail clearly instead of hanging when a region is full.
Custom domains on multi-part TLDs like `.co.uk` now detect the real apex instead of treating the wrong label as the root.
Closing a pull request now cancels any active preview builds for that PR instead of letting them finish for nothing.
Provision LibSQL as a managed database on Brimble — with workbench access and connection options that fit how your app talks to it.
Verify GitHub, GitLab, Bitbucket, and Origin connections before a deploy, and keep builds moving when some runners are down.
Forecasted bills no longer mix in unpaid invoices or invent phantom bandwidth overages around cycle resets.
Connect Cursor Origin repositories and deploy from Origin pushes the same way you do with GitHub or GitLab.
Monthly spending limits can either notify you or pause compute and block new deploys when you hit the cap.
Star the projects and storage buckets you reach for most so they stay easy to find.
Corrected marketplace pricing for `.ai` and related TLDs so quotes match what you are charged.
When a repo has more than one Dockerfile, choose which one Brimble should build on create and redeploy.
Platform hostnames keep stable certificates across edge restarts, while your custom domains continue on-demand TLS as usual.
Pay for domain purchases and LLM token top-ups with crypto checkout — no card required for those flows.
Publish a static site by uploading files or a zip — no git repository required, ideal for handoffs and one-off landings.
Plan changes keep active personal trials intact when a downgrade is scheduled, and outstanding invoices are handled more accurately.
Schedule commands on workers and web services, inspect run history, and force a run when you need it now.
Start or stop non-database services from the dashboard without deleting the project.
Create scoped Brimble API keys from account settings and complete MCP OAuth connect without dropping your dashboard session.
Set automatic backup schedules for managed databases, then download or restore from the Backups & Restore page.
Manage project Files in the dashboard and mount them into running services at the paths you choose.
Explore detailed usage insights, export a PDF cost report, and get a weekly cost analysis email between invoices.
Turn on PgBouncer pooling for Postgres-compatible managed databases and connect through a pooled endpoint.
Pin Node and other supported runtime versions on web-service builds so deploys use the toolchain you expect.
See query load, top operations, connections, and resource trends for managed databases in one Insights view.
Enable TLS on supported managed databases and download the certificate material you need from connection details.
Apply coupons at domain checkout — including coupons assigned to a specific person by email.
Forward project logs to HTTPS or S3 destinations, with automatic disable when a drain keeps failing.
Zero-downtime cutover waits until the new allocation is healthy before traffic switches over.
Sign-in and signup are more reliable across email, social login, refresh sessions, and magic-link codes.
Define metric-based alert rules on a project and review when they fire — before customers notice the spike.
Run queries and browse schemas for managed databases without leaving the Brimble dashboard.
Reach managed databases over the private service mesh with internal hostnames — no public exposure required.
Start a Developer plan trial from the static-site deploy confirmation — unlock domains and analytics before you go live.
Configure rate limits and edge caching rules per project to protect your services and improve performance for repeat visitors.
Submit and track support requests directly from the Brimble dashboard without switching to email or an external tool.
Move an existing storage bucket from one provider to another without re-uploading your files.
Create S3-compatible storage buckets directly from the dashboard — with CORS, lifecycle rules, access controls, and your choice of storage provider.
Dashboard search keeps up as you type, and deployment logs are full-text searchable so you can jump straight to the line that matters.
The build engine now auto-detects Bun alongside npm, yarn, and pnpm — no manual configuration required.
Managed object storage with full S3 compatibility, folder management, and configurable access policies.
Automated email reminders before your Brimble-purchased domains expire, so you never lose a domain by accident.
Product updates and announcements now surface directly inside the dashboard, so you see what's new without leaving your workflow.
Inject environment variables into sandbox runtimes for API keys, config, and secrets.
Spin up an isolated, ephemeral sandbox to run code, test a build, or evaluate a snippet — with auto-destroy timers, one-shot mode, and outbound network controls.
Spin up a sandbox from a template instead of starting from scratch — public templates cover common stacks, with previews and ready-to-use images.
Drop a folder of files into a sandbox in one go, and sandboxes now provision noticeably faster — especially for templates with pre-warmed images.
Notification overflow fixes, project page scaling, domain transfer UI refinements, and a more readable AI debug experience.
Open a terminal into any sandbox from the dashboard — sessions persist across page reloads, with cwd and history streamed back so you don't lose context.
Sandboxes can now keep state across restarts — pause and resume to save compute, and snapshot a running sandbox to clone it or roll back later.
Put any deployment behind a password — perfect for staging environments, internal tools, and pre-launch previews you want to share without making them public.
Set the CPU and memory your app should run with using sliders in the deploy form — available for both Git-based and Docker deployments.
Move a domain from your personal account to a team, or between teams, without buying it again or breaking DNS records — confirmed with step-up 2FA for safety.
Team admins can require every workspace member to enable 2FA — with a non-dismissible setup prompt for members who haven't enrolled yet.
You can now remove your last card on file — with a clear warning about what happens next — instead of being locked into keeping a card you no longer use.
Sensitive actions like deleting a project, removing a teammate, or rotating an API key now prompt for 2FA verification at the moment of action, even if you're already signed in.
Cards that require 3D Secure now work end to end — add-card and checkout flows handle the bank challenge inline and confirm the payment automatically once you authenticate.
When you cancel a subscription or disable a project, we now ask why — your answer goes straight to the product team and helps us prioritise what to fix.
The DNS layer for Brimble-purchased domains now runs on CoreDNS with multi-region failover — name resolution stays fast and available even if a single region has issues.
Dashboard navigation is noticeably snappier, page-load skeletons match the actual layout, and dropdowns are now fully keyboard-accessible.
Spin up a managed database on the free plan and get 15 days to evaluate it — full feature parity, real-time provisioning, with caps tuned for evaluation.
A new edge load balancer in the Asia region brings traffic for Asian users to a nearby POP instead of crossing oceans, cutting round-trip latency for projects with audiences in Asia-Pacific.
AI debug suggestions can now produce significantly longer, more detailed responses for complex failures — full code blocks and multi-step fixes fit cleanly without truncation.
Build logs now show a phase rail, follow new output as it streams, and let you copy a selection or the entire log with one action.
The new-project flow now checks whether your chosen port is available before you submit, so port collisions surface immediately instead of as a cryptic build failure.
The free plan is now scoped to static-site deployments. Server-side frameworks (Next.js, Nuxt, Remix, etc.) require a paid plan, with a clear upgrade path during project creation.
When a deployment fails, the assistant reads your logs and project structure, explains the root cause, and can open a pull request with a proposed fix on GitHub, GitLab, or Bitbucket.
If you're about to deploy Next.js, Nuxt, Remix, or another server-side framework as a static site, the dashboard warns you before the deploy starts.
Brimble now ships its own changelog page — entries grouped by date, with proper markdown rendering for lists, links, and emphasis.
Deployment history now links straight to the originating pull request, and the repository picker on new projects loads noticeably faster.
Logs from failing deployments now stream into the dashboard live, instead of arriving after the build finishes.
Pushes from non-members and viewers no longer trigger auto-deploys on team-owned projects, with a clear notification of who attempted the push.
Successful deployments now purge the Cloudflare edge cache automatically across every zone your project routes to, so latest changes are visible immediately.
Move ownership of a project from your personal account to a team — or between teams — without recreating the project or losing its history.
Account, billing, and deployment events now appear as notifications in the dashboard, so you don't have to dig through email to know what's happening on your account.
See exactly what you're paying for this cycle — base plan, metered usage, and credits — with a per-line breakdown and hover tooltips.
Filter and combine conditions with a new query builder, so you can drill into deployments, projects, and logs faster.
Project listing, search, and pre-deployment steps are noticeably faster, especially for accounts with many projects.
Configure the port your app listens on directly from the dashboard, with a sensible default detected per framework.
Build minutes are now metered separately for personal accounts and teams, with team-aware crediting and a clear cycle reset.
Settle a past-due invoice directly from the dashboard, without changing your payment method or waiting for the next retry.
Builds and dashboard pages are noticeably faster across the board, with tighter health checks and lower CPU usage during deploys.
Enable or disable the build cache on a per-project basis from the project settings.
Connect a GitHub repository to an existing project — or disconnect one — without deleting and recreating the project.
Define a secret once and reference it from any of your projects, instead of pasting the same value into every environment.
Trigger deployments only when specific paths in your repository change, with first-class monorepo support.
Search across your custom domains from the domains list, instead of scrolling through every entry.
Search across deployment history logs, download logs as files, and see request log trends — with cleaner formatting and configurable retention.
Brimble now supports GitLab and Bitbucket repositories alongside GitHub, with full end-to-end deployments, webhooks, and account connection.
Register a passkey and skip passwords entirely. Hardened end to end against replay and phishing.
Protect your account with a TOTP-based second factor on top of your password, with prompts on sign-in and sensitive actions.
Deployment status updates now arrive in the dashboard live, so you see every state change the moment it happens.
Brimble's own web analytics — built in-house, included with every project. Traffic, top pages, referrers, geography, and Core Web Vitals, with a one-line tracking snippet and zero third-party dependencies.
Project pages now load measurably faster, with parallel data fetching and a leaner landing page.
If a payment fails, your existing deployments keep running and you can still ship updates while you settle the invoice.
Project details and authentication pages got a visual refresh, and the dashboard now refreshes cached data immediately when you take an action.
The pre-build phase — repository fetch, dependency resolution, framework detection — is now noticeably quicker on every deploy.
Spin up a managed database alongside your apps, with daily backups and persistent disk configuration available from project settings.
Search availability, buy a domain, and attach it to a project in a single linear path — without leaving the dashboard or jumping between tabs.
Brimble now hosts Model Context Protocol servers — browse the Smithery registry, deploy with a click, and connect them to your agents.
Every invoice now has a hosted page you can open, share with finance, or send to your accountant — no PDF wrangling required.
Spend little to no time on DevOps and more time building. Super efficient way to host & scale your web app.