From ca40b395b57f39880620f8d7d16f40dfd6494972 Mon Sep 17 00:00:00 2001 From: Logan Connolly Date: Fri, 18 Jul 2025 14:45:36 +0200 Subject: [PATCH] feat: add haitch sprint description --- src/content/sprints/haitch.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/content/sprints/haitch.md diff --git a/src/content/sprints/haitch.md b/src/content/sprints/haitch.md new file mode 100644 index 000000000..d4549d92b --- /dev/null +++ b/src/content/sprints/haitch.md @@ -0,0 +1,26 @@ +--- +title: "haitch" +numberOfPeople: "2-8" +pythonLevel: "Beginner" +contactPerson: + name: "Logan Connolly" + email: "me@loganconnolly.com" + github: "logan-connolly" +links: + - title: "Repository" + url: "https://git.sr.ht/~loges/haitch" + - title: "Milestone v1" + url: "https://todo.sr.ht/~loges/haitch/14" + - title: "Minimal web app " + url: "https://git.sr.ht/~loges/haitch-example-fastapi" +--- + +The goal of `haitch` is to bring the MDN HTML Docs to your editor. By utilizing +type annotations and inline documentation, this library enables you to write +apps where you're comfortable (``). No +templates and no JavaScript, just Python. + +What I want from you is to ruthlessly test the library's API. Don't hold back. +Be ruthless with your feedback. What's unclear? How could it be improved? I'll +be there to answer questions and gather feedback for the future documentation. +Check out the milestone link for more details.