Getting Started
Generate AI-ready context from your TypeScript codebase in 30 seconds.
Prerequisites
Node.js >= 18.18.0
Latest LTS recommended
TypeScript
Your project codebase
Terminal
Basic CLI knowledge
Try it now (no install required):
npx logicstamp-context contextThis scans your repo and creates context.json files.
What happened?
LogicStamp scanned your TypeScript files and generated structured context bundles:
- •
context.jsonfiles in each folder with component contracts - •
context_main.jsonin your project root with an overview
These files describe your components' props, hooks, dependencies, and relationships—optimized for AI consumption.
Next Steps
1. Install for regular use
Install globally to use the stamp command:
npm install -g logicstamp-contextThen generate context:
stamp contextWith Style extracts Tailwind CSS classes, SCSS modules, Material UI themes, styled-components, and framer-motion animations.
2. Use with AI assistants (MCP)
Install the MCP server to give Claude Desktop, Claude Code, or Cursor direct access to your codebase:
npm install -g logicstamp-mcp3. Keep context fresh (Watch Mode)
Automatically regenerate context as you code:
stamp context --watchNext Steps
Explore the complete CLI documentation or learn more about what LogicStamp does.