Skip to content

cult-ui is returning HTTP 429 for everything: all 6 cult-ui showpieces are broken right now #31

Description

@AnayDhawan

Found while verifying registry refs on 2026-07-31. cult-ui.com returns HTTP 429 for every request, not just registry endpoints:

site root:      429   https://www.cult-ui.com/
docs page:      429   https://www.cult-ui.com/docs/components/texture-card
registry entry: 429   https://www.cult-ui.com/r/texture-card.json

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.
  • Land Scheduled soft-fail registry health check #3 so the next one surfaces automatically.

Related: #3, #20, #18.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions