From 34d1c42fc4f21a76eea717edc44012779dd40668 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Mon, 2 Mar 2026 01:40:22 -0700 Subject: [PATCH] 2026-03-02T08-40-22_auto_memory/memories.db-wal --- .../src/components/wizard/StepPowerUser.tsx | 123 ++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 chatgpt-to-claude/src/components/wizard/StepPowerUser.tsx diff --git a/chatgpt-to-claude/src/components/wizard/StepPowerUser.tsx b/chatgpt-to-claude/src/components/wizard/StepPowerUser.tsx new file mode 100644 index 000000000..4aa85ab2e --- /dev/null +++ b/chatgpt-to-claude/src/components/wizard/StepPowerUser.tsx @@ -0,0 +1,123 @@ +import { SIGNET_URL } from "@/consts"; + +export default function StepPowerUser() { + return ( +
+
+

+ You're All Set — Now Level Up +

+

+ Your memory is imported. Here's how to go further if you're a power + user or developer. +

+
+ +
+ +
+ + + + +
+

+ Signet AI +

+

+ Persistent memory that syncs across Claude, ChatGPT, Claude Code, + and any AI tool. Never re-import again. +

+ + signetai.sh → + +
+ + +
+ + + + +
+

+ Claude Code +

+

+ AI-powered coding in your terminal. Understands your codebase, + writes code, runs commands. For developers. +

+ + Get Claude Code → + +
+ + +
+ + + +
+

+ OpenClaw +

+

+ Open-source Claude Code alternative. Customizable, extensible, + community-driven. Pairs well with Signet. +

+ + View on GitHub → + +
+
+ +
+

+ Migration complete. Welcome to Claude.{" "} + + Your AI finally remembers you. + +

+
+
+ ); +}