What you type never leaves your device. Every one of these tools is compiled to WebAssembly and runs inside this browser tab. There is no server to send anything to, and none of them makes a network request while it works. You can open your browser's network panel and use any of them: nothing goes out.
It matters more here than almost anywhere else in this workspace, because of what these particular tools are given. A mail merge takes a table of customers with their names and addresses in it. An org chart takes the whole staff list, including who reports to whom. A timesheet has somebody's hours on it and an expense claim has what they spent; a risk register is often the most sensitive document a small company owns. None of that is the kind of thing anybody should be pasting into a website, and none of it is pasted into one here.
Each tool remembers your settings, and remembers your input while it is small enough
to be worth keeping, under about eight kilobytes. It is kept in your browser's own
localStorage, on your machine, and is never transmitted. That is worth
knowing before you paste a staff list on a shared computer — clearing your browsing
data removes it, and a private window keeps nothing at all. Your chosen language and
theme are stored the same way.
No account, no sign-up, no cookies of our own, no analytics script, no fingerprinting, no error reporting. The pages carry no third-party JavaScript except the advertising described below.
These pages carry advertising, which is what pays for hosting them. An advertising network sets its own cookies and sees your IP address and the page you are on, in the same way it does on any other site. It does not see what you type into a tool: that text is never part of the page's markup and is never sent anywhere. If you would rather it saw nothing at all, an ad blocker breaks none of the tools.
Opening a file reads it into the tab's memory and no further. Saving a result writes it with your browser's own download mechanism. Neither passes through a server.
Writing a PDF means embedding a typeface, and a typeface is a binary asset this workspace does not ship. What comes out instead is SVG: every browser opens it, it prints at the exact size, and the text in it is still text rather than a picture of text. Tell your printer to print at actual size rather than to fit the page, and a document that says 210 by 297 millimetres will measure that on the paper.
None of these documents is legal, financial or professional advice. A purchase order, a delivery note, a reference and a risk register all follow conventions that differ by country and by trade, and the wording is yours to change. Where a tool checks something — that exactly one person is accountable for a task, that a plan does not have a task starting before the one it follows has finished, that an odometer reading follows on from the journey before — it says what it checked and what it did not.
The same tools are also built as a desktop application. It has no network code at all — not for updates, not for anything — and stores its settings in one small file in your user configuration directory.
If this ever changes, this page changes with it, and the change will be visible in the project's history rather than announced quietly.