Skip to content

Learn Hedron

Goal (often ~5–10 minutes after Python + uv/pip are ready): Hello + click Refresh status. Ignore Beta/Supported labels until that works. Then: HTMX second region → /notes form → pick one recipe (auth or SQLite).

Path

  1. Build your first app — scaffold → Hello → Refresh → edit
  2. Installation — extras, Flask/Django, common problems (as needed)
  3. Core concepts (optional) · Maturity labels
  4. HTMX interactions — extend the Refresh pattern
  5. Minimal form — CSRF-safe POST
  6. Learning path — continue toward data, auth, and deploy

Help: FAQ · Troubleshooting. Optional packages (data, charts, Explorer, …): Package catalog.

Evaluating production use later? What’s ready · Why Hedron · Evaluate Hedron.

Other hosts

  • Flaskhedron new --flask then hedron-flask (no FastAPI)
  • Djangohedron new --django then hedron-django (Django >=5.2,<6)
  • Plain FastAPI — mount Hedron beside an existing FastAPI app

FastAPI remains the default hedron new path. Codespaces: Try with Codespaces.