diff --git a/web/src/lib/components/OnboardingLaunchpad.svelte b/web/src/lib/components/OnboardingLaunchpad.svelte new file mode 100644 index 00000000..1ecdf9ad --- /dev/null +++ b/web/src/lib/components/OnboardingLaunchpad.svelte @@ -0,0 +1,260 @@ + + +
+ Pad works best when your AI agent sets it up for you — it'll ask a few + questions and adapt this workspace to your project. +
++ Add Pad to Claude Code, Cursor, Codex, or Claude Desktop — it takes a + few seconds. +
+ +Once connected, just say:
+set up my workspace
+
+ Or use the shortcut for your agent:
+ {#each shortcuts as s, i (s.tool)}{s.tool}
+ {s.cmd}{#if i < shortcuts.length - 1} · {/if}{/each}
+
+ Your collections and first items will appear right here as your agent + works — no need to refresh. +
+