# Datasphere Africa AI OS
Plateforme SaaS d'agents IA pour automatiser la prospection B2B, le CRM, les campagnes, la création d'applications, l'analyse data et les opérations business en Afrique et en Europe.
## Objectif
Construire un AI Operating System modulaire pour entreprises, combinant :
- Agents IA autonomes
- CRM intelligent
- Prospection B2B
- Génération d'applications et sites web
- Analyse de données
- Automatisation de workflows
- Architecture SaaS multi-tenant
## Stack initiale
- Backend : FastAPI
- Base de données : PostgreSQL
- ORM : SQLAlchemy
- Auth : JWT
- Jobs : Redis / Celery à venir
- Frontend : Next.js à venir
- Déploiement : Docker Compose
## Modules MVP
1. Agent Prospection B2B
2. Agent CRM Intelligent
3. Agent Email / WhatsApp
4. Agent App Builder
5. Agent Data Analyst
## Démarrage rapide
```bash
cp .env.example .env
docker compose up --build
```
API :
localhost