About Zulfanoon - Web Eco System (All in One)
Zulfanoon — A 12+ subdomain web ecosystem, all on one Django monorepo Zulfanoon is a multi-subdomain platform running 12+ independent Django sites on a single codebase and database. Each subdomain is a standalone product that shares one auth system and one PostgreSQL instance: - calc.zulfanoon.com — 12 finance calculators (Zakat, EMI, tax) - craftcv.zulfanoon.com — Resume builder with 12 designs and pixel-perfect PDF export - downloader.zulfanoon.com — Multi-platform media downloader (YouTube, TikTok, Instagram) - ai.zulfanoon.com — Directory of 490+ AI tools with search, compare, and pricing tiers - devtools / tools / qr / bgremover / prompts / admin — dev utilities, PDF/image tools, QR generator, AI background removal, and more Highlights: - Shared JWT auth across all subdomains via HttpOnly cookies on .zulfanoon.com - Multi-schema PostgreSQL — every site gets its own schema + shared public schema, with Redis DB isolation per site - Playwright sidecar for server-side PDF/PNG rendering, rembg sidecar for AI background removal - PWA-installable on all sites with an auto-updating icon pipeline - Deployed with Docker Compose + Nginx reverse proxy on a Contabo VPS behind Cloudflare Stack: Django 5.x, Django REST Framework, PostgreSQL 16, Redis, Celery, Tailwind CSS, Docker, Nginx, Cloudflare