Cookies
The short version: beemuu.com does not set any tracking, advertising, or analytics cookies. The only browser storage the site uses is a single localStorage entry on the admin panel page, and only when you sign in as a maintainer.
1. What a cookie is
A cookie is a small text file a website asks your browser to store, and to send back on subsequent visits. The European ePrivacy Directive requires websites to tell you which cookies they set and why. This page is that notice, for beemuu.com.
2. What beemuu.com sets
beemuu.com does not set any HTTP cookies on the public landing page. The marketing, features, download, and live-dashboard sections of the site are entirely cookie-free.
The admin panel is the only place on the
site that uses browser storage. When a maintainer signs in, the
panel stores one value in the browser's
localStorage (not a cookie) under the key
beemuu_admin_token. The value is the bearer token
issued by POST /api/auth/login. It is sent back to
the server in the Authorization header on each
subsequent admin API request. It expires 8 hours after issue.
- Type: localStorage key (not a cookie).
- Name:
beemuu_admin_token. - Purpose: session continuity for signed-in admin users.
- Expiry: 8 hours, or cleared on
POST /api/auth/logout.
Removing the entry is the same as signing out — close the panel and the entry will not be re-created.
3. What beemuu.com does not set
- No advertising cookies (Google Ads, Meta Pixel, etc.).
- No analytics cookies (Google Analytics, Plausible, Fathom, etc.).
- No session cookies on the public site.
- No third-party embeds that would set their own cookies (no YouTube, no Disqus, no analytics widgets).
4. Server-side logged data
This page is about cookies specifically. For details on what server-side data the site records (request logs, contact-form submissions), see our Privacy Policy.
5. Controlling cookies in your browser
You can configure your browser to refuse all cookies, or to delete cookies on close. Because the public site sets no cookies, your experience of beemuu.com will be unaffected; only an admin-panel sign-in would be impacted, and only in that you would need to sign in again on each visit.