shipdeck
v0.7.0
Published
Ship MVPs in 48 hours. Fix bugs in 30 seconds. The command deck for developers who ship.
Downloads
31
Maintainers
Readme
⚓ Shipdeck - Ship MVPs in 48 Hours, Fix Bugs in 30 Seconds
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 shipdeckVia 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 modelgit-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-turboTrack 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 shipdeckAll hands on deck. Ship at full speed. ⚓
