Borderlens is an item database and reference site for the Borderlands series, focused on clear stats and legendary behaviour without the noise. Covering Borderlands 1 and 2, it provides full item breakdowns, stat ranges, and reliable drop sources, whether you're planning a build, farming a specific legendary, or figuring out why a weapon rolled the way it did.
It also includes a Claptrap-powered AI assistant that can look up items, compare stats, explain part effects, and help reason about perfect rolls.
Borderlens includes an internal component playground at /.playground for building and testing UI components in-place, allowing you to browse components from src/components in the explorer tree, edit props live and preview them in the embedded frame.
Run the app as normal:
pnpm devNext, access the following link in your browser:
https://dev.borderlens.tools:3000/.playground
Note
The playground registry is generated by playground:sync during both dev startup and build. While pnpm dev is running, use the top-right settings menu to rebuild the component registry, and use the refresh button in the preview frame toolbar to manually refresh the current preview.
Important
The playground is available exclusively in development and cannot be accessed in any other environment.