diff --git a/chatgpt-to-claude/src/pages/wizard.astro b/chatgpt-to-claude/src/pages/wizard.astro new file mode 100644 index 000000000..b684a14ad --- /dev/null +++ b/chatgpt-to-claude/src/pages/wizard.astro @@ -0,0 +1,25 @@ +--- +import BaseLayout from "@/layouts/BaseLayout.astro"; +import MigrationWizard from "@/components/wizard/MigrationWizard"; +--- + + +
+
+
+

+ Migration Wizard +

+

+ Transfer your ChatGPT memory to Claude in 3 simple steps. Everything + happens in your browser — no data is sent anywhere. +

+
+ + +
+
+
diff --git a/memory/memories.db-wal b/memory/memories.db-wal index ce49fff07..1e35f9173 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ