About LEGO Part Label Search
This application helps LEGO enthusiasts create and print labels for organizing their parts collection. Developed by JD Lien. Source code available at https://github.com/jdlien/lego-label-search.
Data Source
The category data and part names for this application comes from BrickArchitect.com and Rebrickable, which provides a comprehensive classification system for LEGO parts. The dataset includes:
- 57,708 unique LEGO parts
- 193 categories organized in a hierarchical structure
- 12 top-level categories for broad classification
- 5,859 unique original images generated using jdlien/lbx-utils using LDView
How to Use
This application allows you to:
- Search for LEGO parts by name or part number
- Browse parts by category using the hierarchical classification system
- Organize your LEGO collection efficiently with clear labeling
Technical Details
This application is built with:
- Next.js for the React framework
- Tailwind CSS for styling
- Python scripts for data processing and preparation