This simple approach keeps the bundle size exceptionally small while ensuring we don't display weird floating-point artifacts to engineers who expect absolute precision.
Keeping it Static and Blazing Fast
To guarantee high performance and instant loads, I built EngConvert using a static-generation approach. The entire application is built on top of pre-computed conversion matrices.
There are no databases to query, no dynamic API calls, and zero external tracking scripts. The UI is built using highly optimized Tailwind CSS utility classes, ensuring a perfect 100/100 performance score on Google Lighthouse.
The Next Steps
Currently, EngConvert supports core engineering units including pressure, torque, power, and flow rate.
Iām planning to open-source the conversion matrices so other developers can use them in their own projects without having to manually scour engineering manuals for conversion coefficients.
I'd love for you to check it out at engconvert.com and give me some brutal feedback on the UX, conversion accuracy, or features you'd like to see next!
Top comments (0)