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

Makenot.work

Sell your work directly. Keep what you earn.

Audio, video, software, writing, games, and more. 0% platform fee, only Stripe's ~3% processing.

No investors, no ads, no cut on your sales. A flat monthly fee. Source-available, exportable in one click.

{% if founder_window_open %}

Founder pricing open: half off creator tiers, locked for life.

{% endif %}

For creators

{% if founder_window_open %}
Basic ${{ tier_prices.basic_std }} ${{ tier_prices.basic_founder }}/mo
Small Files ${{ tier_prices.small_files_std }} ${{ tier_prices.small_files_founder }}/mo
Big Files ${{ tier_prices.big_files_std }} ${{ tier_prices.big_files_founder }}/mo
Everything ${{ tier_prices.everything_std }} ${{ tier_prices.everything_founder }}/mo
{% if let Some(remaining) = founder_slots_remaining %}

{{ remaining }} founder slot{% if *remaining != 1u32 %}s{% endif %} left of 1,000

{% else %}

Window closes at 1,000 creators or when we exit beta, whichever first.

{% endif %} {% endif %}
    {% if !founder_window_open %}
  • Flat monthly pricing: starts at ${{ tier_prices.basic_std }}/mo
  • {% endif %}
  • 0% platform fee: only ~3% payment processing
  • Every tier is the complete platform: profile, forum, discovery, memberships. Tier picks the file-size envelope, not the feature set
  • Full data export: no lock-in, cancel anytime
  • Source available: read the code, verify every claim

Currently in private alpha. Apply for creator access.

For fans

  • Browse and buy: directly from creators, no middleman
  • No account required to browse or purchase
  • Fan+: $8/mo membership with $5 monthly credit
  • Every dollar counts: no platform cut means more goes to creators
{% if total_creators > 0 || total_items > 0 %}

{{ total_creators }} creator{% if total_creators != 1 %}s{% endif %} publishing {{ total_items }} item{% if total_items != 1 %}s{% endif %}.

{% endif %}

What's new

How the business model works

Musicians. Writers. Developers. Podcasters. Game devs. Educators. Comic creators.

All use cases

Get notified when something ships.

{% endblock %} {% block scripts %} {% endblock %}