Linkbio mewayz

  Updated May 2026Mewayz

LinkBio in Mewayz

The LinkBio Add-On is a link-in-bio builder with referrer-aware theming, click analytics, and installable PWA bio pages.

Mewayz-original module — ported from seemless.link. No Mewayz upstream. Documentation authored from package source at packages/mewayz/LinkBio/.

Demo URL

Introduction

LinkBio is Mewayz's first-party link-in-bio builder — the same kind of single shareable public URL that creators put in their Instagram or TikTok bio. Each LinkBio page lists the operator's important links and content, themed to match their brand.

Unlike third-party tools, LinkBio detects **where the visitor came from** (Instagram, TikTok, Twitter/X, etc.) and serves a theme tailored to that platform automatically. A click from Instagram gets an Instagram-style layout; a click from TikTok gets a TikTok- style layout — without the operator having to build multiple landing pages.

The module also includes per-link click analytics, a template gallery, dynamic OG card generation for nice social previews, and optional PWA support so a fan can "install" the bio page on their phone home screen.

How To Install The Add-On?

To Set Up the LinkBio Add-On, you can follow this link: Setup Add-On.

The Add-On is gated by PlanModuleCheck:LinkBio. Activate it on the operator's plan or per-tenant via the Add-Ons admin page.

Page Management

Browse Pages

Create a New Page

Edit a Page

The editor at /link-bio/{id}/edit is the main workspace.

Profile Section

Social Links

SEO

Contact

PWA Settings

Custom Domain

QR Config

Add Links

Inside the page editor, the Links panel lets you add:

Reorder Links

Drag any link to reorder. The new order is persisted via POST /link-bio/links/reorder with a JSON array of link IDs in their new order.

Activate / Deactivate Links

Each link has an active toggle. Inactive links are hidden from the public page but kept in the editor — handy for seasonal promotions.

Public Page

Visitors hit the page at https://app.mewayz.com/{slug} (or the configured custom domain).

The public surface:

Click Tracking

When a visitor clicks a link, the front-end POSTs to /track with the page ID, link ID, platform, device, and referrer. The link's click_count is incremented; the analytic row is recorded fire-and- forget (failures never block the visitor's navigation).

Analytics

Templates Gallery

Database Tables

The package adds three tables:

Operator Notes

Was this helpful?