{% extends "base.html" %} {% block title %}Pricing Calculator - Makenotwork{% endblock %} {% block body_attrs %} class="centered-page"{% endblock %} {% block content %}

Pricing Calculator.

See what you keep on every sale.

{# The calculator recomputes server-side: on any dial change HTMX GETs /pricing/compare and swaps #results-panel. No fee math runs in the browser. It all lives in `fee_calculator.rs`, sourced from `assumptions.toml`. The dials sit outside the swap target so focus and the typed value survive each recompute. The right-hand column is the visitor's own description of wherever else they sell. We do not name it, hold a table of rates for it, or pretend to know what it charges. #}
{# Founder disclosure. Same wording as the landing tagline (index.html), because it is the same offer and a second phrasing for it would read as a second offer. Both this and the toggle below are gated: with the window shut the page is what it was before either existed. #} {% if founder_window_open %}

Founder pricing open Half off creator tiers, locked for life. The calculator is using founder prices.

{% endif %}

Every tier is the complete platform: profile, project pages, forum, discovery, memberships, analytics, full data export. The tier picks the file-size envelope, not the feature set.

{# The radio `value` is what hx-include sends, so it is the price the server computes on. While the window is open it opens on the founder price: a visitor who can buy at half price should not be shown their outcome at a price they will not pay. swaps between the two data-price-* values in the DOM and re-fires the existing recompute. Without JS the toggle is absent and the founder price stands, which is the right default rather than a broken one. #} {% if founder_window_open %}
{% endif %}

Fill in what the other platform takes. Use its total deduction, its own cut plus any payment processing it adds, which is the figure you can read off a payout. We hold no rates for anyone but ourselves, so nothing here can go stale or be picked to flatter us.

{% include "partials/fee_calculator.html" %}
Join the Alpha
{% endblock %}