Skip to main content
Antideploy deploys apps built anywhere: with Claude Code, Cursor, Codex, traditional development, or a low-code tool. Bring your project through GitHub, a folder upload, or an API call. Antideploy reads the code, works out what it is and what it needs, builds it, and runs it. You do not describe your app to it. It reads your files and tells you what it found, with the evidence, before anything is built.

Quickstart

Deploy your first app in five minutes.

How It Works

What happens between pushing code and getting a URL.

Deploy from GitHub

Connect a repository and redeploy on every push.

Deploy over the API

One HTTP request. What an AI coding agent uses.

What gets handled for you

Compute

Containers built and run for you. Scales to zero when idle, so an app nobody is using costs nothing.

PostgreSQL

Provisioned automatically when your code uses it, with the connection string injected as DATABASE_URL.

HTTPS

Every app is served over TLS on a generated URL.

Configuration

Environment variables and secrets, encrypted at rest and injected at release.

Using an AI coding agent?

Give your agent the project’s API key and this URL:
That returns the complete API contract as JSON: endpoints, request shapes, error codes and limits. No key is needed to read it. An agent can go from “here is a key” to a working deploy without a browser.

Deploy over the API

The full reference, with the one command that ships a project directory.

What Antideploy does not do yet

No object storage, custom domains, background workers, cron jobs, staging environments, or horizontal scaling. Each app runs on a single instance that scales to zero.Antideploy detects when your project needs one of these and tells you at analysis time, before you deploy, not after.