← Back to homepage
Client work Live

Full-stack contributor

Sep–Dec 2025

Bolt to Github

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.

Svelte TypeScript Chrome Extension (MV3) Vite Supabase GitHub API Vitest Playwright Tailwind CSS
Bolt to Github hero preview

Problem

Bolt.new exports full project ZIPs, but developers still repeat manual unzip-and-push steps before code lands in version control.

Approach

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.

Links