{% extends "base.html" %} {% block title %}Sharing — {{ project.title }} — EVOLUM{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% include "_user_topbar.html" %}
← Workspace / {{ project.title }} / Sharing
EVOLUM · Public Sharing

Share {{ project.title }}.

Flip this on and your project gets its own front door on the internet — logline, sizzle reel, pitch deck, and a pledge button that runs straight to your Stripe. EVOLUM doesn't touch a dime of what comes in. That's between you and the people betting on you.

Public visibility
Show this project to the world
Off = the door's locked. Anyone who tries the link gets bounced. Flip it on when you're ready to share.
{% if project.slug %}
https://evolumstudio.com/p/{{ project.slug }}
{% endif %}
URL Slug
Lowercase letters, numbers, and hyphens. This becomes evolumstudio.com/p/<slug>.
Public description
Pledge — Direct to your Stripe
Grab a Payment Link from your own Stripe dashboard and drop it here. Every dollar backers pledge lands in your account, not ours. (Pledges over $4,999 will run through Plaid before they clear — coming soon.)
{% if project.slug and project.public_page_enabled %} Preview live page ↗ {% endif %}
{% endblock %}