When you hate the solution, but you don't really care, «andiamo»!
| Quadrant | Description |
|---|---|
| Meh x Indifferent | You don't love the solution, but you also don't care. Let it ride. |
| Meh x Adamant | Loud-and-proud. If you're passionate about the problem, don't settle. |
| Omg x Indifferent | Lovable can be valuable, but check you don't have a solution in search of a problem. |
| Omg x Adamant | Voice your enthusiastic support for solid, impactful work. |
A Preact + Vite single-page app. Pick a point by tapping or dragging on the matrix, nudging with the arrow keys, or stepping the −/+ controls, then choose an overlay (ring, dot, X, or a Me → arrow with editable text) and copy the result as a PNG. The matrix is composited client-side on a <canvas> — the background art is bundled and the overlay is drawn in the browser on every pick, so there's no per-coordinate network request. Light/dark follows the OS setting and toggles from the sun/moon button in the header.
npm install
npm run dev # local dev server
npm run build # static build to dist/ (published by Cloudflare Pages)
npm run preview # serve the production build