š§æ @backtest-kit/sidekick
> The easiest way to create a new Backtest Kit trading bot project. Like create-react-app, but for algorithmic trading.
!
bots



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
$3
``
bash
npx -y @backtest-kit/sidekick my-trading-bot
cd my-trading-bot
npm start
`
That'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
`
bash
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
-
Backtest Kit Documentation
-
GitHub Repository
-
Demo Projects
-
API Reference
š¤ Contribute
Found a bug or want to add a feature?
Open an issue or submit a PR!
š License
MIT Ā©
tripolskypetr