You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Persistent across repeated attempts and across different entries, and the very first request of the session was already 429, so this is not self-inflicted rate limiting from hammering. The response body is an HTML error page, not JSON, so npx shadcn add fails on it.
Impact
All 6 cult-ui showpiece entries are currently unusable: dynamic-island, shader-lens-blur, canvas-fractal-grid, texture-card, typewriter, animated-number. That is 6 of 39 showpieces, roughly 15% of the registry, failing silently for any user who asks for one.
Why this matters beyond the outage
This is exactly the failure #3 (scheduled soft-fail registry health check) exists to catch, and it went unnoticed. It was found by hand, incidentally, weeks before anyone looked. The growth plan lists registry rot as traction risk #1 and 21st.dev already flipped auth-gated once. #3 should be treated as a genuine pre-launch gate, not a nice-to-have.
Next steps
Re-check whether this is a transient rate limit or a persistent block (could be geographic, could be a bot filter reacting to a datacenter IP).
If persistent, either document the breakage on the affected entries or route them through a mirror the way the 21st.dev entries already are.
Found while verifying registry refs on 2026-07-31.
cult-ui.comreturns HTTP 429 for every request, not just registry endpoints:Persistent across repeated attempts and across different entries, and the very first request of the session was already 429, so this is not self-inflicted rate limiting from hammering. The response body is an HTML error page, not JSON, so
npx shadcn addfails on it.Impact
All 6 cult-ui showpiece entries are currently unusable:
dynamic-island,shader-lens-blur,canvas-fractal-grid,texture-card,typewriter,animated-number. That is 6 of 39 showpieces, roughly 15% of the registry, failing silently for any user who asks for one.Why this matters beyond the outage
This is exactly the failure #3 (scheduled soft-fail registry health check) exists to catch, and it went unnoticed. It was found by hand, incidentally, weeks before anyone looked. The growth plan lists registry rot as traction risk #1 and 21st.dev already flipped auth-gated once. #3 should be treated as a genuine pre-launch gate, not a nice-to-have.
Next steps
Related: #3, #20, #18.