{% extends "base.html" %} {% import "_sheet.html" as sheet %} {% block title %}New Project - Makenotwork{% endblock %} {% block body_attrs %} class="padded-page"{% endblock %} {% block head %} {% call sheet::sheet("wizard.css") %}{% endcall %} {% endblock %} {% block content %} {% include "partials/site_header.html" %}

Basics

Name your project, set a URL name, and choose the tools you will use.

Letters, numbers, hyphens only. This is your project URL.
Checking...
Select all that apply. You can change these anytime.
{% for (value, label, desc) in project_features %} {% endfor %}
Choose an existing category or type a new one.
How was AI used in creating this project's content?
Cancel
{% endblock %} {% block scripts %} {% endblock %}