{% if is_demo_mode %}Browse the seeded sample history, then create an account when you want private tracking.{% else %}Filter your private check-ins by category and open any one for its detail view.{% endif %}
Try a different category or create a new check-in from the dashboard.
+
{% if is_demo_mode %}No demo entries for this filter{% else %}No private entries for this filter{% endif %}
+
{% if is_demo_mode %}Try a different category or create an account to start tracking your own days.{% else %}Try a different category or create a new check-in from the dashboard.{% endif %}
Track your momentum like a product, not a spreadsheet.
-
Log a single daily check-in, watch your focus and energy trend over time, and turn a simple Django app into a polished personal dashboard you can actually share.
+
+ {% if request.user.is_authenticated %}
+ Welcome back, {{ request.user.username }}. Your entries are now private to your account, so this dashboard reflects your own focus, energy, and small wins.
+ {% else %}
+ Explore the tracker with demo data first, then create a free account when you are ready to save private daily check-ins.
+ {% endif %}
+
Each entry becomes a usable artifact: you log the day, land on a confirmation detail view, and keep building a real momentum history.
+
{% if request.user.is_authenticated %}Capture one meaningful check-in.{% else %}Create your account to start saving check-ins.{% endif %}
+
+ {% if request.user.is_authenticated %}
+ Each entry becomes a private artifact: you log the day, land on a confirmation detail view, and build your own momentum history.
+ {% else %}
+ You can already browse the demo dashboard. Once you sign up, new entries will belong only to your account.
+ {% endif %}
+
+ {% if request.user.is_authenticated %}
+ {% else %}
+
+
+ Private entries
+ Login + signup ready
+
+
This prevents your personal notes from mixing with the demo sample data. It is a common first step when an app starts storing user-specific information.
Submit a structured daily entry with validation, categories, and tangible metrics.
+
{% if request.user.is_authenticated %}Submit a structured daily entry with validation, categories, and personal ownership.{% else %}Create an account in a few seconds so the app can keep your data separate from demo content.{% endif %}
Confirm
@@ -163,9 +206,9 @@
7-day insight
-
Focus and energy trend
+
{% if is_demo_mode %}Demo focus and energy trend{% else %}Your focus and energy trend{% endif %}
+ {% if request.user.is_authenticated %}
+ Start with one check-in above and this dashboard will instantly become your own useful Python product demo.
+ {% else %}
+ Create an account to start filling this dashboard with your own progress history.
+ {% endif %}
+