Keep Render
- Web service plus database. No mobile, no SSH.
Render takes the server away for web services. That is the job. SSH, your own network, an iOS build — different job, and Render does not do it.

Render sits between Heroku and a VPS: comfortable, but the machine stays foreign. The comfort ends the moment you want logs on the box itself or need to sign an app.
This reflects the typical scope of both platforms. Details change over time, so check the current information from each provider when it matters.
| Criterion |
|
|
|---|---|---|
| Deploying web services and APIs | Fully covered: NestJS, Laravel, FastAPI and frontends through prepared pipelines | Fully covered: Core product, mature, with a strong developer experience |
| Cron jobs and background work | Fully covered: Run as containers on your server, configured in the project | Fully covered: Cron jobs and background workers as first-class service types |
| Databases | Fully covered: Provisioned on your own server, backups included | Fully covered: Managed databases as part of the platform |
| Use your own servers | Fully covered: Your own server over SSH or a managed server from the platform | Not offered: Not supported, workloads run on Render infrastructure |
| Project scaffolding from templates | Fully covered: Next.js, NestJS, Laravel, FastAPI, Flutter, Expo, Astro and Hugo as a ready project base | Partly covered: Templates for deploying existing projects, no project scaffolding |
| Configuration in the repository | Fully covered: configuration in Git for environments and deployments, GitLab CI configuration freely editable | Fully covered: Infrastructure as code through a YAML file in the repository |
| Building mobile apps | Fully covered: Flutter, Expo and native iOS and Android projects including build environments | Not offered: Not part of the product |
| Publishing to App Store and Play Store | Fully covered: Metadata, screenshots and versions through Fastlane, driven from the platform | Not offered: Not part of the product |
| Remote development environments | Fully covered: Ubuntu workspaces with VS Code, JetBrains, RDP and VNC. iOS builds on the pipeline’s macOS machines | Not offered: Not part of the product |
| Global edge network / CDN | Partly covered: Reverse proxy and SSL per server; no global edge network of its own | Fully covered: CDN for static content with a choice of regions |
| Where processing happens | Fully covered: Operated in the EU with a data processing agreement, servers freely selectable | Partly covered: US provider, regions selectable, processing under US law |
Green means fully covered, amber partly, grey not offered. Render is strong as a PaaS – the difference lies in how much of the chain each platform covers.
As of 9 September 2026. Based on the publicly documented feature scope of the providers named. Details can change; the provider’s current documentation takes precedence. Logos are trademarks of their owners and are used only to identify the product.
Render tiers by instance and traffic. See Render pricing.
Pipeline for Customer App
The migration happens step by step, with your repository as the foundation.
Attach your own machine over SSH or book a managed server. The baseline with Docker, reverse proxy, SSL and backups is created automatically.
Set up your project in the wizard and pick the stack. Repository, structure and CI/CD pipeline are created along with it.
Move web services, cron jobs and databases one at a time. Environment variables and secrets are managed centrally in the project.
Domain and certificates are part of the setup. Once the pipeline is green, you point the DNS record over.
For web services, background jobs and databases yes, and it covers more beyond that. What it lacks is a global edge network for static content, so a CDN in front of the platform still makes sense.
Only as much as you want. With a managed server the platform handles setup and maintenance. With your own server it configures Docker, databases, reverse proxy, SSL, firewall and backups, while operations stay with you, visible over SSH.
The file itself does not carry over, but the principle does. Environments and deployments also live as configuration in your Git history, plus a GitLab CI pipeline in the repository. You decide how the stages are cut.
Render bills per service and instance size, plus databases and bandwidth. On our platform you pay for the platform and your servers. Once many small services add up, sharing one server is often cheaper. See the pricing page for details.
Render is a US provider, which can be handled contractually but often adds rounds to tenders. The Application Platform runs in the EU with a data processing agreement, and you choose where your servers are located.
Render can keep serving HTTP. The app and the box do not have to.