diff --git a/chatgpt-to-claude/src/pages/index.astro b/chatgpt-to-claude/src/pages/index.astro new file mode 100644 index 000000000..72302265e --- /dev/null +++ b/chatgpt-to-claude/src/pages/index.astro @@ -0,0 +1,160 @@ +--- +import BaseLayout from "@/layouts/BaseLayout.astro"; +import Hero from "@/components/Hero"; +import MigrationWizard from "@/components/wizard/MigrationWizard"; +import SignetCallout from "@/components/SignetCallout.astro"; +import { SITE_TITLE, SITE_DESCRIPTION } from "@/consts"; +--- + + + + + +
+
+

+ How It Works +

+
+
+
+ 1 +
+

+ Extract from ChatGPT +

+

+ Copy our prompt into ChatGPT. It generates a summary of everything + it knows about you. +

+
+ +
+
+ 2 +
+

+ Review & Clean Up +

+

+ Paste the response here. Edit out anything you don't want Claude to + know. Trim the boilerplate. +

+
+ +
+
+ 3 +
+

+ Import into Claude +

+

+ One click opens Claude's memory import. Paste your profile and + you're done. +

+
+
+
+
+ + +
+
+ +
+
+ + +
+
+
+
+
+ + + + +
+

3-Minute Setup

+

+ Copy, paste, done. No complex export processes. +

+
+ +
+
+ + + + +
+

+ 100% Client-Side +

+

+ No data leaves your browser. No server, no tracking. +

+
+ +
+
+ + + +
+

+ Free Forever +

+

+ No account, no paywall, no upsell. Just a useful tool. +

+
+
+
+
+ + +
diff --git a/memory/memories.db-wal b/memory/memories.db-wal index df39c408b..19c1ba72a 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ