Live Preview & Custom Domains
ForgeHub gives every workspace a live preview URL with end-to-end HMR — share it with a client and they see the app update in real time. No ngrok, no tunneling.
Preview URL
Your dev server runs at <project>.<tenant>.your-domain.com. Every save hot-reloads the browser.
Custom domains
Point your own DNS at any ForgeHub workspace. Wildcard TLS via Let's Encrypt is included free, with zero configuration.
How env injection works
Every workspace gets a fresh set of environment variables populated from the template's config schema before the pod starts. Secrets are generated inside the cluster and mounted as Kubernetes Secret objects — they never transit the browser.
Git workflow
Clone a repo on create, push on save, and open pull requests from inside ForgeHub. GitHub and GitLab OAuth are supported.