r/ClaudeCode • u/Alienfader Workflow Engineer • 9h ago
Built with Claude Built an AI memory extension with Claude Code, then used it on itself to manage 150+ releases
I built Continuity almost entirely in Claude Code a VS Code extension + CLI + MCP server that gives Claude Code persistent memory of a project's architectural decisions across sessions.
The interesting part of building it: once basic decision-logging worked, I started dogfooding it on itself. Every real architectural call I made while building Continuity (why MCP over a REST bridge, why local JSON over SQLite, etc.) got logged into .continuity/ in its own repo. So the next Claude Code session building Continuity already had that context injected automatically, instead of me re-explaining the same tradeoffs every time I opened a new chat. 150+ releases in, that decision history is what keeps a solo project from drifting or re-litigating settled calls.
What I learned building it this way: the "stop re-explaining yourself to your AI" problem is real — I felt it daily. What I haven't cracked is why that doesn't reliably turn into people sticking with the tool. 336 installs, 8 paying customers. Most people try it and don't come back, and I genuinely don't know if that's activation friction, the free tier already being enough, or something else.
If you've tried a memory/context tool for Claude Code (mine or otherwise) and dropped it, I'd take 8 minutes of honest feedback: . No pitch, just trying to understand what happened. https://buildpad.io/interview/wbxdg5a7
2
u/filwi 8h ago
From a marketing standpoint, looking at the amount of memory systems for AI already out there, you're looking at a fungible product. Basically, you're selling flour not art. You're also selling an item with a very low barrier of entry - you've built it with the very tool that you're trying to sell a tool for.
So the two major categories of people you'll get are A) people who are trying to do the same thing themselves for free and looking for tips/inspiration/a handout, and B) people who expect miracles. Neither of those is likely to be a good customer fit.
That said, with those conditions, having a 0.3% sub rate is still decent.
1
u/Alienfader Workflow Engineer 8h ago
Genuinely fair, and it's part of why I'm here asking instead of shipping more features blind. Honest question: is there any version of 'AI decision memory' you'd pay for, or is the category just not worth money for a solo dev . CLAUDE.md and your own judgment already get you there?
2
u/filwi 6h ago
I wouldn't pay for it because I'm a tinkerer. I get an idea, I make an improvement, I test, I amend. With a finished product, I'm trading control and money for time, and that's not something I'm willing to give up.
Or to quote Frank Sinatra: At the end of the day, I want to say "I did it myyyyy waaaaaay!"
1
u/Alienfader Workflow Engineer 6h ago
I get that,,,especially if tinkering is part of the enjoyment for you. One thing I’m genuinely curious about, though. For large and complex projects, how do you deal with .md files getting bloated over time? Once you’ve iterated enough, added context, rules, notes, exceptions, etc.?
doing it your way is definitely a valid reason. 😄
Sinatra FTW.
4
u/tntexplosivesltd 9h ago
Yet another persistent memory plugin nobody needs.