EveryDev.ai
Subscribe
Home
Tools

3,121+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Onboard-CLI
    Onboard-CLI icon

    Onboard-CLI

    Code Intelligence
    Featured

    A local-first CLI that turns massive distributed systems into dynamic, visual execution maps using AST parsing and an interactive React Flow canvas.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. All features available at no cost.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Code IntelligenceCommand Line AssistantsDocumentation

    Alternatives

    CodeBoardingToadCodebuff
    Developer
    Animesh YadavAurangabad, IndiaEst. 2024

    Listed Jul 2026

    About Onboard-CLI

    Onboard-CLI is an open-source, local-first command-line tool built by animesh-94 that parses codebases using Tree-sitter AST analysis and renders interactive architecture maps in a local React Flow canvas. It targets developers working on large, complex distributed systems — from C++ cores to Java schedulers — and aims to replace slow, manual code archaeology with instant visual topology graphs. The project is written in Go for the CLI engine and React 19 for the frontend, and is available on GitHub under an MIT license with 84 stars as of its latest activity.

    What It Is

    Onboard-CLI is a developer platform for code parsing, systems profiling, and canvas-based node visualization. It sits in the code intelligence category: rather than a static linter or a heavyweight profiler, it generates structural topology graphs from AST data and presents them through an interactive local web UI. The core job is helping engineers understand unfamiliar or legacy codebases faster — mapping dependencies, tracing data flows, and enforcing architectural boundaries — without sending source code to any external service.

    Core Architecture and Tech Stack

    The tool is split into two layers:

    • CLI Engine (Go): Uses Cobra for command structure, Go-Tree-Sitter for multi-language AST parsing (Go, TypeScript, JavaScript, Python, Java), and YAML for configuration. All parsing and SQLite dependency graph compilation happens locally.
    • Web UI (React 19): Spins up a local Vite dev server at http://localhost:3000/app by default, rendering the interactive canvas via @xyflow/react (React Flow), Tailwind CSS, and Framer Motion. No cloud endpoints are involved.

    Key Commands and Workflow

    Onboard-CLI exposes a focused set of commands:

    • onboard init — generates .onboard config; supports templates like clean-architecture, modular-monolith, mvc, and serverless
    • onboard map --target <path> --radius <n> — triggers AST context engine and launches the visual canvas
    • onboard drift --rules architecture.yml — detects unauthorized cross-file imports and boundary violations against defined rules
    • onboard routes — maps backend API routes to exact file/line handler locations across Express, Gin, FastAPI, and Spring
    • onboard impact — generates a reverse-dependency tree (blast radius) for a proposed change
    • onboard owners — tracks code ownership and maintainers
    • onboard pulse — summarizes codebase health and recent activity
    • onboard export — exports AST/graph data to standard JSON formats

    Local-First and CI/CD Design

    A stated design priority is zero telemetry: source code never leaves the machine, and all graph compilation uses a local SQLite store. The tool also supports headless CI/CD integration — onboard drift and onboard impact can be embedded in GitHub Actions or GitLab CI workflows to block architectural violations on pull requests before merge. A template workflow file is included at docs/onboard-action.yml.

    Update: v1.3.0

    The latest release is v1.3.0, published on July 1, 2026, with the repository last pushed on July 11, 2026. The project was created in late June 2026 and has accumulated 84 stars and 5 forks in its early weeks. The README references an AI Usage Policy (AI_USAGE.md), signaling active community contribution guidelines. The primary language in the repository is listed as TypeScript (the React frontend), with Go powering the CLI core.

    Onboard-CLI - 1

    Community Discussions

    Be the first to start a conversation about Onboard-CLI

    Share your experience with Onboard-CLI, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. All features available at no cost.

    • AST Slicing Engine (Go, JS, TS, Python, Java)
    • Interactive React Flow visualization canvas
    • Architecture Drift Detection
    • Blast Radius / Impact Analysis
    • Backend route mapping

    Capabilities

    Key Features

    • AST Slicing Engine via Tree-sitter (Go, JS, TS, Python, Java)
    • Interactive React Flow visualization canvas (local, zero-dependency)
    • Architecture Drift Detection against architecture.yml rules
    • Blast Radius / Impact Analysis (reverse-dependency tree)
    • Backend route mapping (Express, Gin, FastAPI, Spring)
    • Code ownership tracking
    • Codebase health pulse summary
    • Export to standard JSON formats
    • CI/CD headless integration (GitHub Actions, GitLab CI)
    • Local-first execution — no telemetry, no cloud endpoints
    • SQLite dependency graph compilation
    • Configurable project templates (clean-architecture, mvc, serverless, etc.)
    • Fuzzy Finder in UI (Ctrl+P)
    • Dark Mode and Compact Mode in canvas UI
    • Automatic async version checker

    Integrations

    GitHub Actions
    GitLab CI
    Tree-sitter
    React Flow (@xyflow/react)
    Express
    Gin
    FastAPI
    Spring
    Vite
    Tailwind CSS
    Framer Motion
    Cobra (Go CLI framework)
    SQLite
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Onboard-CLI and help others make informed decisions.

    Developer

    Animesh Yadav

    animesh-94 builds Onboard-CLI, an open-source developer platform for AST-powered code parsing, systems profiling, and canvas-based architecture visualization. The project is written in Go and React 19, targeting engineers who need to navigate large distributed codebases quickly and safely. It emphasizes local-first execution with zero telemetry and supports CI/CD pipeline integration for architectural boundary enforcement.

    Founded 2024
    Aurangabad, India
    1 employees
    Read more about Animesh Yadav
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    CodeBoarding icon

    CodeBoarding

    CodeBoarding generates interactive architectural diagrams and documentation for codebases by combining static analysis with LLM reasoning, helping developers and AI agents understand system structure.

    Toad icon

    Toad

    Toad is a terminal-native AI coding assistant that lets developers inspect, understand, and evolve codebases through structured conversations directly in the CLI.

    Codebuff icon

    Codebuff

    AI coding assistant that works in your terminal, indexing your entire codebase in seconds to generate context-aware code.

    Browse all tools

    Related Topics

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

    81 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    179 tools

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    73 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions