bokamba.com

$ cat privacy.txt

Your logs never leave this browser.

Last updated: July 2026. Plain language, no legalese.

What runs where

Everything LogForge does — reading the lines you paste, detecting fields, generating regex, Grok, Wazuh, and rsyslog output — happens as JavaScript inside your own browser. There is no parsing server. When you paste a log line, no request carrying that line is sent anywhere.

You don't have to take our word for it: open your browser's developer tools, switch to the Network tab, and use the tool. You will see zero requests containing your log content. The only traffic is the page itself, its fonts and scripts, and a single tiny analytics ping described below.

What we don't store

Nothing. There are no accounts and no cookies. We do not write your logs, field names, or generated parsers to localStorage, sessionStorage, or anywhere else — when you close the tab, everything you pasted is gone.

What we do collect

Basic page analytics via a self-hosted, cookieless Umami instance running on our own hardware: which page was viewed, the referrer, and a coarse browser/device class. That's it. Analytics never sees log content, field names, or generated output, and no data is shared with or sold to anyone — there are no third-party trackers and no ads.

Hosting and fonts

The site is served from our own machine, fronted by Cloudflare's network. Like any web server, ours keeps ordinary access logs (requested URL, timestamp, IP address) for a short time to keep the service running and debug problems — these are standard page requests and can never contain anything you paste into the tool. Fonts are self-hosted and served from the same place as the page, so no font provider sees your visit either.

The future paid tier

If we ship an optional AI-assist feature later, it will be strictly opt-in per request: data is only sent when you explicitly press the button that says so, and the free tool will keep working fully offline-in-the-browser either way.

The Pro "Ask AI" feature

Pro adds an optional "Ask AI to map fields" button. It is the only part of LogForge that sends log content anywhere, and only when you explicitly press it: at that moment the lines you submitted and the current field names/types are sent to our own server and on to Anthropic to suggest better names and types. Everything else — detection, generation, copying, bulk ZIP, shareable links — still runs entirely in your browser. Validating a license key sends only the key itself to Lemon Squeezy; it carries none of your log data. See the pricing page for what Pro includes.

Questions

Email [email protected] — happy to explain anything here in more detail.