
I built extension which exports base44 lovable bolt rork projects in zip
Built a small Chrome extension called VibeApp Exporter because I got tired of manually rebuilding projects from AI app builders 😅
I was using tools like Lovable, Bolt, Base44 and Rork on their free plans. The annoying part was that exporting projects properly usually wasn’t available for free users.
So every time I wanted to continue the project locally in VS Code, I had to:
- manually create folders
- create nested subfolders
- copy each file one by one
- paste code manually
- rebuild the whole structure myself
It became super time consuming once projects started getting bigger.
So I built an extension that:
- detects the project tree
- opens nested folders automatically
- extracts files + code
- preserves exact folder structure
- exports everything into a ZIP
It currently supports:
- Lovable
- Bolt
- Base44
- Rork
Everything runs browser-side and the code isn’t uploaded anywhere.
Honestly started as a personal pain-point project but figured other vibe coders probably deal with the same thing.
Still improving extraction reliability for different builders and edge cases, but it’s already saving me a lot of time.
Install for Free: VibeApp Exporter