I built a collection of free DevTools to speed up my Laravel workflow (and yours too! ๐)
Hey everyone! As a Laravel developer, I often found myself jumping between browser tabs just to format JSON, generate secure keys, or debug regex patterns. While there are plenty of tools out there...

Source: DEV Community
Hey everyone! As a Laravel developer, I often found myself jumping between browser tabs just to format JSON, generate secure keys, or debug regex patterns. While there are plenty of tools out there, many are cluttered with intrusive ads or feel slow. So, I decided to build a dedicated hub for these daily utilities: tools.ananddesign.in Why I built this? The goal was simple: Speed and Privacy. I wanted a clean interface where the tools load instantly and don't get in the way of the actual work. Whatโs inside? Iโve started with the essentials that I use almost every day during backend development: JSON Formatter & Validator: No more "Invalid JSON" headaches. String Converters : Quickly switch between camelCase, snake_case, and slugify (super handy for Laravel migrations and models). Code Minifiers: To keep those frontend assets lean. Secure Password/Key Generators: For your .env files. Unit Converters & More. The Tech Stack Being a fan of the ecosystem, I built this using Laravel