Add clerk init keyless note to Next.js AI prompt#3401
Closed
djgould wants to merge 1 commit into
Closed
Conversation
Surfaces the Clerk CLI as a one-command setup path in the Next.js quickstart prompt (served at /docs/nextjs/getting-started/quickstart.md). Uses `clerk init --starter --framework next --keyless`, which matches the prompt's existing keyless-first, no-signup philosophy, and links to the CLI docs. Manual steps are left unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
@djgould is it supposed to be in draft? Just checking! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a short note to the Next.js AI prompt — the markdown version served at
/docs/nextjs/getting-started/quickstart.md— pointing to the Clerk CLI's one-command setup:The note links to the Clerk CLI docs. All existing manual steps are left unchanged.
Why
clerk init --starter --framework next --keylessscaffolds a new Clerk + Next.js app with temporary development keys and no signup — which maps directly onto this prompt's existing keyless-first philosophy ("Do NOT tell users to sign up, create accounts, get API keys"). Surfacing it gives agents and developers a faster path while keeping the manual instructions as the authoritative reference.Notes
prompts/nextjs-quickstart.md) changes. The rendered quickstart page (quickstart.mdx) is untouched — this affects the.md/LLM version only.--keylessis only valid when bootstrapping a new project, so the note is scoped to new-project creation (where it sits next to thecreate-next-appstep).check-prompt-deeplink-length.ts): 5116 / 8000 chars.🤖 Generated with Claude Code