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

spec2code

v3.1.10

Published

Specification-Driven Software Development with LLM-Powered Automation

Readme

Spec2Code: Turn Ideas Into Code Automatically 🚀

npm version License: MIT TypeScript

Transform any idea into a complete, working application using AI in Cursor - works with ANY LLM (Claude, GPT-4, Gemini, etc.).

Note: The tool will be open-sourced in the future. Github link is private for now.

🚀 Quick Start

Installation

npm install -g spec2code

Add to Cursor

Add the following configuration to your Cursor mcp.json file:

{
  "mcpServers": {
    "spec2code": {
      "command": "spec2code",
      "args": [],
      "env": {
        "PROJECT_ROOT": "${workspaceFolder}"
      }
    }
  }
}

Basic Usage

# 1. Generate specification
/sdd_specify "Build a crowdfunding platform with Next.js, TypeScript, and Tailwind"

# 2. Create implementation plan
/sdd_plan

# 3. Generate tasks (33 tasks across 4 phases)
/sdd_tasks

# 4. Execute phase-by-phase
/sdd_implement phase=1  # Setup & Foundations
/sdd_implement phase=2  # Core Implementation
/sdd_implement phase=3  # UI Development
/sdd_implement phase=4  # Testing & Deployment

🛠️ Commands

  • /sdd_specify - Generate project specifications (creates specs/spec.md)
  • /sdd_plan - Create implementation plan (creates specs/plan.md)
  • /sdd_tasks - Generate 33 tasks across 4 phases (creates specs/phaseX-tasks.md)
  • /sdd_implement phase=X - Execute phase-by-phase implementation
  • /sdd_implement phase=X task=Y - Execute a specific task
  • /sdd_workflow - Run complete automated workflow (specify → plan → tasks → implement)

🌟 Key Features

  • Complete Task Execution - AI completes all tasks fully, including verification, before proceeding to next task
  • AI-Driven TODO Creation - Each task generates its own TODO list by analyzing requirements
  • Platform Detection - Automatically adapts to web, mobile, desktop, backend, and AI platforms
  • Architecture-Aware - Detects BaaS (Firebase/Supabase), Traditional Backend, Serverless, and Hybrid patterns, adapting tasks accordingly
  • Task Verification - All tasks must be individually verified with proof (terminal output, code snippets) before completion
  • Time Estimation - Use Case Points (UCP) and PERT-based estimates with AI speedup factors (50x faster)
  • Production-Ready - Complete test suites, error handling, documentation, and deployment

🏗️ How It Works

Workflow:

  1. /sdd_specify → Creates specs/spec.md with functional requirements
  2. /sdd_plan → Creates specs/plan.md with implementation strategy
  3. /sdd_tasks → Creates specs/phase1-tasks.md through phase4-tasks.md (33 tasks total)
  4. /sdd_implement phase=X → Executes tasks sequentially with verification

Files Generated:

  • specs/spec.md - Project specification
  • specs/plan.md - Implementation plan
  • specs/phase1-tasks.md to phase4-tasks.md - Task breakdowns (9 + 8 + 9 + 7 = 33 tasks)
  • specs/phaseX-status.json - Task completion tracking

Platforms Supported:

  • Frontend: Web (Next.js, React), Mobile (React Native, Flutter), Desktop (Electron, Tauri)
  • Backend: Node.js, Python, Java, .NET
  • BaaS: Firebase, Supabase, AWS Amplify
  • Serverless: AWS Lambda, Google Cloud Functions, Vercel Functions
  • AI: TensorFlow, PyTorch

🏆 Real-World Examples

See Complete applications built with this tool:

  • Recipe Finder (3 hours)
  • Invoice Generator (5.5 hours)
  • Kanban Board (5.5 hours)
  • Video Conferencing (6.5 hours)
  • Learning Management System (5 hours)
  • AR Home Decorator (8 hours)

Note: Some apps may have database connection issues due to Supabase auto-deletion.

📋 Requirements

  • Node.js 18+
  • Cursor IDE (with MCP enabled)
  • Any LLM (Claude, GPT-4, Gemini, etc.)

👥 Perfect For

  • Beginners: Turn ideas into apps without coding knowledge
  • Developers: Speed up development with AI assistance
  • Startups: Rapidly prototype and build MVPs
  • Students: Learn by seeing complete implementations
  • Teams: Standardize development processes

Transform your development workflow with AI-powered specification-driven development! 🎉