AIFA is a production-ready, AI-powered financial advisory platform designed to deliver personalized, explainable, and compliant financial guidance at scale.
- AI-driven personalized financial advice (LLM-powered)
- Portfolio analysis & rebalancing
- Risk profiling
- Secure authentication (JWT)
- Subscription billing
- Multi-tenant SaaS architecture
- Scalable FastAPI backend
- Modern React/Next.js frontend
- Dockerized infrastructure
Client (Browser)
↓
Next.js Frontend (SSR)
↓
FastAPI API Gateway
↓
| Auth | Advice | Billing | Users |
↓
PostgreSQL | Redis | AI APIs (OpenAI)
ai-finance-advisor/
├── backend/ # FastAPI backend (Python)
├── frontend/ # Next.js frontend (TypeScript)
├── infra/ # Docker Compose & infra configs
└── README.md
git clone https://github.com/your-org/finmind.git
cd finmind
cd infra
docker-compose up --build
cd ../frontend
npm install
npm run dev
Visit: http://localhost:3000