✅ Quick Summary
Push44 automates the entire badge removal workflow: it fetches your live HTML to find the current JS bundle filename, downloads the bundle, prepends a MutationObserver blocker that removes the badge element on load, then re-deploys the modified bundle back to your existing bolt.new Netlify URL in one atomic operation.
The Problem
The 'Made in Bolt' badge appears on every bolt.new deployment. Removing it requires re-deploying your entire app with the badge script stripped out — a process that involves downloading the live bundle, modifying it, creating a valid ZIP, and uploading it back. Doing this manually is complex and error-prone.
How Push44 Solves It
Push44 automates the entire badge removal workflow: it fetches your live HTML to find the current JS bundle filename, downloads the bundle, prepends a MutationObserver blocker that removes the badge element on load, then re-deploys the modified bundle back to your existing bolt.new Netlify URL in one atomic operation.
Step-by-Step Guide
Get your bolt.new session cookie
Open bolt.new in your browser and log in. Open DevTools (F12) → Application → Cookies → bolt.new. Find the cookie named __session and copy its value. This is your authentication token for Push44.
Find your Project ID
Open your project in the bolt.new editor. The URL looks like bolt.new/~/PROJECT_ID. Copy the PROJECT_ID portion — this is the unique identifier for your project's deployment.
Connect bolt.new in Push44
Open Push44 and navigate to Settings. Find the bolt.new section and paste your __session cookie value and Project ID. Click Save — Push44 will validate your credentials by checking your deployment status.
Select your project and remove the badge
Go to the Push page in Push44 and select bolt.new as your platform. Your project will appear automatically. Click Remove Badge. Push44 will download your live bundle, inject the badge blocker, and re-deploy — typically in 15–30 seconds.
Verify the result
Once Push44 completes, click the View live site link to confirm the badge is gone. Hard-refresh the page (Ctrl+Shift+R) to bypass any CDN cache. The badge should no longer appear.
Pro Tips
- Run badge removal after every new bolt.new editor deployment
- Hard-refresh the live site to bypass CDN cache after removal
- Keep your session cookie fresh — it expires when you log out of bolt.new
Common Mistakes to Avoid
- Copying the cookie from the wrong browser tab (must be bolt.new, not the deployed site)
- Using a stale session cookie after logging out
- Not deploying the project at least once from bolt.new before running badge removal
Ready to Export?
Push44 is free, open source, and takes under 2 minutes to set up.