Skip to content

Preiz68/NextIntel

Repository files navigation

NextIntel

A high-performance intelligence engine and static analysis tool for Next.js App Router projects.

🏗️ Monorepo Structure

  • packages/engine: Core static analysis engine powered by ts-morph.
  • packages/rules: Deterministic rule system for Next.js architectural patterns.
  • packages/cli: Command-line interface for project-wide audits.
  • vscode-extension: Real-time editor integration with live diagnostics and quick-fixes.

🚀 Getting Started

Prerequisites

Installation

pnpm install
pnpm build

Usage

CLI Analysis:

pnpm analyze .

VS Code Extension:

  1. Open the vscode-extension folder.
  2. Press F5 to start debugging.

📜 License

MIT

About

NextIntel is a high-performance static analysis extension for VS Code, specifically architected for the Next.js App Router. It scans your codebase in real-time to ensure your application follows best practices for architecture, performance, and the React Server Components (RSC) paradigm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors