DEV Community

Antonio Venancio
Antonio Venancio

Posted on

I Got Tired of 10 Browser Tabs for Basic Dev Tasks, So I Built One Site With All of Them

I built https://orikony.nikaotech.com/ because I was tired of bouncing between a dozen different sites for basic dev/utility tasks — formatting JSON here, generating a UUID there, checking a regex somewhere else, each one with different ads and different UX.

Orikony is 65+ free tools (developer utilities, calculators, converters, PDF tools, and a few AI-focused ones like a token cost estimator) that all run client-side in your browser — no signup, no server upload, no ads getting in the way.

A few I'm most proud of: the UUID generator has a full Inspector that decodes any UUID you paste (version, variant, timestamp), and the regex tester explains each part of your pattern in plain English instead of just showing match/no-match.

Would love feedback on what's missing, what feels rough, or what tool you'd want added next.

Top comments (0)