Tagging — what this page tells machines
Decision Spinner
Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.
About
Decision Spinner is an editable wheel of fortune: put one option per line, spin, and it lands on a random choice. Good for breaking ties and dodging decisions.
How it works
The wheel is drawn on a canvas, one coloured segment per option. The winner is chosen up front with Math.random(); the wheel then eases (cubic ease-out over ~4s, via requestAnimationFrame) to land that segment under the pointer.
Metadata
Heading outline
- Decision Spinner
Structured data (JSON-LD)
TechArticle
Same as Article, flagged as technical/developer reference material.
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "Decision Spinner — toy",
"description": "Type your options, spin the wheel, and let chance decide. A browser decision wheel with editable choices — no account, no server.",
"url": "https://kaspirius.com/spinner",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://kaspirius.com/spinner"
},
"datePublished": "2026-06-18",
"dateModified": "2026-06-18",
"author": {
"@type": "Person",
"name": "kaspirius",
"url": "https://kaspirius.com"
},
"publisher": {
"@type": "Organization",
"name": "kaspirius",
"url": "https://kaspirius.com"
}
}