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. + +

+
+
+ ); +}