A high-concurrency Enterprise SaaS platform for multi-domain workflow automation, governance, and organizational control. Built with React (FastAPI backend) focusing on RBAC, immutable audit logs, and integrated payment systems.
AxiomFlow is an enterprise-grade workflow automation platform designed to streamline complex business processes. It provides a centralized hub for managing workflows, tasks, and compliance across multiple domains.
- Frontend: React (Vite) + Redux Toolkit + Tailwind CSS
- Backend: FastAPI (Python 3.12+) + SQLAlchemy ORM
- Database: PostgreSQL (Hosted on Neon.tech)
- Auth: JWT + Refresh Token (Secure HTTP-only Cookie-based)
- Storage: Cloudinary (Media & Documents)
- Email: Resend API (System Notifications)
- Role-Based Access Control (RBAC): Granular permission management.
- Workflow Builder & Execution: Dynamic versioning and execution tracking.
- Task & Approval Engine: Multi-stage SLA tracking and approval history.
- Real-time Dashboard: Analytics, audit logs, and compliance centers.
- Secure Auth System: Robust token-based lifecycle management.
/frontend → React App
/backend → FastAPI Server
git clone ...
cd backend pip install -r requirements.txt uvicorn main:app --reload
cd frontend npm install npm run dev
- Access Token (short-lived)
- Refresh Token (HTTP-only cookie)
- Auto refresh mechanism
- Multi-tenant architecture
- WebSocket live updates
- AI workflow suggestions