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
- Sign in with GitHub (or connect GitHub from the export dialog).
- Open your project and choose Export to GitHub.
- Pick a repository name and whether it's private or public.
- 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