Launching a Workspace
Getting a ForgeHub workspace takes under a minute. No install, no config, no YAML.
Step 1 — Sign up
Create an account at control.boottify.com/sign-up. The starter plan is free and needs no credit card.
Step 2 — Create a workspace
Click New workspace and pick a template (or connect a repo). ForgeHub provisions an isolated environment and injects tenant-specific environment variables before the pod starts.
Step 3 — Start coding
You land in the Monaco editor with a live terminal at the bottom. Run npm run dev and your app is served at a live preview URL on your subdomain.
Environment variables
Secrets are generated server-side and mounted as Kubernetes Secrets — they never transit the browser. Tenant-aware values (TENANT_SUBDOMAIN, TENANT_ID, DATABASE_URL, REDIS_URL) are populated from the template's config schema.
Persistent workspace
Each workspace gets a 10 GB volume mounted at /app/projects. It survives pod restarts, redeploys, and plan changes.