Verified improvements to organizing and rediscovering GitHub stars,
newest first. Future work stays in GitHub Issues.
Public discovery became useful without signing in
Visitors can browse, search, sort, filter, paginate, and open seeded repository details before connecting GitHub.
The first result set is server-rendered and the browser feed uses a privacy-tool-friendly path, so common content blockers no longer leave guests with an empty page.
Release growth and tool intelligence joined discovery
Discover can sort repositories by stored 30-day star growth and filter by detected tools.
Repository pages expose source- and confidence-labelled technology evidence, while the enrichment pipeline reuses stored metadata before making more GitHub requests.
Repository refreshes became more resilient
Popular-repository seeding now retries temporary GitHub and network failures with bounded backoff instead of abandoning the refresh immediately.
Cloudflare runtime failures gained a safe fallback
The production Worker now has a global error boundary so unexpected runtime failures return a controlled response instead of an unhandled crash.