What is ForgeHub?
ForgeHub is an in-browser development environment that ships with every Boottify tenant. It bundles the Monaco editor (the same engine that powers VS Code), a real shell terminal, a Git client, and a dev server that serves your code at a live preview URL on your own subdomain.
There is nothing to install, configure, or YAML to write. A workspace provisions in under 60 seconds.
Who it's for
- Digital agencies — give every client their own isolated, white-labeled workspace with a preview URL they can click, without building a platform team.
- SaaS startups — a per-customer dev environment runtime that is invisible to your users, branded as you, and billed per node instead of per seat.
What's inside
- Monaco editor — full IntelliSense, multi-file tabs, split panes, keyboard shortcuts that match VS Code.
- Real terminal —
npm,git,curl,psql,redis-cli. Interactive prompts work,ctrl+cstops things. - Live preview URL — your dev server runs at
<project>.<tenant>.your-domain.comwith end-to-end HMR. - Git built in — clone on create, push on save, open PRs from inside ForgeHub. GitHub + GitLab OAuth supported.
Next steps
Continue with Launching a Workspace, or see ForgeHub plans.