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

mistflow-ai

v0.9.0

Published

Mistflow installer — auto-detect your AI coding editor and wire up the Mistflow MCP server in one command.

Downloads

109

Readme

mistflow-ai

Describe an app. Get a live URL. Mistflow is the app-building intelligence layer for AI coding tools. This package is the one-command installer that wires Mistflow into whichever AI editor you already use.

Quick start

npx -y mistflow-ai install

The installer auto-detects your AI editor and configures it to talk to Mistflow. Supported editors: Claude Code, Claude Desktop, Cursor, Codex (app, CLI, and IDE extension — all share ~/.codex/config.toml), VS Code Copilot, Antigravity (Google).

Restart your editor after install. Ask it "What can Mistflow do?" to verify — if it lists Mistflow's tools, you're ready.

After installing

Open your editor and say:

With mistflow, build me a habit tracker app.

Mistflow plans the app, scaffolds the code, builds each feature, and deploys to a live URL. You review and approve along the way.

Usage

# Install (default)
npx -y mistflow-ai install

# Install with an API key to skip the browser login
npx -y mistflow-ai install --api-key mist_xxxxxxxxxxxx

# Uninstall from all detected editors
npx -y mistflow-ai uninstall

New versions are picked up automatically when you restart your editor. When something big ships, you'll see an upgrade notice directly inside your AI chat.

Beta testers can opt into pre-release builds with npx -y mistflow-ai install --channel staging (revert with --channel stable).

Troubleshooting

"Command not found: npx" — Install Node.js 20+ from nodejs.org.

Editor doesn't see Mistflow after install — Restart the editor completely (not a reload). If it still doesn't show up, re-run npx -y mistflow-ai install.

"Authentication failed" — Your credentials expired. In your editor, say "Log me in to Mistflow" to refresh.

More help: mistflow.ai/docs/troubleshooting

Links

License

This installer is MIT — free for any use, including commercial. The MCP server it installs (@mistflow-ai/mcp) is under the Elastic License 2.0, which means you can use it inside your own apps freely but cannot offer it as a hosted service that competes with Mistflow.

Copyright (c) 2026 Mistflow.ai