Product #07 / 12
Audit of ZapKit — WhatsApp Marketing & CRM Platform. PHP + MySQL app (NOT Next.js like the others). Nginx proxy was pointing to DomainFlip; fixed in earlier session to serve the real PHP app.
ZapKit is the only non-Next.js SaaS in the suite — it’s a traditional PHP app with its own admin/dashboard. The marketing site is at /zapkit/website/ with four separate pages (index, demo, documentation, pitch). Login is at /zapkit/login.php — clean card-style form with ZapKit branding. Marketing page hero renders but sections below are blank (same pattern as other SaaS).
| Framework | PHP 8.3 + MySQL (no Node.js) |
| Public URL | codemytown.com/zapkit/ |
| Login | /zapkit/login.php |
| Marketing | /zapkit/website/ (4 static pages) |


location /zapkit { proxy_pass http://127.0.0.1:3017; } which routed to a completely different Next.js app (DomainFlip).codemytown.com.conf. PHP handler now serves /zapkit/* directly. All pages now show the real ZapKit PHP app./zapkit/website/index.html to populate the middle sections or remove empty placeholder divs.Core infrastructure is working after the nginx fix. Polish the marketing page content and it’s ready to demo. Only SaaS of the 12 on PHP — be careful buyers know that.