1. Introduction
MagmaMinesTeam ("we," "us," or "our") operates the Beyoneer IDE platform. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use the Platform. By using Beyoneer IDE, you consent to the data practices described in this policy.
We are committed to respecting your privacy. This policy is designed to help you understand what data we process and why — in plain, understandable terms, while still being complete and legally sound.
2. Information We Collect
2.1 Account Information
When you create an account via Firebase Authentication, we collect:
- Your email address (if signing in with email/password or Google)
- Your display name and profile photo URL (if provided via Google OAuth)
- Your Firebase User ID (UID), a unique identifier for your account
- Account creation date and last login timestamp
2.2 Platform Activity Data
During your use of the Platform, we may collect:
- Hosted site metadata (site name, public URL, creation time, file count, size)
- Premium tier status and activation date
- Notification and presence data (online status, last active) for collaborative features
- Friend connections and Cloud Container membership information
- Marketplace submission metadata
2.3 Technical Data
Standard technical data collected automatically when you access the Platform:
- Browser type and version
- Device type and operating system
- IP address (used for security; not stored long-term)
- Referral URL
2.4 Data We Do NOT Collect
3. How We Use Your Information
| Purpose | Data Used | Legal Basis |
|---|---|---|
| Account management | Email, UID, display name | Contract performance |
| Premium activation | UID, email, payment confirmation | Contract performance |
| Hosting service | Site metadata, hosted content | Contract performance |
| Collaboration features | Presence, container membership | Legitimate interest |
| Security & fraud prevention | IP, UID, activity logs | Legitimate interest |
| Platform improvements | Aggregate usage statistics | Legitimate interest |
| Communications | Email (for critical notices only) | Legitimate interest |
We do not use your data for advertising, behavioral profiling, or sale to data brokers.
4. Firebase & Cloud Data
Beyoneer IDE uses Google Firebase as its backend infrastructure. Firebase stores the following data in its Realtime Database under the following paths:
hosted/— Public-facing hosted site metadatacontainers/— Cloud Container workspace datausers/{uid}/— User profile, premium status, gifted recordscodeshares/— Shared code snippets via linkrelnotifications/— User notification recordspresence/— Real-time online presence indicatorsactivity/— Audit activity logs (admin use)
Firebase Authentication, Realtime Database, and Storage are provided by Google LLC and are governed by Google's Privacy Policy and Firebase's terms. Firebase processes data in accordance with its own data protection commitments, including GDPR compliance where applicable.
5. Local Storage (IndexedDB)
Your code projects, file trees, editor state, and local settings are stored exclusively on your device using the browser's IndexedDB API, namespaced under the beyoneer_v5 prefix. This data:
- Never leaves your device unless you explicitly choose to sync, host, or share it
- Is not accessible to MagmaMinesTeam
- Persists until you clear your browser data or uninstall the PWA
- May be shared when you use Link Share or Cloud Containers (see Section 8)
We recommend making regular backups of important projects using the ZIP export feature.
6. Third-Party Services
Beyoneer IDE integrates with several third-party services. Each has its own privacy practices:
- Google Firebase — Authentication, database, and storage backend. Firebase Privacy
- StackBlitz WebContainers — In-browser Node.js runtime. Code executed in WebContainers remains in your browser tab.
- NPM Registry — Package installation requests are made to the public NPM registry, which may log request metadata.
- GitHub PAT — If you use the GitHub integration, requests are sent directly to the GitHub API(via our native client) using your credentials. MagmaMinesTeam does not store your GitHub token(PAT).
- Google Fonts / Cloudflare CDN — Font and library assets are loaded from external CDNs, which may log your IP.
7. AI Pipeline (BeyoAgent)
BeyoAgent processes your coding requests through a multi-model pipeline (G0–G4) using third-party AI APIs:
- Google Gemini (G0, G1, G4) — Requests sent to Google's Gemini API. Google AI Terms
- Anthropic Claude (G2) — Code generation via Anthropic API. Anthropic Privacy
- OpenAI GPT-4o (G3) — Code auditing via OpenAI API. OpenAI Privacy
When you use BeyoAgent, your code context and prompt are sent to these third-party providers. Each provider has their own data retention policies. We recommend not including sensitive credentials, personal information, or proprietary secrets in AI pipeline requests.
MagmaMinesTeam does not log, store, or review the content of individual BeyoAgent requests on our servers.
8. Hosted Sites & Public Content
When you host a site via host.html, the content of that site is stored in Firebase Storage and becomes publicly accessible via the assigned URL. By hosting a site, you acknowledge:
- The content is publicly viewable by anyone with the URL
- MagmaMinesTeam may access hosted content for moderation, security, and legal compliance purposes
- Free tier sites are automatically deleted after 24 hours
- We retain the right to remove hosted content that violates our Terms of Service
9. Data Sharing & Disclosure
MagmaMinesTeam does not sell, rent, or trade your personal data. We may share data only in the following limited circumstances:
- With service providers: Firebase (Google) as our backend infrastructure partner
- Legal requirements: If required by applicable law, regulation, or valid legal process
- Safety: To protect the rights, property, or safety of MagmaMinesTeam, our users, or the public
- Business transfers: In the event of a merger, acquisition, or sale of assets, users will be notified via the Discord server
10. Data Retention
We retain your data for as long as your account is active or as needed to provide services. Specifically:
- Account data: Retained until account deletion is requested
- Free tier hosted sites: Automatically deleted after 24 hours of creation
- Premium hosted sites: Retained indefinitely while Premium status is active
- Notification logs: Retained for up to 90 days
- Activity/audit logs: Retained for up to 1 year for security purposes
- Local IndexedDB data: Retained in your browser until you clear it manually
11. Data Security
We take reasonable technical and organizational measures to protect your data:
- Firebase Security Rules restrict database read/write access to authenticated users only
- All data in transit is encrypted via HTTPS/TLS
- Firebase Authentication handles password hashing and OAuth token management
- Admin-level database paths are restricted to the operator account only
No system is completely secure. We cannot guarantee absolute security of data transmitted over the internet. In the event of a data breach affecting user data, we will notify affected users via the Discord server as promptly as reasonably possible.
12. Children's Privacy
Beyoneer IDE is not directed at children under the age of 13. We do not knowingly collect personal information from children under 13. If we become aware that a child under 13 has provided personal information, we will delete that information promptly. If you believe a child has provided us with personal information, please contact us at help.magmamine@gmail.com.
13. Your Rights
Depending on your jurisdiction, you may have the following rights regarding your personal data:
- Right to Access: Request a copy of the personal data we hold about you
- Right to Rectification: Request correction of inaccurate data
- Right to Erasure: Request deletion of your account and associated data
- Right to Restriction: Request that we limit processing of your data
- Right to Data Portability: Request your data in a machine-readable format
- Right to Object: Object to processing based on legitimate interests
To exercise any of these rights, contact us at help.magmamine@gmail.com. We will respond within a reasonable timeframe. Please note that some rights may be limited by legal obligations or technical constraints.
14. Cookies & Local Storage
Beyoneer IDE does not use traditional tracking cookies. The Platform uses:
- Firebase Authentication tokens: Stored in localStorage by Firebase SDK for session management
- IndexedDB: Used to store project data locally (see Section 5)
- Browser localStorage: Used for UI preferences (theme settings, editor configuration)
Third-party CDNs (Google Fonts, Cloudflare) may set their own cookies. Refer to their respective privacy policies for details.
15. Changes to This Policy
We may update this Privacy Policy from time to time. Material changes will be announced via the official Discord server and the "Last updated" date at the top of this page will be revised.
Continued use of the Platform after changes constitutes your acceptance of the updated policy. If you do not agree to the changes, please discontinue use of the Platform and contact us to delete your account.
16. Contact Us
For privacy-related questions, data requests, or to report a privacy concern:
- Email: help.magmamine@gmail.com
- Admin: help.magmamine@gmail.com
- Discord: discord.gg/MVKGsBgmkm — DM @exeboii.
- Twitter / X: @MagmaMinesTeam