AmiteK
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: LogicStamp – A Context Compiler for TypeScript (logicstamp.dev)
- Show HN: Detect Drift in TypeScript codebases (github.com)
I’ve been building LogicStamp Context, an open-source CLI that analyzes TypeScript codebases using the TypeScript AST and compiles them into deterministic JSON “contracts”. These describe components, props, hooks,…
-
I built an open source CLI that analyzes TypeScript codebases using the TypeScript AST (via ts-morph) and extracts structured architectural contracts and dependency graphs. The goal is to create a diffable architectural…
-
Hi HN, I built a CLI that extracts a deterministic, structured representation of a TypeScript codebase (components, hooks, APIs, routes) directly from the AST. The goal is to produce stable, diffable “codebase context”…
-
After working with LLMs on real React/TypeScript codebases, I kept running into issues caused by missing structure - invented props, broken hook assumptions, and style leakage. logicstamp-context is a CLI that analyzes…