LogoRobo.js

Hosting Overview

Hosting your Robo.js project keeps it running 24/7 without relying on your local machine.

RoboPlay

RoboPlay is a hosting platform built specifically for Robo.js projects. Deploying is a single command:

robo deploy

Run the same command anytime to push updates. See the RoboPlay page for full details.

Self-Hosting

You can host on any platform that supports Node.js. Build with robo build, then start with robo start. See the Self-Hosting page for setup instructions.

Note: When self-hosting, avoid using robo dev in production. It is not optimized for performance or security.

Next Steps

On this page