v1.0 Dashboard Public Profile GitHub
✅ Complete (Core) Phase 17

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

URLRoute NameDescription
/marketing.homeHomepage: hero, animated call UI mockup, stats bar, how-it-works, industry strip, features, competitor comparison, testimonials, pricing teaser, CTA
/featuresmarketing.featuresFull feature breakdown with alternating sections + 8 feature cards
/industriesmarketing.industriesAll 12 vertical packs with KPI badges and taglines
/industries/{slug}marketing.industryPer-vertical deep-link page: hero, features, case study, call flow
/pricingmarketing.pricing3-plan cards + live usage calculator (JS) + FAQ section
/demomarketing.demoLive demo call number + guided demo booking + simulated conversation UI
/aboutmarketing.aboutMission, problem statement, platform stats, founding principles
/blogmarketing.blogBlog 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

TypePath
Layoutresources/views/layouts/marketing.blade.php — sticky nav, Bootstrap Icons, 5-column footer
Controllerapp/Http/Controllers/MarketingController.php — 8 page methods + static data arrays
Viewsresources/views/marketing/home.blade.php
Viewsresources/views/marketing/features.blade.php
Viewsresources/views/marketing/industries.blade.php
Viewsresources/views/marketing/industry.blade.php — dynamic per-vertical
Viewsresources/views/marketing/pricing.blade.php
Viewsresources/views/marketing/demo.blade.php
Viewsresources/views/marketing/about.blade.php
Viewsresources/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:

FeatureKaiVox AIDialzaraRetell AI
AI voice + booking in onePartial
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)

URLDescription
/Homepage — hero, stats, how-it-works, competitor comparison, testimonials
/featuresFull feature breakdown — 8 feature cards
/industriesAll 12 vertical packs with KPI badges
/industries/{slug}Per-vertical deep-link (12 slugs)
/pricing3-plan cards + usage calculator JS
/demoLive demo + simulated conversation UI
/aboutMission, stats, founding principles
/blogBlog listing (DB-backed via BlogPost model)
/blog/{slug}Individual blog post with view counter + related posts
/contactContact form → saved to DB + email notification
/faqAccordion FAQ — 20 questions, JS category filter
/integrationsIntegration cards — 8 live + 12 coming-soon
/use-cases8 use case cards with bullets
/securitySecurity pillars, compliance badges, responsible AI
/case-studies3 detailed case studies with metrics
/vs-bland18-row comparison vs Bland AI
/vs-dialzara18-row comparison vs Dialzara (India focus)
/vs-smithComparison vs Smith.ai ($36 vs $300+)
/changelogProduct timeline v1.1–v1.5
/dpaData Processing Agreement (8 clauses)
/partners3 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
/careersCompany values + 4 job listings
/statusAll-green service status + 90-day uptime + incident history
/sitemap.xmlDynamic 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 BlogPost model + 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.com purchase + 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