Skip to content

Official LogicStamp website - docs, demos and updates for the CLI & MCP.

License

Notifications You must be signed in to change notification settings

LogicStamp/logicstamp.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

234 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LogicStamp

The official landing page and documentation site for LogicStamp

Next.js TypeScript Tailwind CSS License

WebsiteDocumentationMCP IntegrationGitHubContributing


LogicStamp MCP analyzing a real React + Tailwind codebase

LogicStamp MCP building a structured, Tailwind-aware view of a real React codebase.


About

This is the official landing page and documentation website for LogicStamp, a powerful tool for generating structured context bundles for LLMs. LogicStamp helps developers create efficient, maintainable architectural context files that improve AI-assisted development workflows.

LogicStamp MCP enables AI assistants (Claude, Cursor, etc.) to analyze TypeScript codebases through the Model Context Protocol, providing structured component contracts, dependency graphs, and style metadata.

The site is built with Next.js 14, TypeScript, and Tailwind CSS, featuring a modern, responsive design with dark mode support.

Features

  • Next.js 14 with App Router for optimal performance
  • TypeScript for type-safe development
  • Tailwind CSS for modern, responsive styling
  • Dark Mode support with smooth theme transitions
  • Fully Responsive design for all devices
  • Fast Performance with optimized builds
  • Comprehensive Testing with Vitest and React Testing Library
  • Documentation integrated directly into the site
  • SEO Optimized for better discoverability

Quick Start

Prerequisites

  • Node.js >= 18.18.0
  • npm, yarn, or pnpm package manager

Installation

  1. Clone the repository:
git clone https://github.com/LogicStamp/logicstamp.dev.git
cd logicstamp.dev
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Set up environment variables (if needed):

Create a .env.local file in the root directory:

NEXT_PUBLIC_SITE_URL=http://localhost:3000

Using LogicStamp CLI

Generate context bundles for your project:

# Generate context bundles
stamp context

# Generate with style metadata
stamp context style

Common commands:

  • stamp context - Generate context bundles
  • stamp context style - Generate with style metadata (Tailwind, SCSS, etc.)

For more information, see the LogicStamp CLI documentation.

Using LogicStamp MCP

LogicStamp MCP enables AI assistants to analyze your codebase through the Model Context Protocol:

  • Claude Desktop - Integrate LogicStamp with Claude Desktop
  • Cursor IDE - Use LogicStamp directly in Cursor
  • Claude CLI - Command-line integration for Claude Code

The MCP server provides structured context bundles optimized for AI consumption, including component contracts, dependency graphs, and optional style metadata.

Quick Start:

Development

Start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 in your browser to see the result.

The page auto-updates as you edit files. The src/app directory is where most of your edits happen.

Build

Build the application for production:

npm run build

This creates an optimized production build in the .next folder.

Production

Start the production server:

npm start

Testing

Run the test suite:

# Run tests in watch mode
npm test

# Run tests with UI
npm run test:ui

# Run tests once
npm run test:run

# Run tests with coverage
npm run test:coverage

Type Checking

Verify TypeScript types:

npm run type-check

Linting

Check code quality:

npm run lint

Project Structure

logicstamp.dev/
├── src/
│   ├── app/                    # Next.js App Router pages and routes
│   │   ├── api/                # API routes
│   │   ├── demo/               # Demo page
│   │   ├── docs/               # Documentation pages
│   │   │   ├── getting-started/
│   │   │   ├── guides/
│   │   │   ├── logicstamp-context/
│   │   │   └── ...
│   │   ├── layout.tsx          # Root layout
│   │   └── page.tsx            # Home page
│   ├── components/             # React components
│   │   ├── sections/           # Page sections (Hero, Features, FAQ, etc.)
│   │   ├── ui/                 # Reusable UI components
│   │   └── ...
│   ├── contexts/               # React contexts (Theme, etc.)
│   ├── hooks/                  # Custom React hooks
│   └── styles/                 # Global styles and themes
├── __tests__/                  # Test files
├── docs/                       # Documentation source files
├── public/                     # Static assets
├── next.config.js              # Next.js configuration
├── tailwind.config.ts          # Tailwind CSS configuration
├── tsconfig.json               # TypeScript configuration
├── vitest.config.mjs           # Vitest test configuration
└── package.json                # Dependencies and scripts

Documentation

Comprehensive documentation is available both on the site and in the repository:

Visit the documentation section on the site for the full documentation experience.

Technology Stack

Contributing

We welcome contributions! Please see our Contributing Guide for details on:

  • Code of conduct
  • Development workflow
  • Branching strategy
  • Pull request process
  • Code style guidelines

Before contributing, please read:

Related Projects

Security

For security concerns, please review our Privacy & Security documentation.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Branding & Attribution

The LogicStamp Fox mascot and related brand assets are © 2025 Amit Levi.

These assets may not be used for third-party branding, logos, or commercial identity without permission. They are included in this repository for documentation and non-commercial use within the LogicStamp ecosystem only.

Support

Community

This project follows a Code of Conduct. By participating, you agree to uphold it.


LogicStamp Fox Mascot

Open-source developer tooling

WebsiteGitHub OrgLogicStamp Context (CLI)LogicStamp MCP

About

Official LogicStamp website - docs, demos and updates for the CLI & MCP.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published