Show HN: A CLI That Compiles React, Next.js, TS and Vue for LLMs (github.com)

2 points by AmiteK ↗ HN
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 the AST of React, Next.js, TypeScript, and Vue 3 (Composition API) projects and produces deterministic, structured context instead of raw file dumps.

The output is designed for LLMs and CI workflows: components, hooks, props/emits, dependencies, and style usage are extracted explicitly rather than inferred from text.

The CLI can also be used via an MCP server for editor and agent integrations.

0 comments

[ 3.5 ms ] story [ 9.9 ms ] thread

No comments yet.