AI-powered crypto grid trading platform that helps traders deploy optimized grid strategies effortlessly across exchanges.
To become the foremost AI-powered portal that enables crypto traders to deploy optimized grid trading strategies effortlessly across exchanges.
- AI Grid Generator: Get optimized grid parameters for any trading pair
- Exchange Integration: Connect your Phemex account securely via API
- Backtesting: Simulate strategy performance before deployment
- Live Trading: Deploy grids directly to your exchange account
- Analytics: Track performance with detailed metrics and insights
- Frontend: React + TypeScript + Tailwind CSS
- Backend: Node.js + Express + TypeScript
- Database: PostgreSQL with Prisma ORM
- Infrastructure: Digital Ocean App Platform
- Authentication: JWT + Google OAuth
- Project setup and planning
- GitHub repository creation
- Authentication system
- Exchange integration (Phemex)
- AI Grid Generator
- Dashboard UI
- Backtesting engine
- Payment integration (Stripe)
- Node.js 18+
- PostgreSQL 14+
- Git
# Clone the repository
git clone https://github.com/pehur00/gridtrader.git
cd gridtrader
# Install dependencies
npm run install:all
# Set up environment variables
cp backend/.env.example backend/.env
# Edit .env with your configuration
# Set up database
npm run db:setup
# Start development servers
npm run dev| Tier | Price | Features |
|---|---|---|
| Free | $0 | 1 AI grid/day, basic backtest |
| Pro | $19/mo | Unlimited grids, live deployment, real-time analytics |
| Premium | $49/mo | Multi-exchange, auto-optimization, advanced analytics |
- Encrypted API key storage
- HTTPS everywhere
- JWT-based authentication
- Rate limiting and abuse prevention
- Non-custodial approach
MIT License - see LICENSE file for details.
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Project Link: https://github.com/pehur00/gridtrader
- Live Site: https://gridtrader.io (coming soon)