A one-command starter with a provisioned database, sign-in and realtime already wired, so your assistant builds on a working app instead of an empty folder. (Managed AI was part of this at the time and is currently switched off — see the note at the top.)
Percher runs a hosted, OAuth-protected MCP endpoint at mcp.percher.app. Add it as a custom connector in Claude.ai, Cursor, or Windsurf, approve a Percher login, and your assistant can operate your apps. No npx, no token to paste, and a security model worth explaining.
Hosting for vibe coders. Deploy as a tool call from Claude Code, Cursor, or Windsurf, with everything an app needs already wired up. Honest about what it isn't.
Percher's new Topology view is a live map of everything that makes your app run, including the parts Percher manages for you. It is also an MCP tool, so your assistant reads the same map you do.
Percher stopped using Nixpacks as the default for Node and Bun and wrote its own multi-stage Dockerfile generator. Cold builds went from a minute or two down to about twenty seconds. Here is the design and the trade-off.
What "publish my app" actually does when you say it to an assistant with hosting tools. Walkthrough of the loop, the failure case, and the parts of the old workflow that disappeared.
Deploys, logs, env vars, and rollback should be callable from the same place the code is being changed. That is the practical reason Percher is built around MCP.