Status
A plain-language explanation of what "status" means for ToolboxLane, rather than a dashboard of invented numbers.
All tools: operational
Every tool marked "Processed locally" runs entirely inside your own browser using the File API, Canvas API, and (for PDF tools) a client-side PDF library. There is no server-side processing step for these tools to go down — if the page loads and your browser supports the required APIs, the tool works.
What could still affect you
- The website itself (this page, the tool pages, static assets) is served from a single Node.js process, so a deploy or restart briefly interrupts loading a new page — it does not affect a tool you already have open.
- A small number of vendor libraries (pdf.js, pdf-lib, heic2any, exifr, fflate, qrcode-generator) are self-hosted rather than loaded from a third-party CDN, specifically so a third-party outage can't take a tool down.
- Very old or unusual browsers may not support every API a given tool needs — see Supported Browsers.
Known limitations, honestly
This page intentionally does not publish uptime percentages or an incident history: since tool processing happens in your browser rather than on a server we operate, a conventional uptime metric wouldn't reflect anything real. See the changelog for what has shipped, and contact us if something isn't working as expected.