Docs: Projects →

Project Image

{% match project.cover_image_url %} {% when Some with (url) %} Project image {% when None %} No image {% endmatch %}

Square, at least 400x400px. JPG, PNG, or WebP.

Gallery Images

Up to 8 extra images shown in a carousel on your public project page. The Project Image above stays the card/preview image.

Project Information

Choose an existing category or type a new one. Leave blank to clear.

Monetization

How visitors access this project. 0% platform fee: only ~3% payment processing. Changing models is safe but does not refund or cancel existing purchases or subscriptions.

Features

Platform tools enabled for this project. Changes take effect immediately.

{% for (value, label, desc) in project_features %} {% endfor %}

Theme

Color palette for this project's public page and its items.

Items in this project inherit its theme.

Custom page

Write your own HTML and CSS for this project's public page. Its items inherit the page's styling. No JavaScript, on-platform links only.

Edit custom page
Project Management

Delete Project

Deleting this project is permanent and cannot be undone.

Pages ({{ sections.len() }})

Markdown pages that apply to your whole project: Privacy Policy, Terms, FAQ, etc. They appear as tabs on your public project page and are linkable via #section-<slug>. Max 10.

{% if sections.is_empty() %}

No pages yet. Common pages: Privacy Policy, Terms of Service, FAQ, Support.

{% else %} {% for section in sections %}
{{ section.title }} #section-{{ section.slug }} {{ section.body.chars().count() }} chars
{% endfor %} {% endif %}
Add Page