@backtest-kit/sidekick
v0.1.0
Published
The easiest way to create a new Backtest Kit trading bot project. Like create-react-app, but for algorithmic trading with LLM integration and technical analysis.
Maintainers
Readme
🧿 @backtest-kit/sidekick
The easiest way to create a new Backtest Kit trading bot project. Like create-react-app, but for algorithmic trading.

Create production-ready trading bots in seconds with pre-configured templates, LLM integration, and technical analysis.
📚 Backtest Kit Docs | 🌟 GitHub
✨ Features
- 🚀 Zero Config: Get started with one command - no setup required
- 📦 Complete Template: Includes backtest strategy, risk management, and LLM integration
- 🤖 AI-Powered: Pre-configured with DeepSeek, Claude, and GPT-5 fallback chain
- 📊 Technical Analysis: Built-in 50+ indicators via @backtest-kit/signals
- 🔑 Environment Setup: Auto-generated .env with all API key placeholders
- 📝 Best Practices: Production-ready code structure with examples
🚀 Quick Start
Create a New Project
npx -y @backtest-kit/sidekick my-trading-bot
cd my-trading-bot
npm startThat's it! You now have a working trading bot with:
- Complete backtest setup
- LLM-powered strategy
- Multi-timeframe technical analysis
- Risk management validation
- Environment configuration
💡 CLI Options
# Create project with custom name
npx -y @backtest-kit/sidekick my-bot
# Create in current directory (must be empty)
npx -y @backtest-kit/sidekick .🔗 Links
🤝 Contribute
Found a bug or want to add a feature? Open an issue or submit a PR!
📜 License
MIT © tripolskypetr
