{% extends "base.html" %} {% import "_sheet.html" as sheet %} {% block title %}Join - Makenotwork{% endblock %} {% block body_attrs %} class="{{ crate::shell::measure(crate::shell::Measure::Wide) }}"{% endblock %} {% block head %} {% call sheet::sheet("wizard.css") %}{% endcall %} {% endblock %} {% block content %}

Create account

Makenotwork 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 %} {% if let Some(err) = error %} {% 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 %}