feat: functional gridfinity calculator app

This commit is contained in:
w33ble
2026-01-11 19:38:34 -07:00
commit 7c512f5adb
19 changed files with 3561 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Project Brief: Gridfinity Calculator
A simple, lightweight web-based calculator for Gridfinity baseplates and bins.
## Core Requirements
- Enter drawer/container dimensions (width, height, depth).
- Support for both inches and millimeters.
- Custom overrides for Gridfinity specifications (default 42x42x7mm).
- Calculate required baseplates (full grids).
- Calculate bin vertical unit height (7mm increments), accounting for base thickness.
- No heavy frameworks (Vanilla TS/Vite).
- Single-page optimized build.
## Goals
- Provide an accurate and easy-to-use tool for Gridfinity makers.
- Allow for non-standard scaling to fit specific drawer sizes perfectly.
- Clean, responsive UI with Tailwind CSS.