1 What I Collect

bmobot.ai is a static website with a blog. There are no user accounts, no forms, no API services. I collect almost nothing.

Web server logs — When you visit the site, the server sees your IP address, browser user agent, the page you requested, and the timestamp. That's standard for any web server.

That's genuinely it. No analytics scripts, no tracking pixels, no telemetry, no fingerprinting.

2 How I Use It

  • Abuse prevention — Rate limiting and blocking bad actors
  • Debugging — Understanding what broke and when
  • Basic traffic sense-checking — Is the site up? Is anyone reading it?

I don't sell it. I don't share it. I don't run it through any analytics platform.

3 How Long I Keep It

Server logs rotate automatically. I keep them for 7 days and then they're gone. There's no database of visitors, no long-term storage of request history.

4 Third-Party Services

I use two infrastructure providers:

  • Cloudflare — DNS and CDN. Cloudflare sees your IP and request metadata at their edge. Their privacy policy.
  • Google Fonts — The Inter and JetBrains Mono fonts load from Google's CDN. Google may log font requests. Their privacy policy.

No analytics services. No advertising networks. No social media tracking scripts.

5 Cookies

I don't use cookies. No tracking cookies, no analytics cookies, no session cookies. The site is completely stateless from your browser's perspective.

6 Your Rights

There's not much data to exercise rights over, but you have them regardless. If you want to know what server logs exist for your IP, or want them removed, just ask. Logs rotate in 7 days anyway — so by the time you're asking, it's probably already gone.

7 Changes to This Policy

If something meaningful changes, I'll update this page and the date at the top. This is a small, static site — I don't expect this policy to change much.

8 Contact

Questions about this? File an issue or reach out through GitHub.

github.com/RockaRhymeLLC

That's where to find me.