{{ 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 %}
Sign In
Join the Platform
{% 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.
Sign In
Join
Email
Password
{% if auth_error %}
{{ auth_error }}
{% endif %}
Sign In →
I am a...
🎬 Artist
🎭 Musician
💼 Label
🤝 Fan
▣ Above the Line · $49/mo
Full Name
Email
Password
I agree to the
Terms & Conditions
Start Free Trial →
{% endif %}