Launching today

StackFreeks Tools
45 free browser-based tools for developers and sysadmins
9 followers
45 free browser-based tools for developers and sysadmins
9 followers
A collection of 45 free tools for developers, sysadmins, and VPS users — cost calculators (VPS, game servers, object storage), config generators (nginx, SSH, Dockerfile, firewall rules), and everyday dev utilities. Everything runs 100% in your browser: no signup, no server, no data sent anywhere. Built as pure static HTML/CSS/JS, English + Korean.



Love that everything runs client-side, no signup feels like a nice throwback. Quick question though, how do you handle updates to the nginx config generator when new versions drop? Always worried those kinds of tools fall out of date pretty fast
@burakuq4i Great question — the generator sticks to core directives (server blocks, proxy_pass, gzip, SSL, headers) that have been stable across nginx versions for years, so it doesn't rot the way version-specific tools do. That said, I review the output against current nginx docs periodically, and since every tool is a single static page, updating is a quick edit + deploy. If you ever spot an outdated directive, there's a contact page — I'd genuinely appreciate the report.
Love that everything runs entirely in the browser with zero data leaving your machine. The nginx config generator alone is worth bookmarking, especially with the clean side-by-side layout for tweaking directives.
@zlemb5nb Thank you! The side-by-side layout came from my own frustration tweaking directives blind over SSH. And yes — zero data leaving the browser was the whole point. Nothing is sent anywhere, you can even use the tools offline once loaded.
the nginx config generator alone is worth bookmarking, super clean output and no tracking nonsense
@turkanunuv95635 Thanks! "No tracking nonsense" was basically the design brief 😄 Glad the output feels clean — that one gets the most of my attention.