VibeHunt
Back to browse

POMjs

Random password generator.

POMjs is a lightweight web‑based utility that generates random passwords using pure HTML and JavaScript. The interface lets users select which character sets to include—uppercase, lowercase, digits, and optional special symbols—and adjust the desired length via a slider or input field. Generated passwords appear with a strength indicator and can be copied to the clipboard with a click; the page respects the browser’s dark‑mode setting and provides basic keyboard navigation.

The project is self‑hostable and requires no external resources, tracking code, or dependencies beyond a minified copy of normalize.css. All configuration options are exposed in the unminified JavaScript source, allowing developers to modify character sets, defaults, length limits, and other behavior before optionally rebuilding the minified file. The UI includes multilingual support for several European languages, automatically selecting one based on the browser’s locale.

POMjs is released under the GPL‑2.0 license, is free to use without subscription, and is positioned as a small, dependency‑free solution for anyone needing an on‑site password generator that can be customized to fit specific requirements.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps