You can close this window and return to your terminal.
-
-
-
-
${SPARKLE_ICON_SVG}Using an AI coding agent? Add Clerk Skills
-
-
- npxskills addclerk/skills
-
-
-
+
+
+ ${CLERK_LOGO}
+
${animatedText("Authentication successful")}
+
You may close this window.
+
+
+
+
+
+
One CLI, from setup to production.
+
Install Clerk, configure it, and deploy from your agent or your terminal.
- Learn more about building with AI${EXTERNAL_ICON_SVG}
+ ${commandCard(
+ "Install",
+ "Detects your framework and sets up API keys automatically.",
+ `npx clerk@latest init`,
+ )}
+ ${commandCard(
+ "Customize",
+ "Turn on features like B2B Authentication with one command.",
+ `clerk enable orgs`,
+ )}
+ ${commandCard(
+ "Deploy to production",
+ "Register your domain, configure DNS, and go live with your app.",
+ `clerk deploy`,
+ )}