Bolt.new Not Working?

WebContainer not loading, npm install failing, AI not responding, or token credits gone? Check live status and fix it fast.

What's Wrong? Diagnose Fast

📦

WebContainer won't start

Browser compatibility issue. Bolt.new requires Chrome or Edge 89+. Firefox and Safari are NOT supported. Try incognito mode with extensions disabled.

⚠️

npm install failing

A package requires native binaries that can't run in a browser-based Node.js (WebContainer). Remove problematic dependencies — SQLite, bcrypt, sharp often fail.

💳

Token credits exhausted

Free: 1M tokens/month. Check your balance in the account panel. Each AI message consumes tokens. Upgrade to Pro ($20/mo) for 10M tokens/month.

🤖

AI not responding or generating

Anthropic Claude API degraded. Check prismix.dev/service/anthropic. If the WebContainer loads but AI doesn't respond, it's an API issue, not a browser issue.

⚠ Browser Compatibility Warning

Bolt.new uses WebContainers — a browser-based Node.js runtime by StackBlitz. It requires:

  • Chrome 89 or newer
  • Microsoft Edge 89 or newer
  • Firefox — NOT supported (SharedArrayBuffer restrictions)
  • Safari — NOT supported (COOP/COEP policy)

If the editor loads but the terminal never starts, you're likely on an unsupported browser.

Step-by-Step Fix

  1. 1

    Check live status

    Visit prismix.dev/service/bolt-new. Also check Anthropic status — Bolt.new uses Claude, so API outages affect it too.

  2. 2

    Use Chrome or Edge

    Open bolt.new in Chrome or Edge specifically. WebContainers don't work in Firefox or Safari. Try incognito mode to rule out extension interference.

  3. 3

    Check token balance

    Click the account icon in Bolt.new → check remaining tokens. Free plan: 1M tokens/month. If exhausted, wait for monthly reset (billing date) or upgrade to Pro for 10M tokens.

  4. 4

    Fix npm install failures

    Check the terminal output for which package is failing. Packages that require native binaries (SQLite, bcrypt, sharp, canvas) don't work in WebContainers. Ask the AI to remove them or use alternatives (e.g. better-sqlite3 → sql.js, bcrypt → bcryptjs).

  5. 5

    Export to GitHub if stuck

    If Bolt.new keeps failing, export your project to GitHub (the GitHub icon in the toolbar) and continue development locally with a real Node.js runtime. This avoids all WebContainer limitations.

Bolt.new Token Credits

Plan Tokens/month Cost
Free 1,000,000 Free
Pro 10,000,000 $20/month
Top-up Variable $10 per 5M tokens

Tokens are consumed per AI message and code generation. Complex projects with many revision cycles burn through free tokens quickly.

WebContainer-Compatible Alternatives for Common Packages

better-sqlite3
sql.js (WebAssembly SQLite, works in browser)
bcrypt
bcryptjs (pure JS, no native bindings)
sharp
jimp or browser-native Canvas API
canvas
→ Use browser's built-in Canvas API (no npm package needed)
puppeteer
→ Not possible in WebContainer — export to local development

Get Alerted When Bolt.new Goes Down

Star Bolt.new and Anthropic on Prismix for instant alerts when either goes down — so you know immediately if your build session is failing due to an outage.

View Bolt.new Status →

Frequently Asked Questions

Why is Bolt.new not working?

Common causes: platform outage (check prismix.dev/service/bolt-new), Anthropic API degraded (check prismix.dev/service/anthropic), token credits exhausted (1M/month free), browser incompatibility (Firefox/Safari not supported), or npm install failing due to native packages.

Is Bolt.new down right now?

Check prismix.dev/service/bolt-new for live status. Also check Anthropic status — Bolt.new uses Claude AI, so if Anthropic's API is degraded, Bolt.new's AI coding features fail even if the platform itself is up.

Bolt.new WebContainer not starting — how to fix?

Use Chrome or Edge (WebContainers require these). Disable browser extensions that block SharedArrayBuffer. Try incognito mode. Check if your corporate proxy blocks WebSocket connections on port 443.

npm install failing in Bolt.new — what to do?

The package likely needs native binaries that don't work in browser-based Node.js. Common problems: better-sqlite3 (use sql.js), bcrypt (use bcryptjs), sharp (use jimp), puppeteer (export to local dev). Ask the Bolt.new AI to "replace X with a WebContainer-compatible alternative."

Bolt.new token credits running out — how many do I get?

Free: 1 million tokens/month. Pro: 10 million tokens/month ($20/mo). Tokens refresh monthly on your billing date. Each AI message and code generation consumes tokens. You can purchase top-up packs at $10 per 5M tokens.