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

ost-builder

v1.2.2

Published

Opportunity Solution Tree Builder - Build and visualize Opportunity Solution Trees for product discovery.

Downloads

553

Readme

Opportunity Solution Tree Builder

A fast, markdown-first Opportunity Solution Tree (OST) builder for product teams. Write plain Markdown, see a beautiful tree instantly, and share it with a single link.

Demo

Live demo: https://ost-builder.trinixlabs.dev

OST Builder

Features

  • Markdown‑first editing with instant tree visualization
  • Shareable links (no account required)
  • Export to PNG
  • Works well with AI assistants & LLMs like Claude and ChatGPT
  • Built‑in templates and examples
  • Horizontal or vertical layouts
  • Compact or full card density
  • Privacy - All data is stored only in your browser

CLI

If you are working with your markdown file on your laptop, you can use the CLI to quickly visualise it in your browser or to generate a shareable link. Or convert it to JSON format or print the structured tree locally.

Examples:

  • View the Opportunity tree in your browser: npx ost-builder ./my-tree.md
  • Generate a shareable link: npx ost-builder ./my-tree.md --share
  • Output Opportunity tree as JSON: npx ost-builder ./my-tree.md --format json --pretty
  • Output Opportunity tree as Markdown: npx ost-builder ./my-tree.md --format markdown

Cloud Library examples:

  • Login with GitHub: npx ost-builder auth login github
  • Check auth session: npx ost-builder auth status
  • Browse cloud library (interactive): npx ost-builder library browse
  • Upload markdown to library: npx ost-builder library upload ./my-tree.md
  • Download by share id/url: npx ost-builder library download <id-or-url> --out ./downloaded.md
  • Reuse/create cloud link for an item: npx ost-builder library share ./my-tree.md --copy
  • Set access mode: npx ost-builder library access <id-or-file> --anyone-with-link

Notes:

  • library upload defaults to only-me access unless explicitly overridden.
  • File-to-cloud mapping is stored in .ost-library.json in your current working directory.

AI Skill for Claude and ChatGPT

If you are using Claude or ChatGPT, you can use the opportunity-solution-tree-builder skill to generate an Opportunity Solution Tree from scratch. After installing, you can ask things like “Create an Opportunity Solution Tree in Markdown for X,” or “Update my OST headings and status tags.”

Install the skill:

npx skills add https://github.com/thim81/ost-builder/skills --skill opportunity-solution-tree-builder

Why ost-builder for product teams?

Many product managers are familiar with Opportunity Solution Trees through Teresa Torres’ Continuous Discovery Habits, but applying them in practice can still be challenging. While the concept is powerful, working with templates and slides (like Miro or decks) often feels time‑consuming tweaking to make it look good when all you want is a clear, readable OST.

The goal was to have a visual tool, something lightweight and fast, allowing PMs to focus on thinking about the Opportunities & Solutions instead of the formatting.

With OST-builder, you can type Markdown or add Opportunities/Solutions directly, share it with teammates, and call it a day. And because it’s Markdown, it works great with AI assistants & LLMs like Claude or ChatGPT.

This project is open‑source and free — my small way to give back to the PM community. Feedback is very welcome.

Who it’s for

  • Product Managers practicing continuous discovery
  • Product teams using Opportunity Solution Trees
  • Anyone who prefers lightweight, text-first tools over whiteboards

Credits & inspiration