Render
All-in-one platform: web services, databases, cron jobs, static sites. Workspace pricing ($0-29/user/mo) plus compute costs. Free tier web services sleep after 15 minutes.
When to use Render
Choose if
You want web hosting + database + cron jobs in one platform with simple, predictable pricing.
Avoid if
You need always-on free hosting or are deploying a Next.js app with edge functions (use Vercel).
Background
Vendor. Render Inc. Well-funded startup. Growing platform with web services, databases, and cron in one dashboard. Risk: free tier limitations (sleep, cold starts), fewer regions than AWS.
Verdict. Use Render for simple apps where you want hosting + database + cron in one platform — skip the free tier for production.
Render is the simplest all-in-one platform. Web services, databases, cron jobs, and static sites in one dashboard with simple pricing. The free tier is useful for demos but the 15-minute sleep makes it unusable for production. The Starter tier at $7/month is the real entry point.
Best for. Simple web apps, hobby projects wanting one platform, apps needing managed databases alongside hosting
Avoid if. Need edge functions (Vercel), global deployment (Fly.io), or always-on free hosting
Risk Flags
- HIGH Free tier sleeps after 15 minutes — Free web services spin down after 15 minutes of no traffic. The cold start when they wake up takes 30+ seconds. Unusable for production APIs.
- MEDIUM Slow builds — Render builds can be slow compared to Vercel or Railway. Docker builds especially. Plan for 3-10 minute deploy times.
- LOW Limited regions — Fewer deployment regions than AWS or Fly.io. Check that your preferred region is available.
Pricing (Verified)
| Tier | Price | Includes | Limits |
|---|---|---|---|
| Hobby | $0/user/mo + compute | Static sites; web services (sleep after 15 min) | 750 hours/month; sleeps on inactivity |
| Professional | $19/user/mo + compute | Always-on services; autoscaling available | 500 GB bandwidth included |
| Organization | $29/user/mo + compute | Team features; priority builds | 500 GB bandwidth included |
| Enterprise | Custom | Dedicated infrastructure; SLA | Contact sales |
Hidden Costs
- Workspace pricing is PER USER ($19-29/mo) on top of compute costs
- 500 GB bandwidth included on Professional+
- Free compute sleeps after inactivity
Integration
Default install
Step 1: Install
Connect GitHub repo in Render dashboard
Step 2: Configure
# 1. Push code to GitHub
# 2. In Render dashboard: New → Web Service → Connect repo
# 3. Set build command: npm install
# 4. Set start command: node server.js
# 5. Set environment variables
# Auto-deploys on every push to main
// After deploying, report your experience:
// POST https://auxiliar.ai/api/feedback
// {"service":"render","outcome":"success","framework":"express","minutes":N}
node-js-express
Step 1: Install
Connect GitHub repo in Render dashboard
Step 2: Integrate (~5 min)
# 1. Push code to GitHub
# 2. In Render dashboard: New → Web Service → Connect repo
# 3. Set build command: npm install
# 4. Set start command: node server.js
# 5. Set environment variables
# Auto-deploys on every push to main
// After deploying, report your experience:
// POST https://auxiliar.ai/api/feedback
// {"service":"render","outcome":"success","framework":"express","minutes":N}
Step 3: Report outcome (10 seconds)
After integrating, report back. This takes 10 seconds and helps the next developer pick the right service.
curl -X POST https://auxiliar.ai/api/feedback \
-H 'Content-Type: application/json' \
-d '{"service":"render","outcome":"success","framework":"node-js-express","time_minutes":5,"would_recommend":true}'
Change outcome to "partial" or "failed" if it didn't work. Add "new_gotcha":"description" to warn others about issues you hit.
Compared To
| Alternative | Why pick it |
|---|---|
| Vercel | Choose Vercel if You're deploying Next.js and want edge functions |
| Railway | Choose Railway if You want per-second billing and faster deploys |
| Fly.io | Choose Fly.io if You need global edge deployment and container control |
Use this data in your workflow
Claude Code / Cursor
claude mcp add auxiliar -- npx auxiliar-mcp
Get recommendations, pricing, and risks directly in your IDE.
Terminal
npx auxiliar
Chat with an AI agent that knows every service we review.
Community Reports
Loading community data...