Commit graph

7 commits

Author SHA1 Message Date
996b8c9a90 Add Plausible analytics proxied via /implausibly/
Script and API calls route through /implausibly/ reverse proxy
to avoid ad blockers while keeping analytics privacy-friendly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 09:09:39 +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
d08d886956 Use absolute URLs for OG/Twitter image meta tags
Social crawlers need fully qualified URLs to fetch the image
from their servers. Relative paths only work in some clients.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 09:02:51 +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
ffbe601cee Update README for 3-file structure and probe tool
Reflect the split into index.html/style.css/app.js, document the
probe-songs.py workflow and songs.json auto-loading, remove outdated
instructions about editing SONGS array in index.html.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 17:12:43 +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