Multi-tenant web app to publish and manage profiles (data, photos, links and reviews). It has a public reading/search area and an admin panel to create/edit profiles, upload images, generate sitemaps and launch LLM tasks.

1) Overview

Multi-tenant web application for profile management and publishing, developed in PHP with custom templates/partials. In production it runs behind Nginx + PHP-FPM; locally it uses Apache with .htaccess.

Two operational areas:

The tenant is determined by HTTP_HOST; each domain maps to its own local/<domain>/ folder and its own database.


2) Folder Structure (Repo)

Project root (site webroot):