Members-only pages — restrict a page to paying members or specific tiers

You can restrict any Builder page so that only people who hold an active paid membership in your org can view it — and you can narrow that to one or more SPECIFIC membership subscriptions (tiers). This is enforced on Turtini's servers — a non-member never receives the page's content at all, not even hidden in the page source. It is real access control, not a client-side hide.

You need at least one membership tier set up (Membership module → your tiers, billed through your org's own checkout). Then:

1. Open the page in the Builder and switch the editor to the Blocks view.
2. In the page settings on the right, find the "Access" section.
3. Set Access to "Members — active paid membership (all or specific tiers)".
4. Choose which memberships can view the page:
• Leave every tier unselected — anyone with any active paid membership can view it.
• Select one tier — only members holding that subscription can view it.
• Select several tiers — members holding ANY ONE of the selected subscriptions can view it. This is how you assign a page to multiple membership subscriptions at once (for example, make a resource page visible to your "Business" and "Founding" members but not "Individual").
5. A "Members only" badge appears next to Access so you can tell at a glance the page is gated. Changes save automatically.

What a visitor sees:
• A qualifying member sees the page normally — Turtini verifies their membership from their signed-in account and returns the content.
• A signed-out visitor is asked to sign in, and is offered your join options.
• A signed-in non-member — or a member whose subscription isn't one of the page's selected tiers — sees a clean "Join / Upgrade to view" prompt that leads straight into your org's own membership checkout. They never see the protected content.

How the check works (why it's safe): membership is resolved from the viewer's verified identity against your Stripe-backed subscriber records — never from anything the browser could fake. When you scope a page to specific tiers, the server confirms the viewer's active subscription is one of those tiers before it returns a single block. The page's blocks are withheld from the public page entirely and delivered only after the check passes. Cancelled or past-due memberships stop qualifying automatically.

Note: the members-only experience is designed for your published site on your own domain (or turtini.com). Editing and previewing the page in the Builder always shows you the full content so you can work on it.