diff options
| author | Dhravya <[email protected]> | 2024-07-04 20:30:33 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-07-04 20:30:33 -0500 |
| commit | e24c59a05d2fd9e2eb3f453802e86ba87cd84256 (patch) | |
| tree | 3b7650179565197a550c3916fddd44518166d989 /apps/web/app/(auth) | |
| parent | added context menu saving (diff) | |
| download | supermemory-e24c59a05d2fd9e2eb3f453802e86ba87cd84256.tar.xz supermemory-e24c59a05d2fd9e2eb3f453802e86ba87cd84256.zip | |
added privacy policy and TOS
Diffstat (limited to 'apps/web/app/(auth)')
| -rw-r--r-- | apps/web/app/(auth)/privacy/page.tsx | 72 | ||||
| -rw-r--r-- | apps/web/app/(auth)/signin/page.tsx | 2 | ||||
| -rw-r--r-- | apps/web/app/(auth)/tos/page.tsx | 57 |
3 files changed, 130 insertions, 1 deletions
diff --git a/apps/web/app/(auth)/privacy/page.tsx b/apps/web/app/(auth)/privacy/page.tsx new file mode 100644 index 00000000..2712dbb2 --- /dev/null +++ b/apps/web/app/(auth)/privacy/page.tsx @@ -0,0 +1,72 @@ +import React from "react"; +import Markdown from "react-markdown"; + +function Page() { + return ( + <div className="flex flex-col items-center justify-center mt-8"> + <div className="max-w-3xl prose prose-invert"> + <Markdown> + {` + Privacy Policy for Supermemory.ai +# Introduction +This Privacy Policy provides detailed information on the handling, storage, and protection of your personal information by Supermemory.ai - A web app and a browser extension developed and owned by Dhravya Shah and Supermemory team in 2024. The extension is designed to enhance your browsing experience by providing contextual information based on the content of the web pages you visit. This policy outlines the types of data collected by Supermemory.ai, how it is used, and the measures we take to protect your privacy. + + +Information Collection +Supermemory.ai collects the following types of information: + +### In the web app +- **Personal Information**: +When you interact with Supermemory.ai, we may collect personal information including but not limited to your email address, session data, name, and profile picture. This information is collected to improve your user experience and to provide personalized services. + +- **Usage Data**: +Supermemory.ai stores data related to your usage of the web app, including but not limited to the pages you visit, the features you use, and the time spent on the app. This data is used to improve the functionality of the app and to provide you with a better user experience. + +- **Saved content**: +When you use the save feature, Supermemory.ai stores the content you save. This information is used to provide you with quick access to your saved content. This information is also stored in a vector database so that you can easily search for your saved content. + +- **Chat and Query Data**: +When you use the chat feature or submit queries through the web app, we collect the data you provide. This information is used to provide a rich user experience with history of your past conversations. + +### In the extension +- **Web Browsing Data**: +The extension has the capability to see all websites that users visit. However, Supermemory.ai only stores data when the user actively clicks on the extension button while browsing. The browser history is not recorded, ensuring that your browsing activities remain private. + +- **Current page data**: Upon activation (click) by the user, Supermemory.ai stores data from the current HTML page. This data is used to provide relevant contextual information based on the content of the page you are viewing. + +## Data Storage and Security +All collected data is securely stored in a SQLite database hosted on [Cloudflare D1](https://developers.cloudflare.com/d1/), [Cloudflare vectorize](https://developers.cloudflare.com/vectorize/), and [Cloudflare KV](https://developers.cloudflare.com/kv). +We employ industry-standard security measures to protect your information from unauthorized access, alteration, disclosure, or destruction. Despite our efforts, no method of transmission over the Internet or method of electronic storage is 100% secure. Therefore, while we strive to use commercially acceptable means to protect your personal information, we cannot guarantee its absolute security. + +When you chat with the app, your queries may be sent to OpenAI GPT-4 API, Google Gemini API or other third-party services to provide you with relevant information. These services may store your queries and responses for training purposes. + +## Use of Information +Supermemory.ai uses the collected information for the following purposes: + +To provide and improve the functionality of the web app and the extension. +To offer personalized user experiences. +To communicate with users regarding updates, support, and promotional offers, if consented. +To ensure the security of our services and to detect, prevent, or address technical issues. +Sharing of Information +Supermemory.ai does not sell, trade, or rent users' personal identification information to others. We may share generic aggregated demographic information not linked to any personal identification information regarding visitors and users with our business partners, trusted affiliates, and advertisers for the purposes outlined above. + +# Your Privacy Rights +You have the right to access, update, or delete your personal information that we hold. If you wish to exercise these rights, please contact us at the details provided below. + +## Changes to This Privacy Policy +Supermemory.ai reserves the right to update this privacy policy at any time. When we do, we will post a notification on our website and update the date at the top of this page. We encourage users to frequently check this page for any changes to stay informed about how we are protecting the personal information we collect. Your continued use of the service after the posting of changes to this policy will be deemed your acceptance of those changes. + +# Contact Us +If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at: + +Email: [email protected] +This document was last updated on July 4, 2024. + +`} + </Markdown> + </div> + </div> + ); +} + +export default Page; diff --git a/apps/web/app/(auth)/signin/page.tsx b/apps/web/app/(auth)/signin/page.tsx index ba4b835a..60af826a 100644 --- a/apps/web/app/(auth)/signin/page.tsx +++ b/apps/web/app/(auth)/signin/page.tsx @@ -95,7 +95,7 @@ async function Signin({ <div className="relative hidden w-0 lg:flex lg:w-1/2 flex-col items-center justify-center min-h-screen bg-page-gradient overflow-hidden"> <img className="absolute inset-x-0 -top-20 opacity-15 " - src={"/images/landing-hero-left.webp"} + src={"/images/landing-hero.jpeg"} width={1000} height={1000} alt="back bg" diff --git a/apps/web/app/(auth)/tos/page.tsx b/apps/web/app/(auth)/tos/page.tsx new file mode 100644 index 00000000..4f74dbfb --- /dev/null +++ b/apps/web/app/(auth)/tos/page.tsx @@ -0,0 +1,57 @@ +import React from "react"; +import Markdown from "react-markdown"; + +function Page() { + return ( + <div className="flex flex-col items-center justify-center mt-8"> + <div className="max-w-3xl prose prose-invert"> + <Markdown> + {` + Terms of Service for Supermemory.ai + +**Effective Date:** July 4, 2024 + +Welcome to Supermemory! By using our app, you agree to the following terms and conditions. Please read them carefully. + +### 1. Acceptance of Terms +By accessing or using the Supermemory app, you agree to be bound by these Terms of Service and our Privacy Policy. If you do not agree with any part of these terms, you must not use the app. + +### 2. Description of Service +Supermemory allows users to save information from various sources on the internet, organize it, and interact with it using AI. The service includes features such as: +- **Knowledge Canvas:** Arrange your saved information in a 2D canvas. +- **Writing Assistant:** Use our markdown editor to create content with AI assistance. +- **Data Collection:** Collect data from any website and bring it into your second brain. +- **Powerful Search:** Quickly find any saved information. + +### 3. User Responsibilities +- **Account Security:** You are responsible for maintaining the confidentiality of your account and password. +- **Content:** You must ensure that any content you save or upload does not violate any laws or third-party rights. +- **Usage:** You agree not to misuse the app, including but not limited to, attempting to gain unauthorized access to the service or its related systems. + +### 4. Intellectual Property +All content, trademarks, and data on the Supermemory app are the property of Supermemory or its licensors. You may not use any of this content without permission. + +### 5. Privacy +Your use of the app is also governed by our Privacy Policy, which explains how we collect, use, and protect your information. + +### 6. Termination +We reserve the right to suspend or terminate your access to the app at our discretion, without notice, for conduct that we believe violates these Terms of Service or is harmful to other users. + +### 7. Limitation of Liability +Supermemory is provided "as is" without any warranties of any kind. We do not guarantee that the service will be uninterrupted or error-free. To the fullest extent permitted by law, Supermemory will not be liable for any damages arising from the use of the app. + +### 8. Changes to Terms +We may update these Terms of Service from time to time. We will notify you of any changes by posting the new terms on our app. Your continued use of the app after such changes constitutes your acceptance of the new terms. + +### 9. Contact Information +If you have any questions about these Terms of Service, please contact us at [email protected]. + +**By using Supermemory, you acknowledge that you have read, understood, and agree to be bound by these Terms of Service.** +`} + </Markdown> + </div> + </div> + ); +} + +export default Page; |