Show HN: SourceMinder, a Context Aware Code Search for Solo Devs and Claude Code
ebcode.com·18h·
Discuss: Hacker News
🎯Cursor IDE
Preview
Report Post

In July of this year, I quit my job. That was a terrible decision, but I don’t want to dwell on it. In August, I signed up for the Claude Pro plan, figuring I’d need to learn how to code with LLMs to stay competitive in the job market. What follows is a brief synopsis of how I came to develop SourceMinder, A Context Aware Code Search for Solo Devs and Claude Code.

TLDR: After running into context window issues on my first two projects, I developed a tool for making Claude Code use fewer tokens by creating an indexer that provides context in the search results. Built with sqlite and tree-sitter, it currently supports the following languages: C, Go, PHP, Python, and TypeScript. Get the code here: https://github.com/ebcode/SourceMinder

Pro…

Similar Posts

Loading similar posts...