Skip to content

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.

  1. Build your first appcanonical fastest path: hedron new → Hello → Refresh status (no monorepo clone required).
  2. Try with Codespaces / Dev Container — remote path with no local Python (needs GitHub Codespaces or VS Code / Cursor Dev Container).
  3. Recipes — notes + SQLAlchemy, session auth, file upload, jobs poll.
  4. Runnable examples — clone the repo for the reference app, live interaction sample, Flask/Django adapters, and HDJ sample.
  5. CRUD tutorial — guided path through the reference app.
  6. Single-file apps — alternate paste-an-app.py path (static Hello; no Refresh panel — use the scaffold when you want the interactive proof).
  7. Phase evidence — maintainer exit stubs (not product recipes); listed under Maintainer evidence in the nav.
  8. 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.