{% extends "base.html" %} {% block title %}New Project — EVOLUM{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% include "_user_topbar.html" %}
EVOLUM · {% if flow == 'script' %}Bring a script{% else %}New project{% endif %}

{% if flow == 'script' %}Upload your script.{% else %}Name your project.{% endif %}

{% if flow == 'script' %}Drop in your screenplay — .txt, .pdf, .fdx, or .docx. The engine reads past watermarks, extracts characters and scene structure, and gives you an editable working copy. Title will be pulled from the script if you leave it blank.{% else %}A working title and which door you're coming through. You can change either later, and you can rename the project any time.{% endif %}

{% if error %}
{{ error }}
{% endif %}
{% if flow == 'script' %}
TXT · PDF · FDX · DOCX · RTF · FOUNTAIN · HIGHLAND supported
or
Copy from your writing tool
Final Draft: Open the script → File → Print → Save as PDF, then paste the resulting text, or Select All (⌘A / Ctrl+A) → Copy → paste here.
Highland / WriterDuet / Fade In: Select all → Copy → paste here.
Celtx / Google Docs / Word: Select all → Copy → paste here.
{% endif %}
Working as {% if current_user.role == 'producer' %}Above the Line (Producer / DP / Director){% else %}Filmmaker{% endif %}
← Back to workspace
{% endblock %}