Skip to main content
Changelog

New release 1.54 - AWS provider, atomic deploys and better MCP support

— Ruslan Gainutdinov

🎉 What's New

AWS as a compute provider

You can now add your AWS credentials and have DollarDeploy provision and manage EC2 hosts for you — no console, no Terraform, no hand-rolled user-data scripts. Pick a region and an instance type, and your server comes up ready to be deployed to, same as any other provider.

AWS support is limited to t3 (amd64), t4g (arm), m8g (arm) instance types and us-east-1, us-west-1, eu-central-1, eu-west-1 regions only — if you need something else, talk to us on Discord.

🤖 Agentic AI upgrades

We have improved how our MCP server and AI chat work.

  • OAuth login for the MCP server — connect Claude, Cursor, or Windsurf with a proper login flow instead of specifying the API key in the URL.
  • One-click "Install in Claude" — a direct link from Settings => Agentic AI to wire DollarDeploy into Claude.
  • Resumable AI chat — close the tab and pick the conversation back up where you left off.

Add DollarDeploy MCP to Claude

Learn more about our MCP support

🚀 Atomic deploys

You can now opt into atomic deploys so every build will run as its own isolated release with read-only systemd mounts, so a running app can't write over the files it was built from. Read more here. Experimental, opt-in by setting DEPLOY_ISOLATED=1 in your app env.

💅 Fixes & Improvements

  • Per-tenant build cache for all supported app types, for faster deploys
  • Improved NGINX rate limits to accommodate apps which load multiple files at once (Twenty CRM)
  • In-app release announcement bar so you never miss a new version or an urgent announcement.
  • Show add-on prices when you change a subscription, so there are no surprises at checkout.
  • Fixes to Deno support: Read the Deno version from mise.toml when DENO_VERSION isn't set.
  • Better invite flow: show a popup when you are invited to the team.
  • UI improvements & small fixes

💻 DollarDeploy CLI improvements

We updated our CLI so it's easier to work with, adding ddc app get and ddc host get commands and fixing the Verda provider support (now it is properly aliased to datacrunch)

Try our CLI now by installing it:

> npm install -g @dollardeploy/cli

📦 Template updates

  • Cobalt - privacy-friendly media downloader
  • Twenty CRM - updated to the latest 2.38.1 version
  • Gitea - self-hosted Git
  • ntfy - push notifications engine, MacOS, iOS compatible
  • Stirling PDF - Web-based PDF toolkit
  • Umami — privacy-first web analytics
  • Vaultwarden - Bitwarden-compatible password manager

Deploy to your own infra from $5/mo. Rust webapps, Next.js, Go, Python with support for scheduled backups, automatically provisioned Postgres, Redis and more. No Vercel bills, no Docker, no lock-in.

Updated on Sep 6, 2026