For Claude Code users

Build with Claude Code. Launch with SettleMesh.

You're one CLAUDE.md away from a deployed, paid app. Claude Code writes the product; SettleMesh ships it with user login, a managed database, and usage billing — in one command that Claude Code can run itself.

Agent-native

Claude Code drives the whole flow

Point Claude Code at settlemesh.io/agent.md (or add it to your CLAUDE.md) and it can search services, deploy, wire auth and billing, and verify the live URL — end to end, no copy-pasting between dashboards.

Batteries included

Login, database, payments — not glue code

Every deploy can carry SettleMesh account login, a project database your server code reads and writes, and built-in payments. The parts that used to take days after “the code is done” are part of the deploy.

Fast

Seconds, not minutes

Unchanged redeploys complete in well under a minute, code-only changes hit warm caches, and your app serves from a stable public URL from the first deploy.

Quickstart — paste this into Claude Code
npm i -g settlemesh
settlemesh login
# in your project — Claude Code can run this for you
settlemesh deploy

FAQ

How do I deploy a Claude Code project?

Install the SettleMesh CLI and run settlemesh deploy from your project. Claude Code can do it for you: it reads settlemesh.io/agent.md and runs the deploy, wiring login, a database, and payments without extra setup.

FAQ

Can a Claude Code app charge users?

Yes. Declare billing in the app manifest and your deployed app bills signed-in end users per use from their own Aev balance — no Stripe integration code to write.

FAQ

Does my code stay in my repo?

Yes. SettleMesh is a launch layer, not a builder: your code lives in your repository, builds as a standard static site or container, and can move anywhere.