ended3월 18일· 1 sources
I got paranoid about online tools logging my secrets — so I built my own
온라인 도구에 비밀 정보가 유출될까 불안해서 직접 만들었습니다
Why it matters
After a teammate accidentally pasted production AWS credentials into an online JSON formatter, the author built DevsTool — a collection of 19 developer/DevOps utilities that run entirely in the browser with no backend or data collection. Key tools include a K8s Manifest Generator, CIDR/Subnet Calculator, Secret Scanner, Log Formatter, and Dockerfile Linter, all built with Next.js 15 and Tailwind CSS v4. The client-side-only approach ensures sensitive data like JWTs and .env files never leave the user's machine.
1
Sources
+0
24h
—
Growth
187d
Active
DevsToolclient-side securityK8s Manifest GeneratorSecret ScannerDockerfile Linterbrowser-based utilities