Render Cloud Platform
Full-stack PaaS with zero-ops deployment from git push. Web services, managed Postgres, key-value, cron jobs, background workers, durable workflows, static sites, and autoscaling — positioned against Heroku, Railway, and Vercel.
What it is
Render is a managed application-hosting platform: connect a git repo and it builds and deploys on every push, with no Kubernetes or container orchestration to operate. It supports Node, Python, Go, Rust, Ruby, and Elixir natively, plus custom Docker containers. Infrastructure is declared as code via render.yaml blueprints. Source: Render, https://render.com/pricing, 2026-06-13
Services
Static Sites (free, global CDN, instant cache invalidation, managed TLS), Web Services (HTTP/2 + full TLS), Private Services, Background Workers, Cron Jobs, Render Postgres (point-in-time recovery, read replicas), Render Key Value (Redis-compatible), and Render Workflows (durable workflows as code for AI agents, data pipelines, and async jobs). Persistent SSD disks are $0.25/GB per month. Source: Render, https://render.com/pricing, 2026-06-13
Pricing
Workspace plans are charged on top of metered compute (prorated by the second): Source: Render, https://render.com/pricing, 2026-06-13
- Hobby — $0/mo: up to 25 services, 5 GB bandwidth, single-service previews, global CDN, custom domains, firewall/DDoS, Postgres PITR.
- Pro — $25/mo: no service cap, 25 GB bandwidth, full-stack preview environments, horizontal autoscaling, isolated environments, private links, audit logs, AWS OIDC (beta).
- Scale — $499/mo: multiple workspaces, 1 TB bandwidth, HIPAA-compliant workspaces, SAML SSO + SCIM, advanced RBAC.
- Enterprise — custom: contractual uptime SLAs, premium support, technical account manager.
Web-service compute instances run from Free ($0, 512 MB / 0.1 CPU) and Starter ($7, 512 MB / 0.5 CPU) up through Standard ($25, 2 GB / 1 CPU), Pro ($85, 4 GB / 2 CPU), Pro Plus ($175, 8 GB / 4 CPU), and Pro Max ($225, 16 GB / 4 CPU). Source: Render, https://render.com/pricing, 2026-06-13
Agent-facing surface
Render ships a CLI, a REST API, and a Render MCP server, plus a dedicated "deploy to Render with your coding agent" flow — letting an agent provision and ship services without the dashboard. Source: Render, https://render.com/agents, 2026-06-13 It publishes migration guides and credits (up to $10K) for Heroku and Railway, and up to $100K in startup credits. Source: Render, https://render.com/pricing, 2026-06-13
Stack fit (Kevin)
- The full-stack default when an app needs a managed Postgres + always-on web service in one place, where Cloudflare Workers (edge functions) and Val Town (tiny TS endpoints) stop being enough.
- Per-PR full-stack preview environments match the kevin-wiki / Agent-Machines review loop better than frontend-only previews.
- Render Workflows + MCP server make it a candidate target for agent-deployed services and durable async jobs at Dedalus Labs / Agent Machines.
- Self-host comparison point: weigh against Coolify when the trade is managed convenience vs. owning the box.
Timeline
- 2026-06-13 | Quality remediation: added primary-source pricing (Hobby $0 / Pro $25 / Scale $499 / Enterprise), compute instance tiers, service catalog, SSD/disk cost, and the CLI/REST/MCP + coding-agent deploy surface. Source: Render, https://render.com/pricing, 2026-06-13