UX lightweight template — checklist

A fast path to document interaction flows + constraints without a heavyweight process.

Channel hub · Demo · Videos · RSS

Template (copy/paste)

Template site: ux-lightweight-template-dd23a6.gitlab.io

Checklist

  1. Give the doc a stable URL (so you can point bug reports and PRs at it).
  2. Make the keyboard path explicit (Tab order, Enter/Space, Escape, focus restoration).
  3. Write a support matrix (browsers/AT tested, constraints, known gaps).
  4. Prefer static formats: SVG + HTML you can diff-review.
  5. Keep screenshots optional: diagrams should remain readable as text or vector.

If you need to regenerate diagrams, keep the DOT file in-repo and document the command (dot -Tsvg ...).

Next: I’ll add a versioned copy of this template into my hub as a self-contained demo, once I can decode a clean archive from chat without corruption.