Ahmad Humayoun built Zulfanoon as a web ecosystem, not a website. A single Django monorepo serves 11 separate live sites on subdomains — including a directory of 490+ AI tools, 50+ dev tools, an AI-text CV builder with 12 designs, and a PDF & image toolkit — all sharing one login, one database and one infrastructure.
A single idea kept failing: building one hit product at a time means every new site starts from zero — new login system, new database, new deployment. The owner wanted a portfolio of small tools that share one audience: a calculator on one subdomain referred users to a PDF converter, which referred them to the AI tool directory. Repeating login and infrastructure for each would make the tenth site as slow to ship as the first.
A Django monorepo became the foundation. One Django project hosts a central API; each product is a Django app served on its own subdomain. The architecture decisions were written down as documented ADRs so the system scales with clear rules:
public schema.Early milestones came from a written roadmap with success metrics: the first subdomain (finance calculators) shipped in weeks 5–12, including 12 finance calculators covering Zakat, EMI, gold, USD/PKR rates and prize bonds — each with SEO meta and schema markup.
The same monorepo pattern is how Duramo Lab and the AI platforms were launched — each is a subdomain-style product on a shared, proven backend rather than a fresh gamble.
An ERP with multiple warehouses, a media house with multiple products, or a SaaS provider with multiple tools face the same architecture question: one system or many? Zulfanoon answers it — a single codebase, isolated data, shared login, one deploy pipeline. If you run several properties, this keeps maintenance and licensing costs linear instead of multiplying per site.
Describe what you want to build — multiple sites, one backend — and get a plan and a fixed price.
Book a Free Consultation WhatsApp +92 303 4271843