Landingpage mewayz

  Updated May 2026Mewayz

LandingPage in Mewayz

The LandingPage Add-On serves Mewayz's public marketing surface and gives operators a CMS-driven editor for hero, pricing, custom pages, and the module marketplace.

Mewayz-original module — no Mewayz upstream. Documentation authored from package source at packages/mewayz/LandingPage/.

Demo URL

In the product
app.mewayz.com/admin/landing/page
Landing page
Landing page

Introduction

The LandingPage Add-On is the package that renders the **public, unauthenticated** marketing surface of every Mewayz tenant. The home page at /, the pricing page at /pricing, the Add-Ons catalog at /addons, the per-module marketplace page at /marketplace/{slug}, the security page, the contact-sales page, the white-label reseller page, the custom CMS pages — all of them are rendered by this package.

It serves two parallel purposes:

  1. Default front door for Mewayzapp.mewayz.com/,
  2. india.mewayz.com/, southasia.mewayz.com/, and the future WL resellers all use it.

  3. Tenant marketing builder — White-label resellers and any
  4. tenant with the right permissions can fully re-skin and re-copy the page via a CMS-style editor under Admin → LandingPage Settings.

How To Install The Add-On?

LandingPage is always-on — it ships with every Mewayz install because every tenant needs a front door. There is no Add-Ons toggle for it. The sidebar entry for the editor only appears for operators with the manage-landing-page permission.

Public Pages

PathPurpose
/Hero, features, stats, testimonials, CTA — the operator's marketing landing
/pricingAll active plans from the plans table, with monthly/yearly toggle. FAQ schema rendered as JSON-LD for rich Google previews
/addonsBrowsable catalog of all add-ons with filters by search, category, and price; renders an ItemList JSON-LD
/marketplace/{slug}Per-module detail page — module description, screenshots, related modules; dynamic og:image
/securityTrust page with FAQPage JSON-LD (compliance, encryption, data handling)
/contact-salesSales contact form for enterprise inquiries
/white-labelWhite-label reseller info + pricing
/page/{slug}Custom CMS pages (privacy policy, ToS, custom marketing pages)
/sitemap.xml, /sitemap-{type}.xmlDynamic XML sitemaps
/explore, /tools, /templatesContent discovery pages
POST /newsletter/subscribeNewsletter signup (no auth)

LandingPage Editor

Required Save Steps

Marketplace Settings

Each module surfaced via /marketplace/{slug} is configured under Admin → Marketplace Settings → {module}.

Per-module fields:

Custom Pages

Newsletter Subscribers

Database Tables

The package adds four tables:

What Tenants Can Customize vs. What's Hardcoded

Customizable (via the editor):

Hardcoded (lives in package source):

Permissions (Spatie)

Assign via Settings → Roles & Permissions.

Operator Notes

Was this helpful?