{% extends "base.html" %} {% block title %}Script Analyzer — EVOLUM{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% include "_user_topbar.html" %}
{% if project %}
← Workspace / {{ project.title }} / Script Analyzer
{% else %}
← Workspace / Script Analyzer
{% endif %}
EVOLUM · Script Analyzer

Read the script.

A deterministic, end-to-end read of your script: logline, synopsis, story engine, character analysis, market positioning, comp films, strengths, risks. Composed by the local engine — no AI cloud calls.

{% if project %}
Source · Project
{{ project.title }}
{% if project.has_script %}Script ✓{% else %}No script yet{% endif %} {% if project.idea_text %}Idea ✓{% else %}No idea yet{% endif %} {% if project.has_analysis %}Analysis ✓{% endif %}
{% include "_genre_picker.html" %}
{% if project.has_analysis %} Download existing PDF {% endif %}
{% else %}
Script Analyzer runs against a project. Start a project → then come back.
{% endif %}
{% endblock %}