I built a Cursor extension that actually REMEMBERS your codebase (because I'm tired of Cursor breaking my codebase every damn time)
Hey fellow devs,
After weeks of wanting to break my computer when Cursor kept breaking my code, I finally snapped and built something.
The frustration we all know:
- Explaining your project structure over and over and OVER again
- AI forgetting which libraries you're using after 3 messages
- Getting suggestions that completely ignore your architecture
- That sinking feeling when you realize the "helpful" AI just created 47 new bugs
What I built: A Cursor extension that creates and maintains a "project brain" - it's like giving AI a permanent memory of your codebase's context, architecture, and dev rules.
It works by:
- Creating a detailed spec file of your project's architecture decisions
- Maintaining awareness of file relationships and dependencies
- Actually understanding your tech stack choices (not just guessing)
- Auto-updating as your codebase evolves
Early users report:
- AI suggestions that actually make sense for their projects
- No more repeatedly explaining project structure
- Massive reduction in "AI broke my code" incidents
Drop a comment or DM if interested! And tell me - what's your biggest frustration with current AI coding tools?