{% if !stripe_connected || !has_items || !has_published_item %}

Project Setup

{% if has_items %} Done Add your first item: upload files, set a price {% else %} Add your first item: upload files, set a price New Item {% endif %}
{% if stripe_connected %} Done Connect Stripe: required to receive payments (3% processing only) {% else %} Connect Stripe: required to receive payments (3% processing only) Go to Payments {% endif %}
{% if has_published_item %} Done Publish an item: make it visible on your public page {% else %} Publish an item: make it visible on your public page {% if has_items %} {% endif %} {% endif %}
{% endif %}
Docs: Projects →
{% for stat in stats %}
{{ stat.label }}
{{ stat.value }}
{% if let Some(change) = stat.change %}
{{ change }}
{% endif %}
{% endfor %}

Quick Actions

New Item View Public Page
Explore Your Project Tools
Content

Upload items, manage versions, set prices.

Blog

Write posts that appear on your project page and RSS feed.

Promo Codes

Create discounts, free access codes, or trial periods.

Membership Tiers

Recurring subscriptions with gated content access.

Team

Add collaborators and split revenue automatically.

Analytics

Track sales, revenue, and views over time.