▸ Open Source — Boottify Tools
Glyph
Carve meaning into your codebase.
31K
Symbols
11K
Edges
~120ms
Incremental
$0
LLM Cost
$ glyph godnodes boottify
→ Button (component) — 713 connections
→ Card (component) — 696 connections
→ cn (function) — 422 connections
$ glyph path boottify "webhookHandler" "sendEmail"
→ webhookHandler → processPush → deployApp → notifyUser → sendEmail (4 hops)
Why Glyph
// STRUCTURE_AWARE
Zero LLM Cost
Pure tree-sitter AST parsing. No API calls, no tokens, no rate limits. Always free.
Incremental Updates
MD5 file hashing tracks changes. 3 modified files = ~120ms rescan. Not 30 seconds.
SQLite Knowledge Graph
Indexed lookups, BFS path traversal, multi-project. Not a JSON dump.
Multi-Language
TypeScript, Python, Go, Bash. Same query interface across all languages.
AI-Ready
Generate PROJECT_MAP.md for your coding agent. Dramatically reduces find→read→trace loops.
~1,200 Lines
Single Python file. Readable, hackable, auditable. No black box.
$ git clone https://github.com/Boottify/glyph.git$ cd glyph && ./install.sh$ glyph scan myproject /path/to/repo$ glyph find myproject sendEmail