Democratizing global trading for Jamaican investors through AI-powered automation
Jamaican residents face:
- 🚫 Limited access to intuitive global trading platforms
- 📉 Overwhelming manual interfaces for casual investors
- 🇯🇲 Lack of local banking integration for international markets
- Alpaca Integration 🔌: SEC-licensed trading with Jamaican KYC compliance
- Natural Language Trading 🤖: "Buy $50 AAPL" commands via Groq's ultra-fast LLM
- Clerk Authentication 🔒: Secure user management with JWT sessions
- Donation System ❤️: Paddle integration for platform support
pip install -r requirements.txt
cp .env.example .env
uvicorn app.main:app --reload --port 8000
npm install
npm run dev
Alpaca API
· Supabase
· Groq
· LangGraph
· FastAPI
- JMD-denominated portfolio view
- Recurring orders ("Buy every Monday")
- WhatsApp trading integration
- Trading based on monetary events (e.g. "Buy $50 ETHUSD when it hits $150")
- Trading based on social media (e.g. "Buy $50 DOGEUSD when ELON tweets")
- Trading based on technical analysis (e.g. "Buy $50 $BTCUSD if the RSI is below 30")
Licensed under GPLv3 • Report Issue