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

sdtk-design-kit

v0.3.2

Published

Local-first MVP design planner and reviewer for SDTK workspaces.

Downloads

1,057

Readme

sdtk-design-kit

sdtk-design-kit is the public CLI package for SDTK-DESIGN.

Package version in this source snapshot: 0.3.1 CLI command: sdtk-design

SDTK-DESIGN is a local-first MVP design planner and reviewer. It turns either a rough MVP idea or explicit SDTK-SPEC design artifacts into reviewable design docs, a static prototype, visual review evidence, and an SDTK-CODE handoff.

It is not a Figma clone, Lovable clone, v0 clone, full app builder, production code generator, or network service.

Install

npm install -g sdtk-design-kit
sdtk-design --version
sdtk-design --help

Beginner Idea Flow

sdtk-design init
sdtk-design start --idea "I want to build a lightweight CRM for solo consultants to track leads." --style premium-dashboard
sdtk-design prototype
sdtk-design review --artifact docs/design/prototype/index.html
sdtk-design handoff
sdtk-design status

SPEC-Driven Multi-Screen Flow

Use this when SDTK-SPEC or an agent has produced explicit screen/design artifacts.

sdtk-design init
sdtk-design start --from-spec . --profile b2b-commerce
sdtk-design prototype --force
sdtk-design review --artifact docs/design/prototype/index.html
sdtk-design handoff
sdtk-design status

Optional read-only reference export mapping:

sdtk-design start --from-spec . --reference-dir ./docs/design/reference-export --profile b2b-commerce

start --from-spec consumes explicit design artifacts. It does not parse raw requirement prose or invent missing screens.

Commands

sdtk-design init
sdtk-design start --idea "<idea>" --style premium-dashboard
sdtk-design start --from-spec . --reference-dir ./docs/design/reference-export --profile b2b-commerce
sdtk-design brief --idea "<idea>"
sdtk-design screens
sdtk-design wireframe --screen landing
sdtk-design system --style minimal-saas
sdtk-design prototype
sdtk-design review --artifact docs/design/prototype/index.html
sdtk-design handoff
sdtk-design status

Visual style presets:

minimal-saas
premium-dashboard
bold-founder
warm-editorial

Outputs

Human-facing artifacts are written under docs/design/, including:

DESIGN_BRIEF.md
SCREEN_MAP.md
DESIGN_SYSTEM.md
DESIGN_HANDOFF.md
prototype/index.html
reviews/DESIGN_REVIEW_YYYYMMDD.md
wireframes/

SPEC-driven/high-fidelity flows may also create per-screen briefs, component contracts, visual token contracts, reference maps, fidelity reviews, and internal state under .sdtk/design/.

Boundaries

  • no production app code generation
  • no URL/browser/screenshot/vision review in the CLI
  • no network calls by default
  • no .sdtk/atlas creation or mutation
  • no SDTK-WIKI output mutation
  • no overwrite unless a command explicitly supports --force

See products/sdtk-design/governance/SDTK_DESIGN_USAGE_GUIDE.md for the full usage guide.