Shift handover notes that come out as clean Markdown instead of a messy group chat.
The idea is simple: during the shift you jot down what the next crew needs to know (area, owner, severity, note). At the end you hit Copy Markdown and paste the whole handover into an email, Teams, or a ticket — already formatted, sorted, with severity labels.
Runs 100% in the browser. Notes are kept in localStorage, nothing leaves
your machine.
Open index.html. It ships with three example notes so you can see the
export format right away; add your own or hit reset.
Because the tools that actually get used on a shopfloor are the ones that work in three seconds on whatever PC is next to the line. A login page kills the whole idea. If I ever extend this, sync would be opt-in — the local-only version has to keep working.
- quick-chips pre-fill common phrases (spare part ordered, quality sample saved, etc.) — those came from watching what people actually write
- severity feeds a simple risk score at the top, so you can tell a quiet handover from a loaded one at a glance
- demo data is invented, names included
MIT license.