Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/content/sprints/haitch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "haitch"
numberOfPeople: "2-8"
pythonLevel: "Beginner"
contactPerson:
name: "Logan Connolly"
email: "[email protected]"
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 (`<insert-your-favorite-editor-here>`). 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.