mirror of
https://github.com/kennethreitz/rhymepad.org.git
synced 2026-07-21 22:09:30 +00:00
6aeb3f3b18
- Ghost suggestions: pause at the end of a line and a quiet ghost offers a landing word that rhymes with the previous line's ending; Tab opens a dropdown of candidates (arrows preview in place, Enter lands it, click works). Skips already-spent endings, stays silent when the line already rhymes, gated on the rhyme toggle + a persisted "suggest" toggle. - Share links: Copy link gzips the whole draft into the URL fragment (no upload; ~10x compression); opening one imports a fresh draft. Encoded eagerly in the background so share/copy clicks stay inside the user gesture. - Explore mode (touch only): read-only tap-to-illuminate, hover for fingers. - PWA: manifest + icons; installs standalone on phones. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
466 B
JSON
14 lines
466 B
JSON
{
|
|
"name": "RhymePad",
|
|
"short_name": "RhymePad",
|
|
"description": "A scratchpad for poets & rappers — real phonetic rhyme detection.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#14110f",
|
|
"theme_color": "#14110f",
|
|
"icons": [
|
|
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
|
|
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
|
|
]
|
|
}
|