Genorbex Adds “Continue in IDE” Export Options for Local Development
November 20, 2025 — Genorbex added export workflows that make it easy to move from in-browser iteration to local development.
When a project reaches the point where you want full IDE tooling (extensions, terminals, debugging), you can export the project and continue building locally.
Export options
- Download ZIP to grab the full project folder
- Push to Git to publish to a new repository
When to switch to local development
In-browser building is great for fast iteration, but local workflows are often better for large refactors, deeper debugging, native tooling, and CI/CD. Export is designed for the moment you want to treat the generated project like any other production repository.
What gets exported
Exports include the full project directory (source, configuration, and dependency manifests). Environment variables and secrets are not embedded into the codebase; you configure them locally using your preferred secret management or environment files.
Git workflow (optional)
If you choose “Push to Git”, Genorbex guides you through connecting a Git provider and publishing a new repository. This makes it easy to onboard teammates and integrate with existing delivery pipelines.
This flow is designed to keep the online experience lightweight while still supporting professional dev workflows when you need them.
Media Contact
press@genorbex.com