Growthub Local
⚠ Developer Preview: Growthub Local is currently in beta. Use workspace QA and deploy checks before production deployment.
Growthub Local turns repos, skills, starters, existing products, and agency processes into governed workspaces that humans and agents can customize, persist, export, deploy, and operate.
Deploy Your Own
Deploy the governed workspace starter to Vercel from the real public repository. The deploy button uses the monorepo root directory for the workspace app.
Deploy with VercelFeatures
- Governed Workspace Builder V1 + V1.1 data-view controls
- Dashboards, tabs, widgets, config, persistence, import, and export
- Bridge-aware integrations without provider tokens in the browser
- Workspace helper commands for agents and humans
- Deploy readiness checks for Vercel workspace apps
Setup
Install through the create package or use the CLI directly. The create package pins the CLI exactly.
Agent Commands
$ npm create @growthub/growthub-local@latest
$ npm install -g @growthub/cli
$ growthub workspace status --json
$ growthub workspace qa --json
$ growthub workspace deploy check --json
$ growthub workspace deploy vercel --print-env --json
