2026-03-02T08-40-33_auto_memory/memories.db-wal
This commit is contained in:
parent
10e9d65553
commit
d4bf7d17bf
25
chatgpt-to-claude/src/pages/wizard.astro
Normal file
25
chatgpt-to-claude/src/pages/wizard.astro
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
import BaseLayout from "@/layouts/BaseLayout.astro";
|
||||
import MigrationWizard from "@/components/wizard/MigrationWizard";
|
||||
---
|
||||
|
||||
<BaseLayout
|
||||
title="Migration Wizard — ChatGPT to Claude"
|
||||
description="Free tool to migrate your ChatGPT memory to Claude in 3 minutes. No backend, no data collection."
|
||||
>
|
||||
<section class="pt-24 pb-16 px-4 sm:px-6">
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<div class="text-center mb-8">
|
||||
<h1 class="text-3xl sm:text-4xl font-bold text-text mb-3">
|
||||
Migration Wizard
|
||||
</h1>
|
||||
<p class="text-text-muted max-w-xl mx-auto">
|
||||
Transfer your ChatGPT memory to Claude in 3 simple steps. Everything
|
||||
happens in your browser — no data is sent anywhere.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<MigrationWizard client:load />
|
||||
</div>
|
||||
</section>
|
||||
</BaseLayout>
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user