Render.com

Preset: render-com (switch to this preset)

Nitro supports deploying on Render with minimal configuration.

Set up application

  1. Create a new Web Service and select the repository that contains your code.

  2. Ensure the ‘Node’ environment is selected.

  3. Depending on your package manager, set the build command to yarn && yarn build, npm install && npm run build, or pnpm i --shamefully-hoist && pnpm build.

  4. Update the start command to node .output/server/index.mjs

  5. Click ‘Advanced’ and add an environment variable with NITRO_PRESET set to render-com.

  6. Click ‘Create Web Service’.

You should be good to go!