util.ar/Play/tarot
Play

Tarot Reading.

Three-card spread — past, present, future. No login, no fake mysticism upsell.

What it does

An online tarot reading with the full 78-card Rider-Waite deck. Shuffles use `crypto.getRandomValues`, not `Math.random()`. Each card shows its meaning in upright and reversed positions. It's entertainment — treat it as such.

Features
  • Full 78 cards: 22 major and 56 minor arcana
  • 3-card spread (past / present / future) or 1-card daily draw
  • Upright and reversed meanings
  • Shuffle and reveal animations
  • Nothing stored on any server
  • No "premium tarot" upsell, no redirect to psychics
Use cases
  1. 01Daily card as a morning ritual
  2. 02Quick draw when stuck between two options
  3. 03Creative-writing prompt material
  4. 04Hangout activity without installing anything
Lives at

tarot.util.ar

FAQ
Does this predict the future?

No. It's a symbolic system of 78 cards with predefined meanings. It gives you a reflection frame, not future data. Treat it as entertainment.

How random is the shuffle?

We use `crypto.getRandomValues()`, the browser's cryptographic RNG. Each draw is independent, no bias toward repeating cards.

Can I save past readings?

For privacy we don't store anything. If you want a record, screenshot it.

Which deck do you use?

Rider-Waite-Smith from 1909 (public domain), the most-used reference deck in tarot books. Meanings are the classic ones.