Docs: Pricing →

Membership Tiers

Create recurring membership tiers for your project. Members get access to all paid content.

{% if !stripe_connected %}

Connect Stripe First

You need to connect your Stripe account before creating subscription tiers. Go to Account Details in your dashboard to connect.

{% else %}

New Tier

Minimum $1.00.
{% if tiers.is_empty() %}

No membership tiers yet. Create one above.

{% else %} {% for tier in tiers %} {% endfor %}
Name Price Status Actions
{{ tier.name }} {% if !tier.description.is_empty() %}
{{ tier.description }}
{% endif %}
{{ tier.price }} {% if tier.is_active %} Active {% else %} Inactive {% endif %} {% if tier.is_active %} {% endif %}
{% endif %}

Members

{{ subscriber_count }} active member{% if subscriber_count != 1 %}s{% endif %}

{% if subscriber_count > 0 %} {% endif %}
{% endif %}