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

html-planner

v0.1.12

Published

Turn AI-agent markdown plans into live, interactive HTML planning surfaces.

Downloads

842

Readme

◐ html-planner

Markdown is dead for AI-agent planning. HTML is the new standard.

Site & live playground: html-planner.com

html-planner gives your AI coding agents a live, interactive UI to present their plans to you. It is ready out-of-the-box for all major AI IDEs and providers, including Claude Code, Cursor, and Antigravity.

Instead of reading thousands of lines of markdown in a chat window, you get a beautiful web app where you can visually review the architecture, approve or reject individual steps, and answer the agent's questions before they write any code.

hero comparison

Open assets/hero-comparison.html in a 1600×900 browser to see the interactive before/after.


⚡ Quick Start

You can get started in your project with a single command!

Step 1: Install & Initialize

Run this in your terminal at the root of your project:

npx html-planner@latest init .

This command will detect your AI coding assistant and install the necessary integration skills. It will ask you to confirm your provider (Claude, Cursor, or Antigravity).

Step 2: Ask your AI Agent to plan

Open your AI coding assistant and simply ask it to plan a task using the html-planner skill.

Example Prompt:

"I want to add real-time chat to this app. Please create a plan using /html-planner."

Step 3: Review in the Browser

The agent will automatically start the local planner server and open the live UI in your web browser.

From the UI you can:

  • Review Architecture: View live flowchart diagrams of the plan.
  • Answer Questions: If the agent needs clarification, their questions will appear as cards in the UI. Type your answer and click submit!
  • Approve or Reject: Go through the steps and approve or reject them. The agent will read your decisions and adjust its code generation accordingly.

1. Prompt & Brainstorm UI

Prompt UI

2. Live Plan UI

Plan UI


🤖 Supported Agents

html-planner init . automatically configures your workspace for the following tools:

Claude Code

Installs the skill to .claude/skills/. To use it, just type /html-planner in your Claude Code terminal prompt.

Cursor IDE

Installs the skill to .cursor/skills/. Open the Cursor AI pane and type /html-planner in your prompt.

Antigravity IDE

Installs the skill to .agents/skills/. Ask Antigravity to use /html-planner when tackling a complex task.


🛠️ Advanced Commands

For advanced users who want to manually run or render plans:

| Command | What it does | |---|---| | npx html-planner serve . --open | Manually starts the live planning server and opens the browser. | | npx html-planner render plan.md -o plan.html | Converts a markdown plan into a standalone, offline HTML file. | | npx html-planner init . --provider <name> | Force install for a specific tool (claude, cursor, antigravity). |


License

MIT