Scaffold and Deploy
native to Locus Beta

Renly is the essential CLI companion for the BuildWithLocus ecosystem. Bootstrap in seconds, push to production in one command. Experience cloud native at the speed of thought.

$npm install -g @renly/cli

The CLI was built for you.

Stop fighting with configurations. Renly handles the scaffolding, environment setup, and deployment lifecycle so you can focus on building features.

Zero Config Scaffolding

Next.js and NestJS templates with production-ready Dockerfiles.

Git-Powered Deployments

Automatic remote setup. Just push to deploy.

Secure by Default

Built-in auth handling and environment management.

Terminal
~renly init my-project
? Which template would you like to use? Next.js
✓ Project my-project initialized!
~cd my-project && renly deploy
⠋ Preparing deployment...
⠙ Pushing code to Locus Beta...
✓ Deployment successful!
View your project at: https://your-app.locus.com

Documentation

Everything you need to master the Renly workflows.

  • Getting Started
  • CLI Reference
  • Deploying to Locus
  • Environment Management

Installation

Install the Renly CLI globally using your favorite package manager.

npm
npm install -g @renly/cli

Authentication

Login with your Locus API key to link your CLI to your workspace.

renly login