-
01
01 Git push → production, in minutes
At every git push to the configured branch, Clever Cloud:
- Automatically detects the Node.js version and package manager (npm, yarn, pnpm)
- Installs dependencies (npm ci or yarn install)
- Runs the build script (npm run build) if present
- Starts the application with zero downtime
- Configures auto-scaling based on load
No PM2, no Nginx, no SSL certificates to manage. Everything is included and automatically maintained by the platform. Natively supported frameworks:- Express.js — REST APIs, web servers, zero configuration
- Next.js — SSR, SSG and API routes supported
- NestJS — TypeScript, modular architecture
- Fastify, Koa, Hapi — automatically detected via package.json
- Workers and microservices — deployable as independent instances
0202 TypeScript, full-stack, monorepo — all supported
Clever Cloud compiles your TypeScript project at build time (via tsc or ts-node depending on your configuration). No manual transpilation management in production.
For full-stack Next.js projects, the platform handles the build and Node.js server startup in a single deployment. Public environment variables (NEXT_PUBLIC_*) and private ones are managed separately and securely. For monorepos, Clever Cloud supports npm and yarn workspaces. Each service can be deployed as an independent application with its own environment variables.0303 Auto Scaling
Whether you run an e-commerce or a business-oriented application, you don’t always need the same resources. From campaigns to seasons… We offer both manual and auto-scaling.
04You only pay when your applications are running, and you stop them whenever you want. Purchase credits and use them continuously, or set a maximum spend over a defined period.
- ISO/IEC 27001:2022 and HDS certified
- GDPR compliant
- UGAP listed
- SecNumCloud zone available (via Cloud Temple)
0505 Allocate time for the product
Updating Rust versions, tweaking the configuration files or mitigating DDoS attacks takes time. Clever Cloud handles this for you according to your scaling settings.
Deploy Node.js: Clever Cloud supports the majority of frameworks
- Express.js
- Next.js
- NestJS
- Koa
- Fastify
- Hapi
- AdonisJS
- Meteor
- Sails.js
- Remix
- Nuxt.js
Supported frameworks
Our pricing depends on the size and the number of instances your application needs. Compare it with your current pricing or on our calculator in the pricing page.Frequently asked questions
How do I deploy an Express.js application on Clever Cloud?
Link your Git repository to Clever Cloud, configure the deployment branch, and run git push. The platform detects Express automatically, installs npm dependencies, and starts the application. Expect less than 5 minutes for a first deployment.
Is Next.js supported on Clever Cloud?
Yes. Next.js is supported in SSR mode (Node.js server) and static mode (export). The build (npm run build) runs automatically on deployment. NEXT_PUBLIC_* environment variables are injected at build time, all others at runtime.
Does Clever Cloud support TypeScript?
Yes. TypeScript is compiled automatically at build time if your project contains a tsconfig.json. You can use tsc, ts-node, or any build tool (Vite, esbuild, etc.) via the npm run build script.
Which Node.js version is available?
All active Node.js LTS versions are available, as well as older versions. The version is configurable via the CC_NODE_VERSION environment variable. Security patches are applied automatically by Clever Cloud.
How do I host a Node.js backend with a PostgreSQL database on Clever Cloud?
Create a Node.js application and a managed PostgreSQL database from the console. Clever Cloud automatically injects the DATABASE_URL environment variable into your application. No additional network configuration is required.
BlogBLOG
Our last news
Clever Cloud’s partnership strategy: building an open ecosystem for strategic autonomy
When we launched our PaaS, Clever Cloud, our mission was clear: to create a cloud platform that developers would trust and enjoy using, something reliable, intuitive, and well-suited to the evolving demands of modern software development.HDS Certification and Compliance: Scope, Limitations and Sovereignty
HDS certification attests to the security of health data hosting; it is not intended to provide immunity from extraterritorial laws such as the Cloud Act or FISA. Using a certified hosting provider does not, moreover, make an organisation “HDS compliant”: the certification status remains with the hosting provider, while some obligations continue to rest with the client.HDS migration: migrate your healthcare data with no perceptible downtime
An HDS migration consists of transferring an application and its healthcare data from one hosting provider to another while maintaining the required certification and service continuity. When properly planned and executed, the perceived interruption can be reduced to a simple DNS switch. For example, when Madietenligne, a provider of an e-health solution for dietitians, migrated to Clever Cloud, its test and production environments were moved in less than fifteen days, covering 500 GB of data, with no downtime perceived by users.
Deploy your Node.js applications — Express, Next.js, NestJS — on the French sovereign cloud. A single git push is all it takes: Clever Cloud installs dependencies, builds the project, and starts the application.