Auto-detect trending repos, generate Dockerfiles, and expose them as REST APIs in seconds. No setup, no configuration—just code.
Our scraper monitors GitHub for trending repos in Python, TypeScript, Go, Rust, and Java.
Smart containerizer generates optimized Dockerfiles for each language automatically.
Call any containerized repo via simple REST API. No local setup, no dependencies.
# List trending repos
curl https://api.wrapthat.dev/api/repos
# Get Dockerfile
curl https://api.wrapthat.dev/api/repos/123/dockerfile
# Coming soon: Execute containerized code
curl -X POST https://api.wrapthat.dev/api/containers/run \
-H "X-API-Key: your-key" \
-d '{"repo_id": 123, "input": "data"}'Join developers using WrapThat to test trending repos without the setup.
Get Started Free