← All docs

Guides

Exporting to GitHub

Take your real code with you — no lock-in.

VibeX generates a real git repository, not a proprietary runtime. You can push it to your own GitHub at any time and host it anywhere.

How to export

  1. Sign in with GitHub (or connect GitHub from the export dialog).
  2. Open your project and choose Export to GitHub.
  3. Pick a repository name and whether it's private or public.
  4. VibeX creates the repo and pushes your code with a README.

Running it yourself

Once exported, anyone with the repo can run it locally:

npm install
npm run dev