What is sota.io?
sota.io is an EU-native deployment platform where AI agents and developers can deploy web applications with a single API call. Push your code, get a live URL with HTTPS -- no DevOps knowledge required.
Key Features
- Auto-Detection -- Next.js, Node.js, and Python frameworks are automatically detected and built without configuration
- Automatic HTTPS -- Every deployment gets a
{app}.sota.iosubdomain with a valid Let's Encrypt wildcard certificate - Container Isolation -- Every app runs in a gVisor sandbox for security
- EU-Native -- Hosted on Hetzner Cloud in Germany, DSGVO-compliant by default
- MCP Integration -- AI agents can deploy, manage, and monitor apps natively via Model Context Protocol
- Zero-Downtime Deploys -- Blue-green deployments with instant rollback
- Open Source -- CLI, SDK, and MCP server are open source on GitHub
How It Works
- Push code -- Upload a code archive via API or use
sota deployfrom the CLI. The CLI and SDK are open source. - Automatic build -- sota.io detects your framework, builds a Docker image, and starts a container
- Live URL -- Your app is live at
https://{app}.sota.iowith HTTPS and health checks
Who Is It For?
- Developers who want to ship fast without configuring servers, CI/CD, or SSL certificates
- AI Agents (Claude Code, Open CLAW) that need to deploy apps programmatically via MCP or REST API
- Teams building prototypes, internal tools, or side projects that need reliable EU hosting
Next Steps
- Quick Start -- Deploy your first app in 60 seconds
- Installation -- Install the sota CLI
- API Reference -- Use the REST API directly