DEV Community

robot1996
robot1996

Posted on

I built a lightweight Roblox Anime Limitless codes tracker

I shipped a small fan-made utility site called AnimeLimitlessCodes for Roblox players who search for Anime Limitless codes after an update.

Link: Anime Limitless codes

The idea is intentionally simple: many code pages are long articles, while a player on mobile usually wants three things quickly:

  • see current codes first
  • copy a code for redemption
  • check expired codes and redeem steps without digging through a long page

A few implementation notes:

  • Built as a lightweight content-first site with Next.js 15, TypeScript, Tailwind, and Cloudflare Workers.
  • The page is designed around fast mobile reading rather than a heavy app flow.
  • Code availability can change after game updates, so expired codes and update notes are kept separate from current codes.
  • Analytics are consent-gated; the site does not require login.
  • The project is fan-made and not affiliated with Roblox or the Anime Limitless developers.

The part I am watching now is whether the page solves the β€œI just need the code and redeem steps” use case quickly enough on mobile.

If you are interested in small SEO/content utility sites, I would appreciate feedback on:

  1. Is the page too minimal, or is that a good fit for this search intent?
  2. Would a sticky copy/redeem section help mobile users?
  3. Are update notes useful on the same page, or should they be split out?

Thanks for taking a look.

Top comments (0)