Theme
Node.js & Python versions
Runtime versions offered for new managed sites.
Who can use this page? Site managers selecting runtimes.
Node.js
| Value | Label in panel |
|---|---|
| 24 | Node.js 24 LTS (default for new sites) |
| 22 | Node.js 22 LTS |
| older | Shown as “(end of life)” for existing sites only |
Helpers resolve version from .nithost/node-version, .node-version, .nvmrc, or package.json engines.
bash
nithost-npm install
nithost-npm run build
nithost-node server.jsPython
| Versions |
|---|
| 3.14 (latest supported stable series for new choices) |
| 3.13 |
| 3.12 |
| 3.11 |
| 3.10 |
Runtime images: official python:<minor>-slim. Venv is per release.
Default start example:
bash
uvicorn server:app --host 0.0.0.0 --port 8000