Share this reading
An open source lopecode notebook — the page you are reading is the entire program. Deck: Rider–Waite–Smith (public domain), card data from @triptych/tarot-utilities.
A three-card tarot reading — past, present, future — interpreted by a language model.
This is the whole application: the 78 Rider-Waite-Smith cards, the interface, and the reading logic all live in this one HTML file. There is no server. The only network call is to a rate-limited proxy that holds the model key, so no key ships in the page.
The reading is written into the share URL, so a shared link replays the exact reading without storing anything anywhere.