{# Platform Economics — Askama page, NOT a docengine markdown surface. This page carries live disclosure (paying-creator counts pulled from the DB at request time) which docengine's static markdown pipeline can't express. It shadows the catch-all /docs/{slug} route so the URL stays at /docs/about/economics for backwards-compatibility with inbound links. Prose mirrors the previous economics.md content (deleted in the same commit). To edit prose, edit this file. To edit the cost-allocation model or the runway figure, edit docs/business/assumptions.toml. #} {% extends "base.html" %} {% block title %}Platform Economics - Makenot.work{% endblock %} {% block head %}{% endblock %} {% block content %} {% include "partials/site_header.html" %}

Platform Economics

As of {{ runway_config.last_updated_iso }}.

What you pay, what it covers, the position we're operating from, and what we commit to.


What You Pay

See Pricing for the current tier prices, the founding-creator rate, and the provisional standard rate.


What It Covers

Your subscription funds three things, at a high level:

Cost to deliver. The infrastructure that hosts your content (application servers, database, object storage, bandwidth) and the payment processing fee Stripe charges on each transaction.

Platform overhead. Ongoing development, day-to-day operations, legal and compliance work, and reserves held against unexpected costs so a bad month doesn't force a price increase or a shutdown.

Returned to creators. Surplus beyond what cost-to-deliver and platform overhead require is earmarked to come back to you as earn-back credit. We've committed to launching that program no later than 2027-01-01.

See the full breakdown on the pricing page — every tier fee broken into Stripe processing, storage, human support time, product engineering, reserves, and earn-back surplus.

No surplus goes to investors, shareholders, dividends, executive bonuses, paid acquisition, or marketing spend. We have none of those things.


Where We Are

Numbers refresh at the close of every two-month sprint, alongside the changelog recap. The paying-creator count is read live from the database at the time you load this page.

Reserve capacity (twelve months of fixed costs plus a legal reserve and a single-incident shock reserve) is approximately $62k, derived from the build's assumptions. Reserves shrink before prices change; a single bad month doesn't move the headline rate.


What We Commit To

The binding commitments live in What We Guarantee. The short version:


What We Won't Do


See Also

{% endblock %}