/
About
Helper.v2 is a small, static site of developer utilities (JSON, Base64, timestamps, and more). Everything runs locally in your browser.
Want to add a new module? Add an entry to src/lib/utilities.ts and create a page under src/app/utilities/<slug>/page.tsx.
Tip: When deployed to GitHub Pages project sites, routes are served under a base path like /repo-name. This project is configured to handle that automatically during GitHub Actions builds.