MoveEasy Online — Full-Stack Fintech Platform Built for South Africa. Powered by AI. Installable on every device.
# MoveEasy-Online
MoveEasy Online — Full-Stack Fintech Platform Built for South Africa. Powered by AI. Installable on every device.
# MoveEasy Online — Full-Stack Fintech Platform
**Built for South Africa. Powered by AI. Installable on every device.**
---
## 📱 The Platform
**One ecosystem. Six products. Infinite possibilities.**
```
┌─────────────────────────────────────────────────────┐
│ MoveEasy Ecosystem Hub (moveeasy.co.za) │
│ Unified Auth + Wallet Dashboard │
├─────────────────────────────────────────────────────┤
│ │
│ ⛽ EasyFuel 💳 EasyTransact │
│ Lock fuel prices Cash out vouchers │
│ │
│ 🌿 GreenWallet 🤖 AI Data Bundles │
│ Auto green savings Smart data routing │
│ │
│ 🏪 Merchant Market 🔒 SafeBet │
│ B2B AI sourcing Crypto savings vault │
│ │
└─────────────────────────────────────────────────────┘
↓
api.moveeasy.co.za (Railway Backend)
↓
PostgreSQL + Redis + Supabase + Claude AI
```
---
## 🚀 Quick Start
### Prerequisites
- Node.js 18+
- npm or yarn
- Git
- GitHub account
### Setup (15 minutes)
```bash
# 1. Clone this repo
git clone
github.com
cd MoveEasy
# 2. Create development branch
git checkout -b development
git push -u origin development
# 3. Setup backend (already built on Railway)
# Backend is LIVE at:
api.moveeasy.co.za
# No local backend setup needed
# 4. Setup frontend projects
cd frontend/moveeasy-hub
npm install
npm run dev
# Open
localhost
# 5. Build for production
npm run build
# 6. Deploy to Cloudflare Pages (auto via GitHub)
# (After connecting to Cloudflare)
git add .
git commit -m "feat: add moveeasy-hub"
git push origin development
```
--- …