Back to Reports Hub
Audit date: 2026-04-19

Product #07 / 12

ZapKit Audit Report

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.

20+ PHP pages
Pages / Routes
2
Bugs Found
1
Fixed
1
Open

Executive Summary

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).

Stack & Access

FrameworkPHP 8.3 + MySQL (no Node.js)
Public URLcodemytown.com/zapkit/
Login/zapkit/login.php
Marketing/zapkit/website/ (4 static pages)

Screenshots

/website/ — Marketing hero 'The Most Powerful WhatsApp Marketing & CRM Platform', tabbed feature cards, analytics chart at bottom. Middle content empty on scroll.
/login.php — Clean login card with green gradient background, email/password, remember-me, forgot-password link. ZapKit brand polish is solid.

Bugs

BUG-001BLOCKERFIXED

Nginx /zapkit/ proxy was pointing to DomainFlip app on port 3017

Root cause
The nginx server block had location /zapkit { proxy_pass http://127.0.0.1:3017; } which routed to a completely different Next.js app (DomainFlip).
Fix
Removed the /zapkit proxy blocks from the main codemytown.com.conf. PHP handler now serves /zapkit/* directly. All pages now show the real ZapKit PHP app.
BUG-002MINOROPEN

Marketing landing page has empty middle sections

Observed
Hero + feature tabs render; everything between feature tabs and footer is blank.
Fix
Edit /zapkit/website/index.html to populate the middle sections or remove empty placeholder divs.

Recommendation

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.

ZapKit audit · 2026-04-19 · 2 screenshots · 2 bugs