EveryDev.ai
Subscribe
Home
Tools

3,215+ 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. Blueprint
    Blueprint icon

    Blueprint

    Documentation

    An agent skill that reads your code and renders interactive sequence diagrams as self-contained HTML files, with zero dependencies.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Clone and use with no restrictions.

    Engagement

    Available On

    iOS
    Web
    API
    CLI

    Resources

    WebsiteGitHubllms.txt

    Topics

    DocumentationAI Coding AssistantsAgent Skill Registries

    Alternatives

    Lore (rac-core)UnpackContext7
    Developer
    Shekhar Upadhayafunctioncall builds open-source developer tooling focused on…

    Listed Jul 2026

    About Blueprint

    Blueprint is an open-source agent skill that generates interactive sequence diagrams directly from your codebase. Created by Shekhar Upadhaya under the MIT license, it works as a SKILL.md plus a single Python script with zero external dependencies, producing self-contained HTML output. It runs inside Claude Code, Codex, Cursor, Gemini, or any coding agent that supports skills.

    What It Is

    Blueprint sits at the intersection of code intelligence and documentation tooling. You describe a flow — checkout, login, webhook handling — and your coding agent reads the relevant source files, writes a JSON spec, and renders an interactive sequence diagram. The layout and color scheme are fixed by design, so every diagram comes out visually consistent without any manual styling work. The output is a single index.html file that can be opened in any browser, exported to PNG, or committed alongside the code.

    How the Workflow Operates

    Blueprint supports two modes of use:

    • Single flow: Hand-author a JSON spec or describe the flow to your agent, then render.
    • Whole-repo (project mode): Point the agent at a repository and it scouts every flow, gates on your approval, draws each flow in parallel (one agent sub-task per flow), merges results, validates, and renders.

    The project mode is cache-aware: it stores the git SHA it was built from in the master JSON. On subsequent runs it diffs that SHA against HEAD, identifies which source paths actually moved, and redraws only the stale flows — leaving the rest byte-for-byte unchanged. The README describes this as: "Twelve flows, one changed route, one flow redrawn."

    What the Output Includes

    The rendered diagram is more than a static picture:

    • Scenario switcher — a dropdown to flip between all mapped flows in one file, with consistent swimlane actors and colors across scenarios.
    • Colour lenses — highlight a single path end-to-end, or shade arrows by cost or latency against real numbers.
    • Row detail panel — click any row to see why the call happens, what it changes, what can break, and which files back it up.
    • PNG export — one click saves the full diagram including swimlane headers.
    • UML arrow types, network-call and data-store markers, phase bands, and opt/alt/loop boxes.

    The JSON as a Codebase Map

    Beyond the rendered HTML, Blueprint produces agent_docs/diagrams/architecture.json. Each flow entry names the source paths it covers and the file behind each call. The README notes this doubles as a navigable map of the codebase — useful for handing to a new agent before it starts a task, onboarding a new engineer, or returning to a project after months away.

    Installation and Setup

    Installation is intentionally agent-driven: give your agent the repo link and say "Install this skill from its SKILL.md." The agent copies the folder into your skills directory. Manual installation is also supported via git clone and cp. Python 3 standard library only — nothing to install beyond Python itself.

    Current Status

    The repository was created in June 2026 and last pushed in July 2026, indicating active early development. It is MIT-licensed, publicly available on GitHub under the functioncall organization, and has accumulated 52 stars and 3 forks since launch.

    Blueprint - 1

    Community Discussions

    Be the first to start a conversation about Blueprint

    Share your experience with Blueprint, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Clone and use with no restrictions.

    • MIT licensed
    • Zero dependencies (Python 3 standard library only)
    • Self-contained HTML output
    • Full project mode with caching
    • All diagram features included

    Capabilities

    Key Features

    • Interactive sequence diagrams from code
    • Zero-dependency Python script
    • Self-contained HTML output
    • Agent skill (SKILL.md) format
    • Whole-repo project mode with caching
    • Git SHA-based incremental redraw
    • Scenario switcher dropdown
    • Colour lenses for path highlighting
    • Click-to-expand row detail panel
    • PNG export
    • UML arrows and markers
    • opt/alt/loop boxes
    • Phase bands
    • Sticky swimlane header
    • JSON architecture map output
    • Works with Claude Code, Codex, Cursor, Gemini

    Integrations

    Claude Code
    OpenAI Codex
    Cursor
    Gemini
    Any agent supporting SKILL.md
    API Available

    Ratings & Reviews

    No ratings yet

    Be the first to rate Blueprint and help others make informed decisions.

    Developer

    Shekhar Upadhaya

    functioncall builds open-source developer tooling focused on agent-driven workflows. The Blueprint project, created by Shekhar Upadhaya, delivers interactive sequence diagram generation as a zero-dependency agent skill. The team designs tools that integrate directly into existing coding agents like Claude Code, Cursor, and Codex without requiring additional configuration.

    Read more about Shekhar Upadhaya
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Lore (rac-core) icon

    Lore (rac-core)

    Lore stores your team's requirements, decisions, designs, and roadmaps as typed Markdown in your repo and serves them read-only to coding agents over MCP, so agents cite your decisions instead of violating them.

    Unpack icon

    Unpack

    Open-source framework that turns AI research conversations into structured, buildable projects for Claude Code and Codex.

    Context7 icon

    Context7

    Context7 pulls up-to-date, version-specific documentation and code examples directly from source repositories and injects them into LLMs and AI code editors like Cursor and Claude.

    Browse all tools

    Related Topics

    Documentation

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

    75 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    652 tools

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

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