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

@fastpace-ai/fp

v0.34.2

Published

fastpace — trust harness for AI-assisted development. Installs skills, agents, hooks, and guardrails into any repo.

Downloads

302

Readme

@fastpace-ai/fp

Trust harness for AI-assisted development. Supercharges Claude Code / Codex / Gemini CLI with opinionated skills, agents, hooks, domain context, workflows, and guardrails — so AI generates safe code fast.

Install

npm install -g @fastpace-ai/fp

Requires Node >= 18. Works on macOS, Linux, and Windows. Zero runtime dependencies.

The binary installs as both fastpace and fp (fp is the short alias — same binary, less typing).

Quickstart

cd your-repo
fastpace init           # install skills, agents, hooks into .claude/
claude                  # launch Claude Code (or any AI CLI that reads .claude/)
/fp-discover            # seed domain context inside the AI session

fastpace init is non-destructive — it only adds files under .claude/ and never edits your code.

What you get

After fastpace init, your repo has:

  • 25+ slash commands/fp-discover, /fp-prd, /fp-erd, /fp-review, /fp-attest, /fp-aibom, and more.
  • 7 specialized agents — security, code review, PRD, ERD, model eval, redteam, compliance.
  • 16 hooks — guardrails on tool use, file edits, MCP scope, and command execution.
  • Local dashboardfastpace ui opens a browser dashboard for config, audit chain, run manifests, docs, and execution plans.
  • Identity + audit chain — every AI run signs into a tamper-evident ledger under .fastpace/audit/.

Common commands

fastpace init                       # set up .claude/ in the current repo
fastpace ui                         # open the local dashboard
fastpace doctor                     # health check
fastpace help                       # full command list
fastpace --version

fastpace activate <key>             # unlock Team / Enterprise features
fastpace license                    # show current tier + expiry
fastpace token                      # mint a short-lived org-dashboard bearer

fastpace aibom                      # generate an AI Bill of Materials
fastpace audit                      # show audit chain entries
fastpace attest                     # produce a signed run attestation
fastpace nhi                        # non-human identity inventory
fastpace redteam                    # adversarial scenarios
fastpace eval                       # model evaluations

Run fastpace help for the full list (60+ subcommands).

Tiers

One npm package, three tiers under one binary. Team features check for ~/.fastpace/license.json at runtime and downgrade to Community silently if absent. Same install — unlock with fastpace activate <key>.

| Tier | Price | For | |---|---|---| | Community | Free, source-available (ELv2) | Solo dev, single repo | | Team | $29/seat/mo annual ($36 monthly) · first 5 seats free for 12 months | 2–500 dev teams · VPs Eng + CISOs | | Enterprise | From $99/editor-seat or $25K/yr floor | Banks · hospitals · public-sector · regulated workloads |

OSS maintainers (project ≥ 100 stars) and educators (.edu email) get Team free for 12 months. Practicing audit firms get Team free with no seat cap.

Full pricing breakdown: https://fastpace.net/pricing.

Domain quality ladder

fastpace pushes your repo up a ladder. Each rung adds artifacts the AI can use to generate higher-trust code:

  • L1 — code only
  • L2 — + architecture & patterns
  • L3 — + PRD / ERD
  • L4 — + execution plan
  • L5 — + ADRs & compounded learnings

Everything lives in your repo. The repo is the source of truth — any model, any runtime, any tool can rehydrate the full institutional knowledge from a git clone.

Links

License

Source-available under the Elastic License 2.0 (SPDX: Elastic-2.0).

  • Free for internal use, anywhere — read, modify, run, and redistribute fastpace inside your company, in education, in research, and in personal projects, for any purpose.
  • Not allowed without a separate agreement — offering fastpace (or a fork, or a meaningful subset of its features) to third parties as a hosted or managed service; circumventing the license-key system.

Copyright 2026 fastpace, a division of stanfis, llc. Trademarks held by stanfis, llc.