Privacy-First by Design

We care deeply about your privacy and have built our platform from the ground up with privacy-first principles. Designed around GDPR, CCPA, and PECR.

Start Free Trial

This page is a human-readable summary of how we handle privacy. For the full legal version, see our Privacy Policy.

Our Privacy Commitments

What we promise

Zero Third-Party Tracking

No Google Analytics, Facebook pixels, or other trackers anywhere on our platform.

Essential Cookies Only

Used only for sign-in sessions and security on forms that change data. No advertising or analytics cookies.

IP Address Protection

IP addresses are hashed with SHA-256 before storage. We never store raw IPs in our application database.

Automated Data Deletion

Your data is scheduled for removal 60–90 days after account closure under our retention policy. No data hoarding.

No Data Selling

We never sell or share your data with advertisers. Your data is not our product.

EU Data Location

Operated from Serbia πŸ‡·πŸ‡Έ; primary platform data is hosted in Germany. First-party email delivery runs on Stalwart in Germany; mail-api.brka.io (currently hosted in the United Kingdom, moving to Germany by 28 September 2026) persistently processes email addresses for deliverability checks. Monitoring checks can run in selected regions worldwide.

IP Address Protection

How we protect your IP address

We do not store raw IP addresses in our application database or logs.

Your address is reduced before anything is written down, and how it is reduced depends on what the record is for:

  • Most records are truncated. For page views, tool checks, and error logs we keep only the network part and discard the rest — 203.0.113.45 becomes 203.0.113.0. That is enough to tell one network from another; it is not enough to point at one machine. It is the same reduction mainstream analytics products apply.
  • Security records use a keyed token. For audit trails and abuse prevention we need to recognise that two events came from the same source. We compute an HMAC-SHA256 token under a secret key that is not stored alongside it, so the token is meaningless to anyone who obtains only the database.
  • Rate limiting never writes anything down. Blocking a flood happens in memory, in the moment, and nothing about it is persisted.
Technical Implementation

When you access our service:

  1. Your IP address is received by our server and used to answer your request
  2. Before any record is written, the address is either truncated to its network prefix or replaced with a keyed HMAC-SHA256 token
  3. Only that reduced value reaches our database — for example 203.0.113.0 or 7f3a9c…
  4. Raw IP addresses are not stored in our application database or logs

The code that does this is open source and independently auditable: hsp-ip-anonymizer. We wrote it, we publish it, and we use it ourselves.

Our Data Deletion Policy

Your data doesn’t linger forever

When you close your account, it’s immediately flagged as closed, and your data is scheduled for removal from active systems under the retention policy below.

60-Day User Data Retention

Account data (status pages, monitors, incidents, settings) is scheduled for removal from active systems within 60 days of account closure.

90-Day Audit Log Cleanup

Security audit logs containing hashed IP addresses are automatically deleted 90 days after account closure.

What's covered by this policy?
  • Status pages and all related data
  • Monitors and monitoring history
  • Incidents and maintenance events
  • Custom domain configurations
  • Notification settings
  • All hashed IP logs from security monitoring
  • Session data and authentication tokens
  • Your user account record
What we retain?

We retain billing and tax records where required, including transaction or subscription IDs, amounts, dates, billing contact details, and tax information you provide. We do not receive or store payment card data.

Cookies

Only essential cookies

Our first-party cookie is named user_app_session. We create it only when it is needed for an authenticated session or a CSRF-protected form. It is:

  • Set when you sign in or load a form that needs CSRF protection, such as registration, contact, waitlist, public checker, or OSS-application forms
  • Cleared when you log out
  • Used solely for session state and request-forgery protection
  • Not used for tracking or analytics
Third-party cookies (opt-in only):
  • Sapat.chat cookies — Essential cookies used by our first-party operated support software

Zero Tracking

We don’t track you across the web

We avoid cross-site tracking and identification technologies.

No Google Analytics

No Facebook Pixel

No Ad Networks

Privacy-friendly fonts

We host fonts on our own servers — no connection to Google Fonts or other third-party font services.

Cross-site tracking

We avoid technologies that follow you across different sites and do not build cross-site profiles based on your browsing.

Cohort-based tracking

We disable cohort-based tracking features such as Google FLoC via the Permissions-Policy header.

Privacy-Friendly Analytics

Plausible Community Edition — GDPR, CCPA & PECR Compliant

We use Plausible Community Edition (self-hosted) — a lightweight, open-source, privacy-first alternative to Google Analytics. We self-host it on our own infrastructure. Learn more at plausible.io/self-hosted-web-analytics or on GitHub.

Why Plausible?
  • Cookie-free (no consent banner needed)
  • GDPR, CCPA, PECR compliant
  • Primary platform data hosted in Germany πŸ‡©πŸ‡ͺ
  • Open source and transparent
  • Lightweight (<1KB script)
What it tracks:
  • Page views (no personal data)
  • Referrer sources
  • Device type (browser, OS)
  • Geographic location (country only)
Public Analytics Dashboard

We believe in transparency. We self-host this dashboard; view our public analytics at:

View Public Stats

You can include your web analytics in your status pages: but it must be privacy-friendly!

Data Minimization

We only collect what we absolutely need

Following GDPR’s principle of data minimization, we collect the bare minimum:

What we collect:
  • Email address — For account access and essential communications
  • Name — Can be your real name, alias, nickname, or anything you prefer
  • Status page content — The data you choose to publish (incidents, maintenance, etc.)
What we DON’T collect:
  • Home address
  • Phone number
  • Age, gender, race, religion
  • Biometric data
  • Social media profiles
  • Browsing history
  • Device fingerprints

Data Portability (GDPR Right)

Download your workspace data anytime

You can download a portable copy of workspace configuration and service data from account settings.

Your export includes:
  • All status pages and their configurations
  • Monitors and the most recent 90 days of monitoring results
  • Incidents and incident updates
  • Maintenance events and schedules
  • Custom domain configurations

Credentials, authentication and security records, billing records, and payment-provider data are not included. Data is exported as a ZIP archive containing structured JSON/JSONL files. See how to export your data here.

Payment Security

We never see your payment details

Your credit card information never touches our servers.

All payments are handled by our payment processor, DodoPayments, which acts as the Merchant of Record. Your card data:

  • Goes directly to the payment processor
  • Is encrypted in transit using TLS
  • Never passes through our infrastructure
  • Is never stored on our servers

We retain billing and tax records where required, including transaction or subscription IDs, amounts, dates, billing contact details, and tax information you provide. Payment card data never reaches our servers.

Encryption & Security

Strong encryption for your data

We use TLS for public traffic. Selected sensitive application secrets are encrypted with AES-256-GCM, while passwords are hashed with Argon2id. This is not a claim that every database field or the full storage volume is encrypted at the application layer.

In Transit

Public service traffic to and from our servers is encrypted using TLS (Transport Layer Security).

At Rest

Dashboard OIDC client secrets, OAuth access and refresh tokens, and Microsoft Graph integration secrets are encrypted with AES-256-GCM. Other application data is not covered by a blanket application-level encryption claim.

Password Security

Your password is hashed using Argon2id (a one-way password-hashing algorithm). We cannot recover your password — if you forget it, you’ll need to reset it.

Access Controls

Access to your data is restricted to authorized personnel only and logged for security auditing.

Additional Details

No Advertising

We don’t use advertising or ad-revenue services. Any links to partner services are simple hyperlinks with no tracking.

Social Media

Social media sharing buttons on our blog are hard-coded links — no 3rd-party scripts or tracking pixels.

Live Chat

We operate Sapat.chat as first-party support software on the same owner-operated infrastructure as StatusPage.me. Its dashboard widget receives account context needed for support and uses essential cookies for functionality. Learn more in Sapat.chat’s Privacy Policy.

Data Location

We operate from Serbia πŸ‡·πŸ‡Έ. Primary platform data and local backups are stored on our main server in Germany πŸ‡©πŸ‡ͺ. First-party email infrastructure runs on Contabo in Germany: StatusPage.me-operated Stalwart (mail.statuspage.me) processes email delivery, and mail-api.brka.io persistently stores complete account or invite email addresses for deliverability and disposable-address checks β€” mail-api.brka.io is currently hosted on Contabo in Portsmouth, United Kingdom, and is expected to move to Germany by 28 September 2026. Brevo is used for additional delivery where applicable. Monitoring checks can execute in selected regions worldwide; monitoring nodes process the target and check configuration needed to run the check and return results centrally.

Questions or data requests

If you have questions about privacy or want to exercise your data rights (such as access or deletion), contact us at hey@statuspage.me.

Who operates StatusPage.me

StatusPage.me is operated by Nikola StojkoviΔ‡ PR Borča, a small team based in Serbia. Primary platform servers are hosted in Germany; email and distributed monitoring also use the locations described above.

Europe-focused alternative

If you want a concise overview tailored to Europe-based teams, see our European Status Page Alternative page.

Legal documents

For complete details about data processing, your rights, and legal information, please read our full Privacy Policy. For details on how the service is used, please refer to our Terms of Service.

Questions about our privacy practices?

We’re happy to answer any questions you have about how we protect your data.

Contact Us