Repository · Natural Language Search
Search by intent, not keywords.
Describe what you're looking for in plain English — Claude reads the actual code and finds the matching places.
Claude Sonnet
Try:find all places that write to the DB without error handlingwhere do we check authentication?where do we validate user input?find all async functions that don't await their resultwhere do we catch errors but ignore them?
Ask anything about the codebase
Type a natural language question above — Claude will scan the repository files and return the matching code locations with explanations.