About this project
Mirrify is an enterprise-grade cloud mirroring and file distribution SaaS platform designed to automate file replication across multiple storage providers. Built with a strict Domain-Driven Design (Clean Architecture) in Python, it utilizes FastAPI and Celery/Redis for robust background processing.
It mirrors source files (initially Google Drive) to many file-hosting providers and manages the resulting links over their lifetime. This includes intelligent health checking, automated re-uploading of dead links, and the generation of stable public Mirror Pages hosted via Cloudflare Workers.
Highlights
- Strict Domain-Driven Design (DDD) enforcing Clean Architecture boundaries
- Intelligent multi-cloud mirroring (GoFile, Filemoon, Filepress, etc.)
- Automated link health checking and auto-healing (re-uploads)
- Stable public Mirror Page generation via Cloudflare Workers
- High-performance async queues with Celery and Redis
- Plugin-based provider architecture with strict I/O contracts
- Fully containerized with Docker and Alembic database migrations
Explore Mirrify
Under Development