AI-native deployment platform
Deploy any app in seconds.
Let your AI agent handle it.
SlopDeploy gives your AI coding agent a deploy.md file to follow. It zips your code and POSTs to our API — we handle the rest.
zip -r app.zip . && curl -X POST https://api.slopdeploy.com/api/deploy \
-H "Authorization: Bearer YOUR_TOKEN" \
-F "site_name=myapp" \
-F "build_script=scripts/build.sh" \
-F "run_script=scripts/run.sh" \
-F "zipfile=@app.zip"
# → {"deploymentId":"...","appUrl":"https://myapp.slopdeploy.com"}How it works
01
Sign up & get your token
Create an account and grab your API token. No subscription required to deploy.
02
Add scripts to your project
Create build.sh, run.sh (and optionally migrate.sh) that your AI agent generates.
03
Your agent deploys
Point your AI at deploy.md and it handles everything — zip, POST, done.
Simple pricing
Pay only for what you run.
$5
per app / month
- ✓ Unlimited deployments
- ✓ Subdomain per app (*.slopdeploy.com)
- ✓ Managed PostgreSQL per app
- ✓ Docker containerization
- ✓ Zero-downtime redeploys
- ✓ Deployment logs