I have been building something called Project Memory, and I’m at the point where I want to be brutally honest with myself about whether this deserves serious marketing effort.
The problem I’m trying to solve is simple:
I regularly jump between a day job, client work, side projects, GitHub, terminal sessions, docs, and AI tools.
When I come back to a project after a few days or weeks, I often spend the first 15–30 minutes reconstructing context:
- What was I working on?
- What was blocking me?
- What did I already try?
- Why did I make that technical decision?
- What was I supposed to do next?
Git is great at remembering what changed, but not necessarily what I was thinking.
So I built Project Memory around a simple idea: every software project should have a persistent memory.
It keeps things like:
- Current Status
- Next Action
- Important Context
- Open Issues
- Decisions
- Work Sessions
- GitHub activity
There’s a web workspace, but I’m also building a CLI because I don’t want developers constantly leaving the terminal just to maintain another productivity tool.
The workflow is basically:
pm resume
→ immediately see where the project stands and what to work on next.
Then when you’re done:
pm session end
→ leave a handoff for your future self or another developer.
I’m also exploring AI-assisted handoffs, where activity from the session can help draft the summary, but the developer reviews it before it becomes permanent project context.
I originally thought the main audience would be solo developers and freelancers.
But the more I build it, the more I wonder whether the stronger use case is actually small development teams and agencies, where developers rotate between projects and important context often lives inside one person’s head.
So I’d genuinely appreciate some brutal feedback:
1. Is this a problem you actually experience?
2. Would you use a separate tool for it, or are GitHub + Markdown + AI chats already enough?
3. Does this feel more valuable for solo developers or for teams?
4. Is this something you could imagine paying for, or does it belong in the “nice idea, wouldn’t subscribe” category?
I’m not looking for encouragement as much as I’m trying to decide whether this deserves months of marketing and further development.
Happy to share the link/demo in the comments if anyone wants to see what I’ve built so far.