{% extends "base.html" %} {% block title %}Home - PlanExe{% endblock %} {% block head %} {% endblock %} {% block content %} {% if user %} {# ─── Dashboard for signed-in users ─────────────────────────── #}
Connect PlanExe with your AI assistant to create plans.
{{ step.title }} {% if step.title == "Superuser" and step.done %} Superuser {% endif %}
{% if not step.done and step.description %}{{ step.description | safe }}
{% endif %}{{ step.detail }} {% if step.link %} · {% if "docs.planexe" in step.link %}Setup guide{% else %}Go{% endif %} → {% endif %}
Need help? Join the PlanExe Discord for setup assistance and community support.
{% for step in onboarding_steps %}
{{ step.title }}:
done: {{ step.done }}
detail: {{ step.detail }}
link: {{ step.link or "—" }}
{% endfor %}
Override steps with URL parameters (1=done, 0=pending):
/?debug=1&step1=1&step2=1&step3=1&step4=1&step5=1 — all done
/?debug=1&step1=1&step2=0&step3=0&step4=0&step5=0 — new user
/?debug=1&step5=1 — force superuser
Generate detailed project plans from a simple description. Save time, save money, avoid surprises.
Don't fund doomed projects. Get a reality check before committing resources to your next idea.
It's time consuming to manually create a plan. Let AI handle the heavy lifting while you focus on execution.
Uncover pitfalls early. Identify risks, dependencies, and blockers before they become costly problems.