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 context

This scans your repo and creates context.json files.

What happened?

LogicStamp scanned your TypeScript files and generated structured context bundles:

  • •context.json files in each folder with component contracts
  • •context_main.json in 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-context

Then generate context:

stamp context

With 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-mcp

See MCP setup guide →

3. Keep context fresh (Watch Mode)

Automatically regenerate context as you code:

stamp context --watch

Learn more about watch mode →

Next Steps

Explore the complete CLI documentation or learn more about what LogicStamp does.