Starter
$0 /mo
Free forever
- All 5 backend modules
- Single-user local setup
- Interactive OpenAPI docs
- Community support
- MIT licensed
One platform to manage AWS in plain English, generate full-stack apps with live docs, scrape the web, analyze images, and more — open source and built for makers.
Everything you need to automate your developer workflow — without juggling disconnected tools and services.
Manage AWS infrastructure with natural language — "List my EC2 instances", "Launch a t2.micro", "Show security groups".
Generate websites with Streamlit, React, Node, Python, or any framework. Context7 docs built-in; run in Vercel Sandbox. Site Review shows what the Code Gen UI looks like.
Playwright-powered scraping with stealth mode, Cloudflare bypass, custom JS execution, and full-page screenshots.
Analyze images and extract text via OpenAI vision models. Upload a screenshot, get structured OCR or analysis back.
Full S3 file manager API — list buckets, browse objects, upload files, generate presigned downloads, and delete.
IP geolocation, GPS reverse geocoding, and public IP detection — all through clean REST endpoints.
Send a plain-English command to the DevOps Agent. It parses your intent with OpenAI, dispatches the matching AWS boto3 call, and returns a human-readable summary — all through one POST endpoint.
1import httpx
2
3# Talk to AWS in plain English
4resp = httpx.post(
5 "http://localhost:8000/api/devops/command",
6 json={
7 "message": "List my EC2 instances",
8 }
9)
10
11data = resp.json()
12print(data["summary"])
13# → You have 3 running EC2 instances...
14# i-0abc12 (t2.micro, running)
15# i-0def34 (t3.medium, running)Add your OpenAI API key, AWS credentials, and optional IPInfo token to a single .env file. OmniDev wires everything behind one unified FastAPI backend — no boilerplate, no glue code.
“OmniDev replaced three separate tools in my workflow. The DevOps agent alone saves me 30 minutes a day on AWS management.”
“The stealth scraper handles Cloudflare sites that broke every other tool I tried. Combined with Vision Lab for OCR, it's incredibly powerful.”
“Having everything in one FastAPI backend with typed schemas and auto-generated docs is a dream for solo developers.”
Starter
$0 /mo
Free forever
Pro Solo
$29 /mo
per month
Scale
Custom
custom pricing
OmniDev
Others
Start with the backend foundation you already have, and layer this frontend into your production flow.