The Problem: AI Amnesia
If you use AI coding assistants like Claude, GPT-4, or Cursor, you probably experienced this cycle:
- Start a coding session, explain your project context
- Make decisions, implement features, everything works
- Close the session
- Open a new session and explain everything again
Every. Single. Time.
It's not just annoyingโit's a productivity killer. Studies show developers spend 20-30% of their time context-switching. With AI assistants, that number climbs higher.
The Solution: ContextKeep
ContextKeep is a persistent context manager for AI coding sessions. Think of it as a second brain specifically designed for your AI development workflow.
How It Works
- Store context snippets - Architecture decisions, API contracts, coding standards
- Semantic search - Find relevant context using natural language
- AI-powered compression - Get summaries instead of dumping entire documents
- Export anywhere - Copy to clipboard or export as markdown for any AI assistant
The Free Tier
- Unlimited context storage
- Basic semantic search
- Markdown export
Pro tiers ($9-29/mo) will add advanced AI compression and team collaboration features.
Try It Out
๐ ai-context-manager.vercel.app
๐ github.com/JeremySmythDigital/contextkeep
UPDATE: Thanks @thegm26 for catching the broken repo link! Fixed now. ๐
And thanks @godnick for the TokenBar tip - tracking token costs is key. We're working on similar features at CostPulse.ai.
Stop losing context between sessions. Start keeping it.
Top comments (5)
hey its really interesting just a little thingy : the repo is not accessible :D

Thanks for this comment. I'm working on multiple things (ADHD brain) and learning about getting stuff out there so I kind of jumped the gun on that.
github.com/JeremySmythDigital/cont... is the link.
Any constructive criticism definitely welcome, and thanks again.
Also, as thanks for reaching out on my error, if you'll drop your email, or reach out on github, I'll set you up with Pro Access.
Again, thanks.
hey thanks! I'll reach out
Some comments may only be visible to logged-in visitors. Sign in to view all comments.