{% extends "base.html" %} {% block title %}Join - Makenot.work{% endblock %} {% block body_attrs %} class="padded-page"{% endblock %} {% block head %} {% endblock %} {% block content %}

Create account

Makenot.work is a 0% fee platform where creators sell directly to fans. Sign up to browse, buy, or sell your own work.

{% if let Some(code) = invite_code %}
You were invited -- no pitch required. Just create your account.
{% endif %}
Your public url: makenot.work/u/username
Checking...
Used for account recovery and notifications
Minimum 8 characters
{% if let Some(code) = invite_code %} {% endif %}
Cancel
{% endblock %} {% block scripts %} {% endblock %}