Commit graph

6 commits

Author SHA1 Message Date
40fed2a6f4 Track each feature as its own Plausible event
Send 'click: pause', 'click: skip', etc. instead of a generic
'feature_click' so each feature gets its own Goal in Plausible.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 09:25:14 +01:00
3a457b362b Add Plausible event tracking and Last-Modified cache busting
Track feature clicks, subscriptions, micro-transactions, top-ups,
share receipt, and close app as Plausible custom events.

Cache-bust style.css and app.js using Last-Modified headers from
HEAD requests — no build step needed, caches break on file change.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 09:16:20 +01:00
5ba61db478 Add new paywalled features, polish, and favicon
New subscriptions: Like ($0.25, does nothing), HD Audio (removes
low-pass filter from synth), Recently Played (shows current song),
Cancellation Processing ($4.99 to unsubscribe).

Polish: welcome banner fades out smoothly, exit ad plays an
annoying jingle via Tone.js, 64kbps Suffering Quality badge
shown when HD Audio not purchased, favicon added.

Moved og-card.svg source to tools/ (not needed in public/).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 09:06:36 +01:00
91bc580877 Add OG image card and fix share receipt URL
Add 1200x630 Open Graph card with visualizer bars and feature
price tags. Use summary_large_image for Twitter. Share receipt
now uses window.location.href instead of hardcoded URL.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 08:55:07 +01:00
9a5db25087 ignore any songs.json etc 2026-03-17 17:09:50 +01:00
96b1ecf7e6 Initial commit: Pay2Play! satirical music player
Paywalled music player where every feature costs money — pause,
resume, skip, volume, even closing the app. Built with React 18
and Tone.js via CDN, zero build step.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 16:54:31 +01:00