Ploy
Ploy

Introduction to Ploy

Ploy is an open-source, self-hostable serverless deployment platform. Deploy from GitHub, run serverless workers with databases, queues, and durable workflows, and host it all on your own infrastructure.

Connect a GitHub repository and every push builds and deploys automatically, with its own URL for each branch. Your workers get SQLite databases, message queues, durable workflows, file storage, and managed user auth out of the box — with no servers to manage and nothing running when there is no traffic.

Get started

Features

AI tooling

Ploy is built to be read and driven by AI agents as well as people.

How deployments work

  1. Connect GitHub — authenticate and pick the repositories Ploy may access.
  2. Configure the project — set the build command and bindings in ploy.yaml, and environment variables in the dashboard.
  3. Push — every push builds and deploys; each branch gets its own URL.
  4. Monitor — follow real-time build logs and deployment status in the dashboard.
  5. Roll back — redeploy any previous deployment in one step.

Hosted or self-hosted

Ploy runs the same either way. Use the hosted platform at meetploy.com to skip setup entirely, or self-host it so your code, environment variables, and databases never leave your own infrastructure.

Next steps

How is this guide?

Last updated on