Skip to main content
Changelog

New release 1.34 - DollarDeploy AI

We're bringing AI to deployment - so anyone can ship apps to production through a simple conversation. No DevOps experience needed.

Marina Rush

We're bringing AI to deployment - so anyone can ship apps to production through a simple conversation. No DevOps experience needed.

DollarDeploy AI is an advanced AI agent that understands your infrastructure and takes real action on your behalf. Just tell it what you need:

  • "Deploy my app to production" - it pulls your repo, builds it, and deploys to your server
  • "Provision a new Hetzner server" - spins up and configures infrastructure automatically
  • "What's wrong with my app?" - checks logs and app configuration to diagnose issues
  • "Set up PostgreSQL for my project" - installs and configures managed services instantly

The agent has full context of your apps, servers, and deployments. It doesn't just answer questions - it executes actions, asks for confirmation on anything destructive, and reports back with results.

Read more about DollarDeploy AI here.

You can also connect DollarDeploy to Claude, Cursor, Windsurf, or any MCP-compatible AI tool - so you can trigger deployments and manage infrastructure without ever leaving your editor. Read more about MCP support here.

We're excited to see what you ship!

Deploy app from GitHub to production in one chat

💅 Improvements & Bug Fixes

  • Link to the demo application in boilerplate templates.
  • Larger backup limits to avoid truncated dumps.
  • Alternative loader for next.config.ts so custom setups keep working.
  • Build-time env limits + optional systemd resource caps. Check documentation.
  • Proper Prisma database migration AI rule for safer migrations.
  • Allow ignore, upvote and downvote AI suggestions for app configuration.
  • Allow server re-provisioning after de-provisioning from other provider.
  • For Postgres service, allow customized password (instead of default `postgres`) and allow creating multiple, independent databases.
  • Fixes to prevent task queuing, avoid double-click issues.