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

manifest

v5.45.1

Published

Self-hosted Manifest LLM router with embedded server, SQLite database, and dashboard

Readme

manifest-gh

What is Manifest?

Manifest is a smart model router for OpenClaw. It sits between your agent and your LLM providers, scores each request, and routes it to the cheapest model that can handle it. Simple questions go to fast, cheap models. Hard problems go to expensive ones. You save money without thinking about it.

  • Route requests to the right model: Cut costs up to 70%
  • Automatic fallbacks: If a model fails, the next one picks up
  • Set limits: Don't exceed your budget

Quick start

Cloud version

Go to app.manifest.build and follow the guide.

Local version

openclaw plugins install manifest
openclaw gateway restart

Dashboard opens at http://127.0.0.1:2099. The plugin starts an embedded server, runs the dashboard locally, and registers itself as a provider automatically. No account or API key needed.

Docker

Our Manifest Docker Image allows you to self-host Manifest router in your own infrastructure.

Which version choose?

Pick cloud version for quick setup and multi-device access. Pick local version for keeping all your data on your machine or for using local models like Ollama. Pick Docker for self-hosting on your own infrastructure.

Not sure which one to choose? Start with cloud.

How it works

Every request to manifest/auto goes through a 23-dimension scoring algorithm (runs in under 2ms). The scorer picks a tier (simple, standard, complex, or reasoning) and routes to the best model in that tier from your connected providers.

All routing data (tokens, costs, model, duration) is recorded automatically. You see it in the dashboard. No extra setup.

Manifest vs OpenRouter

| | Manifest | OpenRouter | | ------------ | -------------------------------------------- | --------------------------------------------------- | | Architecture | Local. Your requests, your providers | Cloud proxy. All traffic goes through their servers | | Cost | Free | 5% fee on every API call | | Source code | MIT, fully open | Proprietary | | Data privacy | Metadata only (cloud) or fully local | Prompts and responses pass through a third party | | Transparency | Open scoring. You see why a model was chosen | No visibility into routing decisions |

Supported providers

Works with 300+ models across these providers:

| Provider | Models | | ------------------------------------------------------------------------------ | -------------------------------------------------------------------- | | OpenAI | gpt-5.3, gpt-4.1, o3, o4-mini + 54 more | | Anthropic | claude-opus-4-6, claude-sonnet-4.5, claude-haiku-4.5 + 14 more | | Google Gemini | gemini-2.5-pro, gemini-2.5-flash, gemini-3-pro + 19 more | | DeepSeek | deepseek-chat, deepseek-reasoner + 11 more | | xAI | grok-4, grok-3, grok-3-mini + 8 more | | Mistral AI | mistral-large, codestral, devstral + 26 more | | Qwen (Alibaba) | qwen3-235b, qwen3-coder, qwq-32b + 42 more | | MiniMax | minimax-m2.5, minimax-m1, minimax-m2 + 5 more | | Kimi (Moonshot) | kimi-k2, kimi-k2.5 + 3 more | | Amazon Nova | nova-pro, nova-lite, nova-micro + 5 more | | Z.ai (Zhipu) | glm-5, glm-4.7, glm-4.5 + 5 more | | OpenRouter | 300+ models from all providers | | Ollama | Run any model locally (Llama, Gemma, Mistral, ...) | | Custom providers | Any provider with an OpenAI-compatible API endpoint |

Contributing

Manifest is open source under the MIT license. See CONTRIBUTING.md for dev setup, architecture, and workflow. Join the conversation on Discord.

Quick links

License

MIT