Phase 17 — Public Marketing Website
The public-facing marketing site built inside the same Laravel app — accessible at / — with a dedicated layout, 8 pages, and all 12 industry deep-link pages.
What It Does
The marketing site is what potential customers (business owners) see when they visit kaivoxai.com. It sells KaiVox's value proposition, shows pricing, demonstrates the product, and drives registrations. It is built as part of the same Laravel app — no separate frontend framework needed.
Pages Built
| URL | Route Name | Description |
|---|---|---|
/ | marketing.home | Homepage: hero, animated call UI mockup, stats bar, how-it-works, industry strip, features, competitor comparison, testimonials, pricing teaser, CTA |
/features | marketing.features | Full feature breakdown with alternating sections + 8 feature cards |
/industries | marketing.industries | All 12 vertical packs with KPI badges and taglines |
/industries/{slug} | marketing.industry | Per-vertical deep-link page: hero, features, case study, call flow |
/pricing | marketing.pricing | 3-plan cards + live usage calculator (JS) + FAQ section |
/demo | marketing.demo | Live demo call number + guided demo booking + simulated conversation UI |
/about | marketing.about | Mission, problem statement, platform stats, founding principles |
/blog | marketing.blog | Blog listing page with 6 sample articles + email signup |
Industry Deep-Link Slugs
Each of the 12 industry packs has a dedicated marketing page at /industries/{slug}:
medical,dental,mental-health,beauty,home-services,restaurant,automotive,hospitality,education,legal,fitness,real-estate
Key Files
| Type | Path |
|---|---|
| Layout | resources/views/layouts/marketing.blade.php — sticky nav, Bootstrap Icons, 5-column footer |
| Controller | app/Http/Controllers/MarketingController.php — 8 page methods + static data arrays |
| Views | resources/views/marketing/home.blade.php |
| Views | resources/views/marketing/features.blade.php |
| Views | resources/views/marketing/industries.blade.php |
| Views | resources/views/marketing/industry.blade.php — dynamic per-vertical |
| Views | resources/views/marketing/pricing.blade.php |
| Views | resources/views/marketing/demo.blade.php |
| Views | resources/views/marketing/about.blade.php |
| Views | resources/views/marketing/blog.blade.php |
Marketing Layout Features
- Sticky navbar with logo, nav links, and "Get Started" CTA button
- Bootstrap Icons included (no separate icon font needed)
- 5-column footer: product links, industries, company, legal, social
- Cookie/privacy links in footer
- Responsive (Bootstrap 4.6 grid)
- No auth required — all pages are public
Competitor Comparison Table
On the homepage, KaiVox is compared against competitors across 10 differentiators:
| Feature | KaiVox AI | Dialzara | Retell AI |
|---|---|---|---|
| AI voice + booking in one | ✅ | Partial | ❌ |
| 12 industry packs | ✅ | ❌ | ❌ |
| Public profile page | ✅ | ❌ | ❌ |
| Local language awareness | ✅ | ❌ | ❌ |
| Wallet billing model | ✅ | ❌ | ❌ |
| India (Vobiz) support | ✅ | ❌ | ❌ |
| Built-in CRM | ✅ | ❌ | ❌ |
| Full 10-row table on homepage... | |||
Full Page Inventory (27 pages)
| URL | Description |
|---|---|
/ | Homepage — hero, stats, how-it-works, competitor comparison, testimonials |
/features | Full feature breakdown — 8 feature cards |
/industries | All 12 vertical packs with KPI badges |
/industries/{slug} | Per-vertical deep-link (12 slugs) |
/pricing | 3-plan cards + usage calculator JS |
/demo | Live demo + simulated conversation UI |
/about | Mission, stats, founding principles |
/blog | Blog listing (DB-backed via BlogPost model) |
/blog/{slug} | Individual blog post with view counter + related posts |
/contact | Contact form → saved to DB + email notification |
/faq | Accordion FAQ — 20 questions, JS category filter |
/integrations | Integration cards — 8 live + 12 coming-soon |
/use-cases | 8 use case cards with bullets |
/security | Security pillars, compliance badges, responsible AI |
/case-studies | 3 detailed case studies with metrics |
/vs-bland | 18-row comparison vs Bland AI |
/vs-dialzara | 18-row comparison vs Dialzara (India focus) |
/vs-smith | Comparison vs Smith.ai ($36 vs $300+) |
/changelog | Product timeline v1.1–v1.5 |
/dpa | Data Processing Agreement (8 clauses) |
/partners | 3 partner tiers + benefits table + application form + quick-links strip |
/reseller | [2026-05-21] White label / reseller dedicated page — mock dashboard hero, 3-step setup, 12 module grid, revenue calculator, compliance section |
/affiliate | [2026-05-21] Affiliate program — earnings calculator, 4-step flow, 6 "who it's for" cards, commission table, FAQ |
/developers | [2026-05-21] Developer hub — REST API (16 endpoints / 5 resources), webhook payload, HMAC signing, 3 auth methods, rate limits, response format |
/careers | Company values + 4 job listings |
/status | All-green service status + 90-day uptime + incident history |
/sitemap.xml | Dynamic XML sitemap — 29 static URLs + industries + blog posts |
What's Complete
- 27 marketing pages — all public, no auth required
- 12 industry deep-link pages with per-vertical hero, features, case study, call flow
- Dedicated
layouts/marketing.blade.php— Phosphor Icons, 5-column footer, cookie consent, OG meta tags - Blog CMS — DB-backed via
BlogPostmodel + Super Admin editor at/super-admin/blog - Contact form + partners form wired to DB + email notification
- Super Admin contact inquiries inbox at
/super-admin/contacts - Reseller page — targeting agencies wanting to white-label KaiVox
- Affiliate page — 20% recurring commission program with earnings calculator
- Developers page — REST API overview + webhook docs + code snippets
- Nav dropdown + footer updated with Reseller, Affiliate, Developers links
- All 6 legal pages (privacy, terms, refund, cookies, acceptable-use, legal) dynamic from PlatformSetting
- Dynamic XML sitemap with 29 static URLs + all industries + live blog post URLs
What's Deferred
- Live web-based AI call demo (Twilio Client browser bridge)
- Domain
kaivoxai.compurchase + DNS setup + Google OAuth redirect - Per-industry Open Graph images (1200×630px)
- Analytics integration (Google Analytics / Plausible)
- Blog: category filter + search functionality
- Careers: application form wired (currently mailto only)
- Affiliate: backend tracking system (referral link generation, earnings dashboard)
- Full Swagger/OpenAPI spec for developer docs