← All tools
PrivBatch / Changelog
100% offline
Shipping log

Changelog

PrivBatch is a young project. First tools shipped early May 2026, public launch on Wed May 27. Built solo, iteratively, with Claude Code as a coding assistant. Each tool was hand-tested for the privacy claim before shipping - the privacy audit page walks through how to verify it yourself. Updates land weekly.

Coming next
📍 Roadmap
What's on the build list
  • Tool Chaining Pipeline Builder - visual drag-and-drop pipeline editor (CSV → JSON → Anonymise → Download). Pro Business feature.
  • Smart Agent - auto-detection for batch jobs. Auto-detects file structure, suggests transformations, writes JSONPath queries, and applies bulk operations across hundreds of files. Pro Business feature.
  • Light-mode redesign - the current light mode works but visual cohesion needs a refresh.
Wed May 27
2026
🎉 Public launch
Show HN launch · browser CLI, AES encryption, PWA, and verification surface
  • Browser CLI (/cli) - xterm.js + schema-driven runner. 23 tools as Unix commands, with pipes, tab completion, Ctrl+R reverse search, and a network counter pinned at the top.
  • AES-256 file encryption - Web Crypto native (no third-party crypto JS), PBKDF2 600k iterations, PBAE binary format.
  • Smart Regex Find & Replace - Pro batch tool. Web Worker timeout for catastrophic backtracking, live preview, ZIP all output.
  • PWA support - installable, offline after first load, brand-correct { PB } icon set.
  • Privacy Audit page (/privacy-audit) - four verification methods including a live console-paste counter and a built-in in-page audit panel.
  • FAQ page (/faq) - 18 Q&As pre-answering the most common privacy / pricing / architecture questions.
  • Built-with page (/built-with) - every CDN library named with version, licence, and source link.
  • Open Graph + Twitter Card meta tags on every high-share page, plus a 1200×630 og-image.
  • 404 page - real HTTP 404 status (not Cloudflare Pages' default 200 SPA fallback).
  • Open-source mirror at github.com/PrivBatch/PrivBatch - 17 free tools, MIT licence.
  • 5 compare-to pages: jsonformatter.org, csvjson.com, convertcsv.com, jwt.io, base64encode.org.
Browser CLI AES-256 Smart Regex
mid-May
2026
🚀 Build milestone
14 new tools, Gold Standard features, shared infrastructure
  • 14 new tools added - total reached 21 (now 23 after the public launch).
  • YAML ↔ JSON, Hash Generator, UUID Generator, URL Encoder/Decoder, Markdown Preview.
  • Cron Parser, Timestamp Converter, Number Base Converter, Color Converter.
  • .env Formatter, Diff Tool, File Detective (was File Fixer), Data Anonymiser, JSON Query.
  • Gold Standard features on every tool: keyboard shortcuts, Prove It mode, processing stats, file history, tool switcher.
  • Shared infrastructure - extracted gold-standard.js and config.js; tool pages reduced from ~2000 lines to ~400.
YAML ↔ JSON Hash Generator UUID Generator URL Encoder Markdown Preview Cron Parser Timestamp Number Base Color Converter .env Formatter Diff Tool File Detective Data Anonymiser JSON Query
early May
2026
🛠️ Build milestone
First 7 tools, the licence model
  • CSV ↔ JSON - batch convert CSV to JSON and back. Custom delimiters, nested key expansion, 20-file free tier.
  • XML ↔ JSON - bidirectional XML/JSON conversion. Attribute mapping, namespace handling, pretty print.
  • Excel → JSON/CSV - convert .xlsx and .xls files. Multi-sheet support, per-sheet tabs in output panel.
  • SQL → JSON/CSV - parse SQL INSERT statements into JSON or CSV. Multi-table output, backtick/quoted identifier support.
  • JSON Formatter - validate, pretty-print and minify JSON. Syntax error highlighting with line numbers.
  • Base64 Encode/Decode - standard and URL-safe Base64. Works on text and binary files.
  • JWT Decoder - decode and inspect JWT tokens fully offline. Header, payload, expiry, algorithm.
  • Pro licence model via Gumroad - Pro (€29 lifetime), Pro Business (€59 lifetime) including the GDPR Documentation Suite (DPA generator, Consent Receipts, Article 30 RoPA records, all generated locally as PDFs).
CSV ↔ JSON XML ↔ JSON Excel → JSON/CSV SQL → JSON/CSV JSON Formatter Base64 JWT Decoder