A small collection of client-side utilities
Fast, single-purpose tools for everyday development tasks. No accounts, no uploads, no tracking — every tool runs locally in your browser and works offline once loaded.
Base64 encoder / decoder
Convert text to Base64 and back. Handles full UTF-8, ignores whitespace when decoding,
and accepts data: URI prefixes.
Image to Base64
Turn PNG, JPEG, GIF, WebP or SVG files into Base64 data URLs, HTML or CSS snippets. Drop a file, click to browse, or paste from the clipboard.
Ctrl/⌘ V · Image filters
Apply CSS-style filters to any image with live preview, then export the result. Uses the canvas 2D filter pipeline, so exports match the preview exactly.
Ctrl/⌘ V · Presets
Adjustments
Image to SVG tracer
Automatically vectorize a raster image — colors are quantized, outlines are traced and
emitted as SVG paths.
Powered by imagetracer.js, running fully in your browser.