Privacy
The short version: CloudOps Toolkit collects nothing about you, and nothing you paste into a tool ever leaves your browser.
Last updated 29 July 2026
What we collect
Nothing. There are no accounts, no sign-in, no analytics, no tracking pixels, no advertising and no cookies. We do not know who you are, how many of you there are, or which tools you use.
The one thing this site stores is your choice of light or dark theme,
under a single key named cot-theme,
holding the word light or
dark and nothing else. It
stays in your browser, it is never sent anywhere, and clearing your site
data removes it. Until 2026-07-30 this page said there was no local
storage at all, and adding the theme toggle is what changed that.
What happens to what you paste
It stays in the tab. Every tool on this site is a piece of JavaScript that runs in your browser: the file you paste is parsed, analysed and rendered locally, and no part of it is transmitted anywhere. There is no API, no upload endpoint and no server-side processing, because this site has no server beyond one that hands over static files.
That is a structural property rather than a promise about our intentions. You can confirm it: open your browser's network tab, paste something into any tool, and run it. There is no request.
Cookies
There are none, which is why there is no cookie banner. Nothing is
written to document.cookie,
to sessionStorage or to IndexedDB.
localStorage holds one key, and only one: the theme preference described
above. Nothing you type into a tool is written to it, or to anywhere
else, and anything you paste is gone when you close the tab. That
distinction is checked rather than asserted: the build scans every
shipped file, including the HTML, and fails if any storage key other
than cot-theme appears.
Third parties
This site loads no third-party scripts, no external fonts, no embedded widgets and no analytics services. Fonts are served from this domain. The only third party involved anywhere is the payment provider on the support page, and only if you deliberately follow that link: it takes you to their own hosted page, so no payment code runs here and no request is made from this site. Their privacy policy governs what happens after you leave.
Server logs
This site is served as static files by a commercial hosting provider, and like essentially every web server theirs records standard access logs: the requesting IP address, the page requested, the time, and the user agent. We do not read these for analytics and we cannot connect them to anything you did inside a tool, because nothing you do inside a tool produces a request. They are retained under the host's own policy rather than ours.
This is the one item on the page we do not fully control, and it is listed rather than omitted because a privacy policy that quietly leaves out the hosting layer is not an honest one.
Your rights
Rights of access, correction, deletion and portability all exist under GDPR and similar laws, and here they are moot: we hold no personal data, so there is nothing to access, correct, delete or export. If you believe otherwise, write to us and we will tell you exactly what we have, which we expect will be nothing.
Children
This site is aimed at software and infrastructure engineers. It collects no data from anybody, of any age.
Changes
If this ever changes, the date at the top changes with it. Adding analytics would mean changing this page first, and it would be visible in the page source on the day it happened.
Contact
admin@cloudopstoolkit.com for anything on this page. The site is https://www.cloudopstoolkit.com.