2026-03-02T08-43-46_auto_memory/memories.db-wal, memory/memories.db-wal, me
This commit is contained in:
parent
4355d1410d
commit
c67ad6c10a
65
chatgpt-to-claude/src/pages/privacy.astro
Normal file
65
chatgpt-to-claude/src/pages/privacy.astro
Normal file
@ -0,0 +1,65 @@
|
||||
---
|
||||
import BaseLayout from "@/layouts/BaseLayout.astro";
|
||||
---
|
||||
|
||||
<BaseLayout
|
||||
title="Privacy Policy — ChatGPT to Claude"
|
||||
description="Privacy policy for chatgpt-to-claude.com"
|
||||
robots="noindex, follow"
|
||||
>
|
||||
<article class="pt-24 pb-16 px-4 sm:px-6">
|
||||
<div class="max-w-3xl mx-auto prose prose-lg">
|
||||
<h1>Privacy Policy</h1>
|
||||
<p><em>Last updated: March 2, 2026</em></p>
|
||||
|
||||
<h2>What We Collect</h2>
|
||||
<p>
|
||||
<strong>Nothing.</strong> The migration wizard runs entirely in your
|
||||
browser. No data is sent to any server. We don't use cookies, analytics,
|
||||
or tracking scripts.
|
||||
</p>
|
||||
|
||||
<h2>Local Storage</h2>
|
||||
<p>
|
||||
The migration wizard saves your progress to your browser's localStorage
|
||||
so you can pick up where you left off. This data never leaves your
|
||||
device. You can clear it at any time through your browser settings or by
|
||||
clicking "Start Over" in the wizard.
|
||||
</p>
|
||||
|
||||
<h2>External Links</h2>
|
||||
<p>
|
||||
This site links to third-party services including Claude (Anthropic),
|
||||
ChatGPT (OpenAI), Signet AI, and GitHub. These services have their own
|
||||
privacy policies. We are not responsible for their practices.
|
||||
</p>
|
||||
|
||||
<h2>Hosting</h2>
|
||||
<p>
|
||||
This site is hosted on Cloudflare Pages. Cloudflare may collect standard
|
||||
web server logs (IP addresses, browser type, etc.) as part of their
|
||||
infrastructure. See{" "}
|
||||
<a
|
||||
href="https://www.cloudflare.com/privacypolicy/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Cloudflare's Privacy Policy
|
||||
</a>{" "}
|
||||
for details.
|
||||
</p>
|
||||
|
||||
<h2>Contact</h2>
|
||||
<p>
|
||||
Questions about this policy? Reach out via{" "}
|
||||
<a
|
||||
href="https://signetai.sh"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Signet AI
|
||||
</a>.
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</BaseLayout>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user