Bolt·Fixpromptingbeginner

Bolt.new Forgetting Previous Instructions

Quick Answer

How do I fix Bolt.new Forgetting Previous Instructions?

Bolt has a context window limit. Long conversations make it forget earlier decisions and code it wrote. Start with "Start a new project with a summary" before making broader code changes.

Fix signals

What this answers
Why bolt.new forgetting previous instructions happens and what to change first.
Fastest move
Start a new project with a summary
Use this page if
Bolt contradicts earlier decisions

If this keeps happening

Open the next decision, not just the patch

Use these when the current fix is helpful, but the real answer is a better tool choice, a cleaner workflow layer, or a more trustworthy launch path.

Quick Fix Summary

Most likely causeBolt has a context window limit. Long conversations make it forget earlier decisions and code it wrote.
Fastest fixStart a new project with a summary
Use this page ifBolt contradicts earlier decisions

You're in the right place if...

  • !Bolt contradicts earlier decisions
  • !Features you built earlier disappear
  • !Code quality drops after many prompts

Why this happens

Bolt has a context window limit. Long conversations make it forget earlier decisions and code it wrote.

Fix

1

Start a new project with a summary

Start a new Bolt project and paste your full founding prompt plus a summary of current state: what's built, what works, what tech stack you're using.

2

Keep a project state note

Outside of Bolt, maintain a text file with: - Tech stack decisions - Features built so far - Design system (colors, fonts) - Any important rules Paste this into the new Bolt project to restore context.

Prevent this next time

Export to GitHub every 30 minutes. Keep a running note of decisions and features outside of Bolt.

Frequently Asked Questions

Typically 20-30 messages. Complex code and long outputs fill the context faster.

Only if you didn't export. Always push to GitHub before starting a new Bolt session.

Related fixes