The landing page hides all debug controls by default in production builds.
To turn them back on locally, set this env var before running Vite:
VITE_ENABLE_DEBUG_UI=trueDebug UI is also enabled automatically when import.meta.env.DEV is true (normal vite dev mode).
Keep VITE_ENABLE_DEBUG_UI unset in production deployments. Only set it in local/debug environments when you intentionally want debug controls visible.
When debug UI is enabled, you get:
- the floating control launcher,
- the inline control dock and external control panel mount,
- the
/keyboard shortcut for opening controls, - quick navigation actions for Depth Lab and Typography Lab.