Examples¶
Ways to try Hedron — prefer a real server before simulated docs demos.
There is no hosted playground. Use Codespaces / Dev Container, a local clone, or
hedron new from Build your first app.
- Build your first app — canonical fastest path:
hedron new→ Hello → Refresh status (no monorepo clone required). - Try with Codespaces / Dev Container — remote path with no local Python (needs GitHub Codespaces or VS Code / Cursor Dev Container).
- Recipes — notes + SQLAlchemy, session auth, file upload, jobs poll.
- Runnable examples — clone the repo for the reference app, live interaction sample, Flask/Django adapters, and HDJ sample.
- CRUD tutorial — guided path through the reference app.
- Single-file apps — alternate paste-an-
app.pypath (static Hello; no Refresh panel — use the scaffold when you want the interactive proof). - Phase evidence — maintainer exit stubs (not product recipes); listed under Maintainer evidence in the nav.
- Simulated UI patterns — in-browser simulations on Read the Docs (not a live Hedron process). Prefer runnable examples for real HTMX/CSRF.
After Hello + Refresh, prefer recipes before the kitchen-sink reference app walkthrough. Replace demo credentials and secrets before any deploy.