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
- Supabase Authentication π: Secure user management with JWT sessions
- Donation System β€οΈ: Paddle integration for platform support (coming soon)
pip install -r requirements.txt
cp .env.example .env
uvicorn app.main:app --reload --port 8000
npm install
npm run dev
Alpaca API
Β· Supabase
Β· LLM Models
Β· LangGraph
Β· FastAPI
- JMD-denominated portfolio view
- Recurring orders ("Buy every Monday")
- 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