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 🙏

© 2025 – Pkg Stats / Ryan Hefner

shipdeck

v0.7.0

Published

Ship MVPs in 48 hours. Fix bugs in 30 seconds. The command deck for developers who ship.

Downloads

31

Readme

⚓ Shipdeck - Ship MVPs in 48 Hours, Fix Bugs in 30 Seconds

npm version License: MIT Twitter Follow

The command deck for developers who ship fast. Fix any error instantly, generate perfect commits, and ship products at maximum velocity.

🚀 Quick Start

npm install -g shipdeck

✨ Features

Fix Any Error in 30 Seconds

$ npm run build
Error: Cannot find module 'webpack'

$ ai-fix
✨ Installing webpack and rebuilding...
✅ Build successful!

Generate Perfect Commit Messages

$ git add .
$ git-commit-ai
✨ Analyzing changes...
📝 Generated: "feat: Add real-time cost tracking to statusline"
✅ Committed!

Ship MVPs at Light Speed

  • AI-Powered Error Resolution - Never google an error again
  • Smart Git Commits - Contextual messages that make sense
  • Cost Tracking - Know your AI spend before it surprises you
  • Zero Config - Works out of the box

📦 Installation

Via npm (Recommended)

npm install -g shipdeck

Via Script

curl -fsSL https://shipdeck.ai/install.sh | sh

🛠️ Commands

ai-fix

Automatically fixes the last error in your terminal. Works with any language, any framework.

ai-fix              # Fix the last error
ai-fix --verbose    # Show detailed fix process
ai-fix --model gpt4 # Use specific AI model

git-commit-ai

Generates contextual commit messages based on your staged changes.

git-commit-ai           # Generate and commit
git-commit-ai --preview # Preview without committing
git-commit-ai --edit    # Edit before committing

⚙️ Configuration

Shipdeck works out of the box, but you can customize it:

Set Your API Keys

export OPENAI_API_KEY="your-key"
export ANTHROPIC_API_KEY="your-key"

Choose Your AI Model

export SHIPDECK_MODEL="gpt-4"  # or claude-3, gpt-3.5-turbo

Track Costs

export SHIPDECK_TRACK_COSTS="true"

🌟 Philosophy

Ship beats perfect. Every time.

We believe in:

  • Speed over perfection - Ship now, iterate later
  • 🚀 Action over planning - Real feedback beats hypothetical features
  • 🛠️ Tools that work - No complex setup, just results
  • 💪 Developer empowerment - You should be shipping, not debugging

🤝 Contributing

We love contributions! Whether it's:

  • 🐛 Bug reports
  • 💡 Feature ideas
  • 🔧 Pull requests
  • 📖 Documentation improvements

Check out our Contributing Guide to get started.

📊 Why Shipdeck?

  • Save 10+ hours/week - Stop debugging, start shipping
  • Ship 3x more - When errors don't block you, you build more
  • Learn faster - See how AI fixes problems, learn patterns
  • Stay in flow - No context switching to Stack Overflow

🎯 Who's Using Shipdeck?

  • Indie Developers building their next SaaS
  • Startup Teams shipping features at light speed
  • Side Project Heroes making the most of nights and weekends
  • Students learning by shipping real products

🚦 Roadmap

  • [x] AI-powered error fixing
  • [x] Smart git commits
  • [x] npm package
  • [ ] Cost tracking dashboard
  • [ ] Team collaboration features
  • [ ] CI/CD integration
  • [ ] VS Code extension
  • [ ] Custom prompt library

📚 Resources

📝 License

MIT - Build whatever you want with this.

🙏 Acknowledgments

Built by developers who ship, for developers who ship.

Special thanks to the open source community and AI providers that make rapid development possible.


Ready to ship faster? Install Shipdeck and join thousands of developers who measure their speed in hours, not months.

npm install -g shipdeck

All hands on deck. Ship at full speed.