02 / 1456 B / LIVE
LinkSelf
A link-in-bio builder with smart links.
Size: UTF-8 reading content in bytes.
Status
Live at linkself.net.
PURPOSE
LinkSelf is for people building a link-in-bio page. Its smart links let that page route visitors according to their device and country.
CONSTRAINT
Each link can have at most 20 rules. A link with no rules must incur zero extra queries, so the routing feature has a defined limit even when unused.
FAILURE
All eight demo pages shipped with light text on no background. The visual failure affected every demo page and was fixed on 2026-08-31.
WHAT BROKE
The --omit=optional install flag caused a production outage on 2026-06-16. All eight demo pages shipped light text on no background and were fixed on 2026-08-31. Unknown slugs returned soft 404s until dynamicParams=false; the date of that fix is unspecified.
DECISION
The demo pages were fixed to address the missing backgrounds behind light text. Unknown slugs were also changed to use dynamicParams=false because they had been returning soft 404s.
RESULT
LinkSelf is live at linkself.net. The suite recorded 725 of 725 tests on 2026-08-28, before the demo-page fix on 2026-08-31.
EVIDENCE
The 725 of 725 result records the test suite on that date, not coverage. The later demo-page fix shows that this count did not establish that all published demos were visually correct. No revenue or user figures are published.
SYSTEM
Smart-link rules select routes using device and country. Unknown page slugs are rejected through dynamicParams=false, separately from those per-link routing rules.