⚠️ Early-stage project: Cloud Engine is under active development and not ready for production use. Use only for testing, evaluation, and controlled environments.
Documentation site for Cloud Engine, a platform for developers, agencies, and freelancers who need to manage WordPress engines on VPS servers (EasyEngine, WordOps, and similar) — without constant SSH access.
Built with Docusaurus.
Cloud Engine acts as a remote management layer that communicates with the server where your engine is running. It centralizes server provisioning, engine operations, and site lifecycle management in a unified interface — while still allowing direct SSH access at any time.
Prerequisites: Node.js and npm (or Yarn).
npm start
# or
yarn startOpens a browser with live reload at http://localhost:3000.
npm run build && npm run serve
# or
yarn build && yarn serveGenerates static output in the build/ directory and serves it locally for preview.
Publishes the site directly to GitHub Pages from the command line.
# With SSH
USE_SSH=true yarn deploy
# Without SSH
GIT_USER=<your-github-username> yarn deploy