Docs: Projects →

Your Projects

{% if can_create_projects %} New Project {% else %} {% endif %}
{% for project in projects %}

{{ project.title }}

{{ project.project_type }} · Created {{ project.created_date }}{% if let Some(updated) = project.updated_date %} · Last updated {{ updated }}{% endif %}
{% if !project.stats.is_empty() %}{{ project.stats }} · {% endif %}{{ project.status }}
View Edit
{% endfor %}
{% if projects.is_empty() %}

Getting Started

Welcome to Makenotwork. A project groups your work — think of it as an album, podcast feed, or product line. Each project contains items: individual tracks, episodes, downloads, or posts.

  1. Create a project
  2. Add items — audio, video, text, or software
  3. Set prices (or keep them free) and publish
  4. Connect your payment account — 0% platform fee
{% if can_create_projects %} Create Your First Project {% else %} {% endif %}
{% endif %}