v0.3.0 is now live

Turn Any GitHub Repo Into a Containerized API

Point, click, and deploy. We handle the Dockerfiles, scaling, and endpoint routing. No manual configuration required.

bash — wrapthat.dev
$wrapthat deploy https://github.com/user/my-python-app
🔍 Analyzing repository structure...
📦 Detected environment: Python 3.11 / FastAPI
🔨 Generating optimized Dockerfile...
🚀 Building and pushing container to registry...
✨ Deployment successful!
Endpoint: https://api.wrapthat.dev/v1/my-python-app
$

How It Works

From source code to production API in seconds.

search

Auto-Detect

We analyze your repository stack automatically using intelligent scanning for dependencies.

if
"requirements.txt" in files:
  engine = "python"
layers

Instant Dockerfiles

Optimized multi-stage Dockerfiles generated on the fly for secure production environments.

FROM node:18-alpine
WORKDIR /app
COPY . .
api

REST API Access

Your functions are instantly accessible via secure HTTPS endpoints with auto-scaling built-in.

POST /v1/execute
Host: api.wrapthat.dev
Status: 200 OK

Dead Simple API

No complex SDKs or massive configurations. Interact with your containerized functions using standard HTTP requests. It's just curl away.

  • check_circleAutomatic Bearer Token Auth
  • check_circleJSON-ready inputs and outputs
  • check_circleWebsocket support for long-running tasks
codeexample_request.sh
curl -X POST https://api.wrapthat.dev/v1/run \
-H "Authorization: Bearer $WRAP_KEY" \
-H "Content-Type: application/json" \
-d '{
  "repo": "user/image-processor",
  "payload": {
    "image_url": "https://site.com/pic.jpg",
    "action": "resize",
    "width": 800
  }
}'

Simple, Transparent Pricing

Built for scale, from side projects to global apps.

Free

For tinkering and side projects.

$0/mo
  • check1 Public Repository
  • check500 Requests / mo
  • checkShared Infrastructure
Most Popular

Pro

For professional developers and teams.

$29/mo
  • checkUnlimited Private Repos
  • check50,000 Requests / mo
  • checkCustom Domains
  • checkPriority Support

Enterprise

Custom infra for massive scale.

Custom
  • checkDedicated Clusters
  • check99.9% Uptime SLA
  • checkOn-Prem Deployment