Useful Spot

Useful Spot is a collection of free, browser-based tools that each do one job.

Useful Spot is a collection of free, browser-based tools that do one job each and do it without an account, an upload, or a watermark. Everything runs client-side, so the data you paste never leaves your machine.

Chart makers

Paste a column of numbers, get a publication-ready chart, download it as a PNG. The set covers the charts that show up in stats homework and business decks:

Text tools

How it's built

Django renders every page to static HTML at build time, so the site is just files behind nginx. Each tool is a registry entry: drop in a tool.py and a template and the URL, homepage card, and sitemap entry appear on their own. The charts use Plotly; the tool scripts are tested under Node against a small DOM shim rather than a headless browser. It shares a framework with my other tool sites — Calculator Convert, Calculator Formula, and Randomize Choice.