Cortex – A Local-First Knowledge Graph for Developers

typescript dev.to

I work on multiple projects. Decisions, patterns, and context end up scattered across hundreds of files. I forget what I decided three months ago. I re-solve problems I already solved in another repo. So I built Cortex — a local-first knowledge graph for developers. It watches your project directories, extracts knowledge automatically using LLMs, and gives it back to you when you need it. What it does Watches your project files (md, ts, js, json, yaml) for changes Extracts entitie

Read Full Tutorial open_in_new
arrow_back Back to Tutorials