Problem
Bolt.new exports full project ZIPs, but developers still repeat manual unzip-and-push steps before code lands in version control.
Full-stack contributor
Sep–Dec 2025
Manifest V3 Chrome extension (Svelte + TypeScript) intercepts Bolt.new ZIP downloads, extracts in-browser, and pushes to GitHub via PAT or GitHub App auth. Includes diff preview, project dashboard, issues panel, Supabase-backed premium tier, and a Vitest + Playwright test suite — published on the Chrome Web Store.
Chrome extension that intercepts Bolt.new ZIP exports and pushes projects to GitHub with PAT or App auth.

Bolt.new exports full project ZIPs, but developers still repeat manual unzip-and-push steps before code lands in version control.
I contributed to a Manifest V3 extension that intercepts exports client-side, respects .gitignore rules, and automates GitHub pushes with diff preview and project sync.