Tiny embeddable widgets you can drop into any website with one line of HTML and one
<script> tag. No accounts, no API keys.
Widgets
Secure random passwords with strength meter. No server calls.
Age CalculatorEnter a date of birth and get your exact age plus days until next birthday.
Base64 Encoder / DecoderEncode or decode Base64 in the browser. Supports full Unicode.
Colour ConverterConvert between HEX, RGB, and HSL with a live colour swatch.
Unit ConverterConvert length, weight, and temperature across common units.
Percentage CalculatorThree modes: X% of Y, X is ?% of Y, and % change.
Lorem Ipsum GeneratorGenerate placeholder text by paragraphs, sentences, or words.
Word Count + Reading TimeLive word, character, sentence, and reading-time counter.
How it works
Paste two lines into any HTML page:
<div data-widget="wordcount"></div>
<script async src="https://YOUR_DOMAIN/embed.js"></script>
The script discovers every [data-widget] on the page and mounts it as a
sandboxed iframe. Multiple widgets per page are fine — one script tag handles all of them.