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

unbound-claude-code

v0.3.3

Published

Claude Code with Unbound integration - Drop-in replacement for Claude Code with multi-provider routing and cost optimization

Readme

Unbound Code

Unbound Code is a drop-in replacement for Claude Code that automatically routes your API calls through Unbound.

Installation

npm install -g unbound-claude-code

Usage

Simply replace claude with unbound-claude-code in your commands:

# Instead of: claude chat
unbound-claude-code chat

# Instead of: claude
unbound-claude-code

# All Claude Code options work the same
unbound-claude-code --help

First Time Setup

  1. Get your Unbound API key from gateway.getunbound.ai
  2. Run unbound-claude-code - you'll be prompted to enter your API key
  3. Your API key will be securely stored for future use
  4. Use Claude Code normally - it will authenticate with your Claude/Anthropic key as usual

🔧 Configuration

API Key Management

# Set API key directly
unbound-claude-code --api-key YOUR_UNBOUND_KEY

# Use environment variable
export UNBOUND_API_KEY=your_key_here
unbound-claude-code

# View current configuration
unbound-claude-code --show-config

# Clear stored configuration
unbound-claude-code --clear-config

Available Options

# Show help
unbound-claude-code --help

# Enable debug logging
unbound-claude-code --debug

# Skip authentication (requires UNBOUND_API_KEY env var)
unbound-claude-code --skip-auth

# Show version
unbound-claude-code --version

🏗️ How It Works

Unbound Code works by intercepting Claude Code's API calls and routing them through Unbound:

  1. You use Claude Code normally - All commands, shortcuts, and features work identically
  2. Claude Code authenticates normally - Uses your Claude/Anthropic API key as usual
  3. Unbound Code intercepts API calls - Transparently redirects calls to Unbound AI
  4. Dual authentication - Sends both your Claude key and Unbound key to Unbound's API
  5. Smart model routing - Unbound AI routes to the best available model
  6. Seamless responses - You get responses exactly as if you were using Claude Code directly

📋 Environment Variables

| Variable | Description | Default | |----------|-------------|---------| | UNBOUND_API_KEY | Your Unbound API key | None (prompted if not set) | | UNBOUND_LOG_LEVEL | Logging level (debug, info, warn, error) | info | | ANTHROPIC_API_KEY | Your Claude/Anthropic API key (handled by Claude Code) | None |

🤝 Compatibility

  • Node.js: >= 16.0.0
  • Claude Code: Latest version (bundled)
  • Operating Systems: macOS, Linux, Windows
  • Terminals: All terminals supported by Claude Code

📄 License

MIT License - see LICENSE file for details.