<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Sempli - Privacy Policy</title>

    <style>

        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding: 40px; max-width: 800px; margin: auto; color: #333; background-color: #f9f9f9; }

        .container { background: white; padding: 40px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }

        h1 { color: #2c3e50; border-bottom: 2px solid #eee; padding-bottom: 10px; }

        h2 { color: #34495e; margin-top: 30px; }

        strong { color: #000; }

        .effective-date { font-style: italic; color: #666; margin-bottom: 30px; }

        ul { padding-left: 20px; }

        li { margin-bottom: 10px; }

        .contact-box { background: #f0f7ff; padding: 15px; border-radius: 5px; border-left: 4px solid #007bff; margin-top: 30px; }

    </style>

</head>

<body>

    <div class="container">

        <h1>Privacy Policy for Sempli</h1>

        <p class="effective-date">Effective Date: March 5, 2026</p>


        <h2>1. Overview</h2>

        <p>We believe that your data belongs to you. This app is designed to be a "friction-less" scheduling tool. We do not require you to create an account, provide an email address, or share your name to use the core features of the app.</p>


        <h2>2. Information We Do NOT Collect</h2>

        <p>We do not collect, store, or transmit any of the following:</p>

        <ul>

            <li><strong>Personal Identity:</strong> Name, email, phone number, or physical address.</li>

            <li><strong>Sensitive Data:</strong> Precise location, health data, or contacts.</li>

            <li><strong>User Content:</strong> We do not see the names of your lobbies or the contents of your schedules.</li>

        </ul>


        <h2>3. How "Tokens" and Identifiers Work</h2>

        <p>To provide you with access to your scheduling lobbies without a traditional account, the app generates random, unique identifiers (Tokens). These tokens are stored locally on your device and transmitted to our backend to sync your lobby data.</p>

        <p>They are used solely to identify your "User" within a specific "Lobby."</p>

        <p><strong>Warning:</strong> Because we do not store your personal information (like an email), if you lose your token or delete the app, we cannot recover your access to those lobbies.</p>


        <h2>4. Third-Party Services (Advertising & Analytics)</h2>

        <p>To keep this app free to use, we display advertisements via Google AdMob.</p>

        <ul>

            <li><strong>Data Collected by Third Parties:</strong> AdMob may collect and use certain data, such as your Device ID, Advertising ID, and IP address, to show you relevant ads and perform basic analytics.</li>

            <li><strong>Opt-Out:</strong> You can manage your ad preferences or reset your advertising ID in your Android device settings.</li>

            <li><strong>Paid Version:</strong> If you choose to purchase the "Ad-Free" version, third-party ad tracking for the purpose of advertising is disabled.</li>

        </ul>


        <h2>5. Data Security</h2>

        <p>Even though we don't collect personal data, all communication between the app and the backend (to sync your scheduling tokens) is encrypted in transit using industry-standard SSL/TLS protocols.</p>


        <h2>6. Children’s Privacy</h2>

        <p>Our app does not knowingly collect personal information from children. Because we do not require a sign-up, we do not have a way to identify the age of our users.</p>


        <h2>7. Data Deletion and Retention</h2>

        <p>We provide users with full control over the data associated with their tokens:</p>

        <ul>

            <li><strong>In-App Deletion:</strong> Users can delete their data directly within the app by leaving a lobby or using the "Clear Data" function in the settings menu.</li>

            <li><strong>Web-Based Deletion Request:</strong> If you have uninstalled the app and wish to have your token-associated data deleted from our servers, please email <strong>dish.ware@outlook.com</strong>. Because we do not store names or emails, you must provide your unique Token ID for us to locate and remove your data.</li>

            <li><strong>Account Deletion:</strong> Since we do not use traditional accounts, deleting the app or using the in-app "Clear Data" tool effectively removes your association with our services.</li>

        </ul>


        <div class="contact-box">

            <h2>8. Contact Us</h2>

            <p>If you have any questions about this Privacy Policy or data deletion, you can reach out to: <strong>dish.ware@outlook.com</strong></p>

        </div>

    </div>

</body>

</html>