feat: Show me more appends (exclude already-shown, look up only new domains); 36 per page; start over (v0.6.0)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XStQKxPfEjrTvWo83KFCxG
This commit is contained in:
@@ -40,6 +40,12 @@ bucket, and a 10-minute result cache.
|
||||
`(keywords, style, seed)` always yields the same list, so re-renders don't
|
||||
reshuffle results and a shared URL reproduces what the sender saw.
|
||||
|
||||
The finder shows 36 names per page and **Show me more appends**: the names
|
||||
already on screen are passed as `exclude`, dropped before ranking, so each page
|
||||
is genuinely new (the seed alone would mostly reshuffle the same pool), and only
|
||||
the new domains get looked up. Changing keywords, style or extensions starts a
|
||||
fresh list; **start over** clears it. When the pool runs dry the app says so.
|
||||
|
||||
Eight strategies (compound, suffix-word, action, blend, coined, clipped, root,
|
||||
domain hack) over the vocabulary in `src/lib/wordbank.ts`. The strategies are
|
||||
cheap and dumb on purpose — **quality comes from `scoreName`**, so tune the
|
||||
|
||||
Reference in New Issue
Block a user