If your security team blocks public converter sites — and they should — this is the honest alternative: a static bundle of 40 developer utilities that run entirely in the employee's browser. Nothing is uploaded to Tooly. Nothing phones home. You host the files.

Read the longer case in why employees paste sensitive data into free online tools, then come back here if a self-hosted copy solves your problem.


What you get

  • All 40 tools — JSON, JWT, HEIC, PDF, regex, hashes, format conversion, and the rest. Same UI as the public site.
  • Static files only — deploy to nginx, S3 + CloudFront, Azure Static Web Apps, or any internal static host. No Tooly server required.
  • Deployment guide — step-by-step internal hosting (nginx, S3/CloudFront), CSP notes, and offline/PWA behaviour for IT. Delivered as PDF with every license; summary below.
  • 12 months of updates — refreshed zip when new tools ship on the public site. Optional renewal; the copy you have keeps working.

What this is not: a SaaS login, an API, or a paywall on the public website. toolymctoolface.com stays free for everyone. This is a license to run your own copy inside your organisation.


Deployment overview

The bundle is a zip of static files — same exclusions as the public deploy (no tests, patches, or Python tooling). Unpack at your web root; no build step.

  1. nginx — point root at the unpacked directory; enable gzip_static for precompressed assets if present; add a CSP header that allows inline styles (the site uses them) and your analytics host if you enable internal Plausible.
  2. S3 + CloudFront — upload with index.html as default root object; set error document to /404.html; invalidate /sw.js on updates so the service worker refreshes.
  3. Updates — replace the directory contents with the new zip; bump is tied to CACHE_VERSION in sw.js. Employees get new tools on next hard refresh or SW cycle.

Full runbook with CSP examples and air-gapped notes ships with the license. Maintainers build the deliverable zip with scripts/build-teams-zip.sh from the tagged release.


Pricing (one-time)

License tiers · not a subscription
Team · up to 50 people, standard bundle $499
Company · org-wide deploy + optional nav branding patch $1,499
Regulated · adds security questionnaire template + deployment review email $2,999

Purchase and delivery via Gumroad once the product is live. Until then, email toolymctoolface@gmail.com with subject Tooly for Teams for early access or invoicing.


FAQ

Does data leave our network? No — that's the point. Each tool runs in the user's browser using JavaScript and WebAssembly, same as the public site. Your files never hit Tooly's servers because there aren't any.

Can we audit the code? Yes. The bundle is plain HTML/CSS/JS. Much of the site is MIT-licensed on GitHub; the team license covers internal deployment rights and update delivery.

Do we need internet access? After the first load, the service worker caches tools for offline use — useful for air-gapped-ish environments that still allow an initial sync from your internal mirror.

Individual tips? See Support for Buy Me a Coffee and other ways to help the public site.

The public toolshed stays free. This page is only for organisations that need the same tools without sending employees to a third-party URL. Questions welcome at toolymctoolface@gmail.com.