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

@facta-ai/ai-gateway

v0.4.0

Published

Seamless multi-model session continuity for AI coding workflows.

Readme

AI Gateway

Your AI coding session, uninterrupted. Hand off a live Claude Code or Codex session to the other provider — mid-task, with its context, decisions, and momentum intact — and hand it back whenever you want. One sentence to your AI, and a new terminal window opens with the other one already up to speed.

Built for the moment every AI power user knows: "You have less than 10% of your usage limit left."

How it feels

# You're deep in a Claude Code session. Limits closing in. You say:
> hand off to codex using the ai_gateway_handoff tool

# A Terminal window opens by itself. Codex greets you:
"Handoff from Claude complete — picking up where we left off.
 Want me to go ahead and run those migration tests?"

Works identically in the other direction from Codex. No copy-pasting context, no re-explaining your task, no lost thread.

Install (2 minutes)

Requires Node 20+, and Claude Code and/or Codex.

npm install -g @facta-ai/ai-gateway
ai-gateway doctor              # checks your environment
ai-gateway install-claude-mcp  # if you use Claude Code
ai-gateway install-codex-mcp   # if you use Codex

That's the whole setup. Keep working exactly like you always do.

What it does under the hood

  • Reads your live session (Claude Code transcripts / Codex rollouts) locally and stages a compressed, provider-attributed handoff payload — with a preview you approve before anything moves.
  • Opens the landing terminal for you (macOS): the destination AI launches with private continuation context and picks up your last open thread — no recaps, no menus.
  • Carries work back: the return trip includes what the other AI actually said and did, correctly attributed.
  • Meters locally: ai-gateway usage shows your handoffs and context volume. ai-gateway license shows your plan.

Pricing

  • Free: 5 handoffs per month. No account, no signup.
  • More: USD 1 per handoff — packs of 10 or 50, or the Essentials subscription (30 handoffs/month), at facta-ai.lemonsqueezy.com. Keys activate offline: ai-gateway activate <key>.

Privacy

Local-first, absolutely: your transcripts, API keys, usage metering, and license checks never leave your machine. There is no telemetry and no phone-home. AI Gateway orchestrates your provider access — it never resells API tokens or impersonates subscriptions.

Requirements & notes

  • macOS gets the auto-opening terminal windows; Linux prints the one command to run instead.
  • The Gemini leg (via API key) is experimental.
  • Only sessions can be handed off — the tool never touches your provider accounts.

License

Elastic License 2.0 — free to use; don't resell it as a service; don't remove the license checks.


Developed by Facta — AI systems, built to work. ai-gateway help for all commands.

Related

  • [[../README|Dev Workspace Guide]]