{% extends "base.html" %} {%- import "partials/carousel.html" as carousel -%} {% 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.

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

{% if founder_window_open %}

Founder pricing open Half off creator tiers, locked for life.

{% endif %} {% if let Some(shipped) = last_shipped %}

Last shipped: {{ shipped.title }} · {{ shipped.date }}

{% endif %} {% if !landing_carousel.is_empty() %}
{% call carousel::carousel("landing-shots", landing_carousel) %}
{% 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 from ${{ tier_prices.basic_std }}/mo. 0% platform fee. Every tier is the complete platform.

{% else %}

0% platform fee. Every tier is the complete platform.

{% endif %}

Fan+

Support the platform directly and get something back every month.

  • $5 monthly credit: usable toward any purchase on the platform
  • + badge: shown next to your name in social contexts
  • Platform polls and dev community: a say in what we build next
  • Early access: preview new features on testnot.work before they ship
Sign up for Fan+ $8/month. Cancel anytime.

Browse creators →

Works in any browser, on any phone. No app to install.

{% 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 %}

Built for

Every craft has its own setup. Pick yours for tier guidance and feature notes.

Get notified when something ships.

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