{# Pricing comparison partial — server-rendered, swapped into /pricing via HTMX from GET /pricing/compare as the revenue/tier inputs change. Every value here is preformatted in `pricing_comparison::ComparisonResult`; this template does no arithmetic. The math lives in Rust, sourced from `docs/business/assumptions.toml`, and is pinned by `pricing_comparison::tests`. #}

You keep

{{ comparison.mnw_keep }}
{{ comparison.mnw_detail }}

Platform comparison

{% for row in comparison.rows %} {%- if row.is_mnw -%} {{ row.name }} {%- else -%} {{ row.name }} {%- endif -%} {{ row.diff }} {% endfor %}
Platform Fee structure You keep vs MNW
{{ row.fee_label }} {{ row.keep }}

Fee structures sourced from each platform's public pricing page. Actual fees may vary by plan, region, or payment method. Verify on each platform's site before making decisions.

Selling small-ticket items? Payment processors charge a fixed fee per transaction (~$0.30) that hits harder on $1-5 sales. This is an industry-wide constraint, not specific to any platform. Bundling items into collections lets your fans buy in groups at a single transaction cost instead of paying per-item processing fees.

{% match comparison.breakeven %} {% when Some with (note) %}
{{ note }}
{% when None %} {% endmatch %}