diff --git a/src/routes/privacy-policy/gaze.tsx b/src/routes/privacy-policy/gaze.tsx new file mode 100644 index 0000000..e7cc9f9 --- /dev/null +++ b/src/routes/privacy-policy/gaze.tsx @@ -0,0 +1,110 @@ +import { A } from "@solidjs/router"; +import { PageHead } from "~/components/PageHead"; + +export default function PrivacyPolicy() { + return ( + <> + +
+
Gaze's Privacy Policy
+
Last Updated: February 9, 2026
+
+ Welcome to Gaze ('We', 'Us', 'Our'). + Your privacy is important to us. This privacy policy will help you + understand our policies and procedures related to the collection, use, + and storage of personal information from our users. +
+
    +
    +
    + 1. Personal Information +
    +
    +
    +
    (a) Collection of Personal Data:
    Gaze + is designed with privacy as a core principle. We currently do + not collect, store, or share any personal information from our + users. The app runs entirely on your device and does not require + any account creation or data transmission to external servers. +
    +
    +
    (b) Future Data Collection:
    We may in + the future implement optional features such as analytics or + crash reporting. If we do, we will clearly inform users through + a privacy policy update and obtain explicit consent before + collecting any data. +
    +
    +
    (c) Data Removal:
    Since we do not + collect any personal information, there is no data to remove. If + you have any concerns about our practices, please contact{" "} + + here + + . +
    +
    +
    + +
    +
    + 2. Third-Party Access +
    +
    +
    (a) No Third-Party Sharing:
    We do not + share, sell, or transfer any personal information to third + parties. Currently, Gaze does not utilize any third-party services + that would collect user data. Any future third-party services we + may use will be transparently disclosed in our privacy policy. +
    +
    + +
    +
    + 3. Security +
    +
    +
    (a) Data Protection:
    Because Gaze does + not collect or store any personal information, there is minimal + data security risk. The app runs locally on your device using + standard macOS security practices. Any configuration data stored + locally on your device is encrypted using system-provided + mechanisms. +
    +
    + +
    +
    + 4. Changes to the Privacy Policy +
    +
    +
    (a) Updates:
    We may update this privacy + policy periodically, especially if we introduce new features that + involve data collection. Any changes to this privacy policy will + be posted on this page. We encourage users to review this policy + regularly to stay informed about how we protect their information. +
    +
    + +
    +
    + 5. Contact Us +
    +
    +
    (a) Reaching Out:
    If there are any + questions or comments regarding this privacy policy, you can + contact us{" "} + + here + + . +
    +
    +
+
+ + ); +}