Back to Kernel docs App Membres
13
Beta

App Membres

Your clients get their own app on their own URL. Configure the domain, active sections, navigation, appearance. All from a single hub.

Overview

The member app is served on the app subdomain of your domain, for example app.yourdomain.com (extension included). By default, without a custom domain, it stays reachable at <slug>.app.freelance-os.fr. Each domain automatically points to the right client space.

Everything is configured from /settings/members-app in Kernel: domain, theme mode (light/dark/auto), visible sections (modules, resources, videos, chat, etc.) and a custom menu.

Branding and SEO are inherited from the workspace (logo, brand_color). The member app keeps its own theme mode so you can run a light public site and a dark member app.

What the module does

Domain

/settings/members-app/domain. Add a domain with kind=members (typically app.yourdomain.com) via CNAME to cname.vercel-dns.com. SSL is issued automatically via Let's Encrypt.

Appearance

/settings/members-app/appearance. Choose light/dark/auto for the default member theme. Logos and brand color are edited in Brand (/settings/brand).

Active sections

/settings/members-app/features. Toggle each section on/off: Dashboard, Modules, Resources, Videos, Calls, Chat, Profile. Off = the link disappears from the member nav (the data stays).

Menu

/settings/members-app/menu. CRUD custom navigation entries (handle=members). Drag-and-drop reorder, supports internal / external / mailto links.

MCP

Tools exposed on the MCP server: members_app.overview, members_app.features.list/toggle, members_app.menu.list/add/remove, members_app.appearance.set_mode. Scope members_app:read|write.

How to use it

  1. 01

    Wire the domain

    Go to /settings/members-app/domain, add app.yourdomain.com with kind=members. Follow DNS instructions.

  2. 02

    Pick the sections

    /settings/members-app/features. Enable only what is included in your client offer.

  3. 03

    Customize the menu

    /settings/members-app/menu. Add links to coaching, community, or any external resource.

  4. 04

    Verify rendering

    Open app.yourdomain.com. Sign in as a member. Navigation shows your sections + menu.

Routes in Kernel

  • /settings/members-app
  • /settings/members-app/domain
  • /settings/members-app/appearance
  • /settings/members-app/features
  • /settings/members-app/menu

Connections