{{ TENANT.brand|upper }}
Where content
gets made.
Indie project. Real people.
Funding without Hollywood.
{% if user_logged_in %}
{% if is_artist %} My Workspace → {% elif is_musician %} My Dashboard → {% elif is_producer %} My Dashboard → {% elif is_investor %} Label Room → {% elif is_supporter %} Fan Room → {% else %} Go to My Space → {% endif %} Sign Out
{% else %}
{% endif %}
{% if featured_projects %}
Live Projects
{% for proj in featured_projects[:5] %}
{% if proj.cover_url %} {% else %}
{% endif %}
{{ proj.title }}
{{ (proj.project_type or 'Project').replace('_',' ').title() }}
{% endfor %}
{% endif %}
Terms © 2026 {{ TENANT.brand|upper }} Privacy
{% if not user_logged_in %}
Welcome back.
Sign in or create your account below.
{% if auth_error %}
{{ auth_error }}
{% endif %}
🎬 Artist
🎭 Musician
💼 Label
🤝 Fan
▣ Above the Line · $49/mo
I agree to the Terms & Conditions
{% endif %}