npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

decision-tapestry

v1.7.1

Published

A tool for visualizing and managing architectural decisions.

Readme

Decision Tapestry

Visualize and manage architectural decisions with interactive dashboards and automated workflows.

Quick Start

1. Install

npm install -g decision-tapestry

2. Initialize Your Project

# For new projects
decision-tapestry init

# For existing projects (auto-analyzes your codebase)
decision-tapestry analyze

3. Start Dashboard

decision-tapestry start

Open http://localhost:8080 to view your decision dashboard.


CLI Commands

  • decision-tapestry init - Create decisions.yml for new projects
  • decision-tapestry analyze - Generate decisions from existing codebase
  • decision-tapestry start - Launch interactive dashboard
  • decision-tapestry validate - Check decisions.yml format
  • decision-tapestry plan - Generate AI planning prompt
  • decision-tapestry capture "title" - Quick decision logging
  • decision-tapestry help - Show all commands

Documentation

Features

Interactive Dashboard - Visual decision map with search and filtering
Real-time Collaboration - Live updates across all connected clients

  • Instant decision and task status changes
  • Agent activity tracking with visual indicators
  • Auto-focus on active decisions
  • WebSocket-based synchronization ✅ Dark/Light Themes - Automatic system preference detection
    AI-Human Collaboration - Persistent context for AI development workflows
  • Never lose context when AI tools hit token limits
  • Real-time monitoring of AI agent activities
  • Track decisions across multiple AI conversations
  • Export project context to any AI tool ✅ AI-Powered Planning - Context-aware project onboarding
    Quality Automation - Pre-commit hooks and CI/CD
    Historical Analysis - Extract decisions from existing codebases

🤖 AI Development Workflow

Stop losing hours to AI context limits. Decision Tapestry maintains persistent project context across all your AI tool conversations.

The Problem

  • Hit Cursor's context limit and lose 3 hours of architecture discussion
  • Explain the same project structure to Claude repeatedly
  • v0 forgets your design decisions from previous sessions
  • Multiple AI tools give conflicting suggestions without context

The Solution

# Track AI activity in real-time
decision-tapestry activity start

# Export context to any AI tool
decision-tapestry plan --context-export

Perfect for teams using: Cursor • Claude • v0 • Windsurf • GitHub Copilot • Lovable

🆕 New in v1.7.0: Enhanced Real-time Experience

  • Live Dashboard Updates: All changes appear instantly without browser refresh
  • Agent Activity Visualization: See who's working on what in real-time
  • Improved Reliability: Robust file watching with automatic fallbacks
  • Better Visual Feedback: Activity badges and animations on decision nodes

Requirements: Node.js 20+ | License: ISC | Feedback: GitHub Issues