The intelligence layer behind the Roblox economy.
IntelBricks is a production-minded intelligence platform for Roblox experiences — live CCU, historical snapshots, breakout signals, and a weighted trend engine designed for studios and operators.
Architecture favors clean boundaries: storage is an interface, the crawler is scheduler-agnostic, and ranking strategies implement a single TrendStrategy contract.
Today data lives as JSON under /storage. Tomorrow the same repositories speak Neon. No rewrites of business logic required.
Roblox's public APIs expose current metrics only — not past CCU curves. IntelBricks builds history by polling and storing snapshots; for any experience, charts start on the day we first crawl it.
Lifetime visits and favorites are cumulative totals from Roblox, so those absolutes appear immediately. Growth rates, trend windows, and momentum need our own timeline — and that timeline grows with every crawl.