What problem does it solve?
This Skill eliminates the manual, error-prone steps required to create and deploy new projects. It clones the BUILDER stack, configures ports, builds, and deploys automatically, saving time and reducing setup complexity.
Core Features & Use Cases
- Automated project creation: From Dashboard or API, spin up a full project from the BUILDER stack.
- Port management & PM2 deployment: Automatically assigns a port and deploys with PM2 for reliable run-time.
- One-click deployment: Triggered via Dashboard or API, enabling rapid iteration and scalable project delivery.
Quick Start
Click the + New Project button on the Dashboard or send POST /api/projects/create with { name: "my-app" } to start. The Skill will validate the name, clone the BUILDER stack, initialize the build context, install dependencies, and deploy on the next available port.