From 753e25e99ddf57be78ff27ad89cb7e1bbc99d041 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 18 Jul 2026 23:23:35 +0200 Subject: Initial commit: HITO MVP Heavy Duty I prescriptive training system encoding Mentzer's methodology. - 4-day split program (Chest & Back, Legs, Shoulders, Arms) - Prescription engine with pre-exhaust superset structure - Strict progression logic (+5kg large / +2.5kg small muscles) - Recovery gating with stall-based extension and override - Onboarding via experience level (Novice/Intermediate/Advanced) - Session logging with full progression analysis - Exercise substitution (33 alternatives for 17 canonical movements) - Objectivist aesthetic: black/gold, serif, rectilinear Stack: Hunchentoot, Mito/SQLite, Djula, SBCL --- templates/setup.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 templates/setup.html (limited to 'templates/setup.html') diff --git a/templates/setup.html b/templates/setup.html new file mode 100644 index 0000000..3653c06 --- /dev/null +++ b/templates/setup.html @@ -0,0 +1,56 @@ +{% extends "base.html" %} + +{% block title %} — Setup{% endblock %} + +{% block content %} +
+

Begin

+ +

+ Select your training experience level. This determines your starting weights. + The system will correct them rapidly through training — err on the side of + caution. Ego has no place here. +

+ +
+
+ + + + + +
+ + +
+
+{% endblock %} + +{% block quote %} +
+ “The first step in any rational endeavor is to identify the facts of reality + relevant to one’s purpose.” + — Mike Mentzer +
+{% endblock %} -- cgit v1.2.3