
Building a Local-First Secret Generator: A React, TypeScript & Trust-Model Case Study
We've all seen weak values land in a `.env` file and just... stay there. KeyBrew is a project I built that generates strong secrets right in your browser, keeps history tab-scoped, and only syncs preset structure when you opt in. Built as a React + Express monorepo with a shared CSPRNG package at its core.
View Details



