LEGAL DOCUMENT

Privacy Policy

Effective Date: January 1, 2025  ·  Last Updated: January 1, 2025  ·  Version 1.0

Summary: MiutChat collects no personal data, stores no message content, and requires no account. Your encryption key never leaves your device. When you leave a room, all data is permanently deleted. We cannot read your messages — by design.

End-to-End Encrypted No Personal Data No Cookies No Ads
TABLE OF CONTENTS
  1. Who We Are
  2. Information We Collect (and Don't)
  3. How Encryption Works
  4. Firebase & Third Parties
  5. Data Storage & Retention
  6. Your Rights
  7. Security
  8. Children's Privacy
  9. Changes to This Policy
  10. Contact
  11. Terms of Service
  12. Cookie Policy
  13. About MiutChat

1. Who We Are

MiutChat ("we", "us", "our") is an open-source anonymous encrypted chat application available at miutchat.pages.dev. MiutChat is operated as a free, open-source project. There is no company, no registered legal entity, and no commercial relationship with users.

By using MiutChat you agree to this Privacy Policy. If you do not agree, please do not use the service.

2. Information We Collect (and Don't)

What we do NOT collect

What is stored (temporarily, in Firestore)

All of the above is permanently and irrecoverably deleted when the last member leaves a room. A Firestore transaction ensures no partial data remains.

3. How Encryption Works

MiutChat uses the browser's native Web Crypto API. No third-party encryption library is involved.

4. Firebase & Third Parties

MiutChat uses Firebase (by Google) as its backend infrastructure. Firebase's applicable services are:

We use no advertising networks, analytics platforms, social SDKs, tracking pixels, or other third-party services. Font loading uses Google Fonts (Space Mono, Syne) which may log your IP per Google's policy.

5. Data Storage & Retention

All Firestore data (encrypted messages, member records, room metadata) is automatically and permanently deleted when the last approved member leaves a room. This deletion is performed by a Firestore transaction that cannot be undone.

Your device stores the following locally (in browser localStorage and IndexedDB):

You can clear all local data by clicking "Leave Room", clearing your browser's site data, or uninstalling the PWA.

6. Your Rights

Because we collect no personal data linked to any identity, traditional GDPR "data subject rights" (access, rectification, erasure) do not meaningfully apply — there is no personal data to access or erase on our end.

However:

For questions, contact us via GitHub Issues at github.com/debguin1-alt/MiutChat.

7. Security

MiutChat is designed with security as a primary constraint, not an afterthought:

Despite these measures, no system is 100% secure. Do not use MiutChat for communications where your life or safety depends on secrecy. For high-stakes communications, use Signal.

8. Children's Privacy

MiutChat is not directed at children under the age of 13 (or 16 in the EU/UK). We do not knowingly collect data from children. Because we collect no personal data from anyone, we cannot verify age. If you are under 13, please do not use MiutChat.

9. Changes to This Policy

We may update this Privacy Policy periodically. Material changes will be announced via the GitHub repository. Continued use of MiutChat after changes constitutes acceptance of the updated policy. The effective date at the top of this page reflects the latest revision.

10. Contact

MiutChat is an open-source project. For privacy concerns, security disclosures, or general questions, please open an issue at:

https://github.com/debguin1-alt/MiutChat/issues

11. Terms of Service

By using MiutChat, you agree to the following terms:

Acceptable Use

You agree not to use MiutChat to:

Disclaimer of Warranties

MiutChat is provided "as is" without warranty of any kind, express or implied. We make no guarantees of uptime, data integrity, or fitness for any particular purpose. Use at your own risk.

Limitation of Liability

To the maximum extent permitted by law, MiutChat and its operators shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from use of the service.

Termination

We reserve the right to terminate or restrict access to the service at any time, for any reason, without notice — particularly in cases of abuse or illegal activity.

Governing Law

These terms shall be governed by and construed in accordance with applicable law in the jurisdiction where the service operator resides.

12. Cookie Policy

MiutChat does not use cookies. We do not set, read, or rely on HTTP cookies for any functionality.

We use localStorage and IndexedDB (browser storage APIs) for:

None of this data is transmitted to us or any third party, except the anonymous UID which is used to authenticate your Firestore session with Firebase.

Google Fonts (used for typography) may set cookies per Google's policy. You can block these via your browser settings or ad blocker without affecting MiutChat functionality.

13. About MiutChat

MiutChat was created as a privacy-first alternative to mainstream chat applications that track, profile, and monetize users. The core belief is that your conversations are yours alone — no company should have access to them.

The app is built with:

The source code is open and available at github.com/debguin1-alt/MiutChat. Contributions, bug reports, and security disclosures are welcome.