Category
InsForge
redu.cloud
Primary focus
An agent-native backend platform. In their own words, the all-in-one, open-source backend platform for agentic coding that gives a coding agent a database, auth, storage, compute, hosting, and an AI gateway. It is a managed backend, not raw infrastructure you control.
A real cloud your AI agent operates: virtual machines, managed PostgreSQL and Redis, private networks, block storage, backups, and autoscaling clusters, plus a native MCP server. Real infrastructure, not just backend primitives.
Backend vs real infrastructure
Managed backend primitives: Postgres, authentication, S3-style storage, Deno edge functions, a model gateway, realtime, and long-lived containers. You build on their managed services rather than getting a VM you own and shape.
Real VMs and full IaaS: private networks, block storage, load balancers, and clusters. Run any workload and any runtime exactly as on a normal server, with managed databases when you want them.
AI agent / MCP (2026)
Official MCP server and a CLI (npx @insforge/cli create). The agent manages the InsForge backend, its database, auth, storage, functions, and model gateway, all within their managed platform.
Native MCP server that goes end to end on a full cloud. Point your agent at a project and it provisions the VM and a managed database, deploys the app, wires DNS and TLS, and can SSH into the running machine to operate and fix it. Any MCP client works, Claude Code is the example.
Real machine and SSH
A managed backend, so there is no VM you keep and SSH into. Frontend hosting is powered by Vercel, and compute runs as managed containers on their platform, not a server you operate.
Real VMs that stay up. Your agent can SSH in to read logs and fix a broken deploy in place, then commit the fix back to your repo. It can also provision new VMs and operate a cluster, not just one managed box.
Open source and self-hosting
Open source (Apache-2.0) and self-hostable via Docker Compose, or one-click deploy on Railway, Zeabur, and Sealos. A genuine strength if you want to run the backend yourself.
A managed EU cloud, not open source. You do not run the platform; your agent runs your infrastructure on it. Different model: InsForge is a backend you can host anywhere, redu is the cloud itself.
Data location
A US company (San Francisco, Y Combinator 2026). No EU-only data residency guarantee by default.
Hosted in a German data centre and GDPR-aligned, so your app and data stay in EU jurisdiction.
Pricing (2026)
Free tier at $0, paused after one week of inactivity. Pro at $25 per month with $10 of compute credits. Enterprise is custom. Priced like a backend platform, per project and usage.
Per-resource, hourly pricing. Servers from about £8.50/month up to £70, most apps on a £20 to £35 server, storage at £0.07/GB. New accounts get £200 in credits.
Deploy flow
Run npx @insforge/cli create, then the agent builds on the InsForge backend and deploys frontends via Vercel.
Point your agent at the repo and it deploys over the MCP onto a real VM, or use the REST API directly for a deploy-ready repo.