Skip to content

fix: Overhaul of Get Started guide pages#725

Open
tamalchowdhury wants to merge 16 commits into
mainfrom
tamal/update/onboarding-for-non-technical-users
Open

fix: Overhaul of Get Started guide pages#725
tamalchowdhury wants to merge 16 commits into
mainfrom
tamal/update/onboarding-for-non-technical-users

Conversation

@tamalchowdhury
Copy link
Copy Markdown
Collaborator

@tamalchowdhury tamalchowdhury commented Apr 21, 2026

Rewrites and restructures three core "Get Started" guide pages — First things first, Add Kinde to your codebase, and Common setup tasks — with expanded content, improved frontmatter/metadata, AI summaries, screenshots, and new sections (e.g., roles & permissions, test environments, advanced setup). Also updates the sidebar to use a manually ordered guide list, removing the starter kit entry and pinning the four main guide pages in the correct reading order.

Summary by CodeRabbit

  • Documentation
    • Reworked "Get Started" guides into clearer onboarding: registration, email verification, business/domain setup, project creation, and sign-in selection
    • New Quickstart flow for adding auth, testing registration, and environment setup including non-production testing and API registration
    • Added deployment guidance for Vercel, Netlify, and Cloudflare Workers and Management API setup for admin automation
    • Expanded content on branding, RBAC user management, growth/analytics, and updated navigation for easier access

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@tamalchowdhury has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 30 minutes and 21 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: d1638550-0ce5-4db3-a433-fd6fac307955

📥 Commits

Reviewing files that changed from the base of the PR and between 19f4ef2 and babaa71.

📒 Files selected for processing (3)
  • src/content/docs/get-started/guides/byo-code.mdx
  • src/content/docs/get-started/guides/first-things-first.mdx
  • src/content/docs/get-started/guides/set-up-tasks.mdx

Walkthrough

Three "Get started" guides were restructured: onboarding flows and content expanded (byo-code, first-things-first, set-up-tasks) and sidebar navigation switched from autogenerated to an explicit list of guide entries.

Changes

Cohort / File(s) Summary
Get Started Guides
src/content/docs/get-started/guides/byo-code.mdx, src/content/docs/get-started/guides/first-things-first.mdx, src/content/docs/get-started/guides/set-up-tasks.mdx
Rewrote guide content and frontmatter: updated titles/descriptions/keywords/topics/updated dates, reorganized onboarding flows, added Quickstart and deployment guidance, clarified auth/app setup, branding, user management (RBAC/imports), growth/analytics, and updated next-step links.
Navigation Configuration
src/data/sidebarData.ts
Replaced directory-based autogenerate for "Get started" guides with a hard-coded list of four explicit guide entries; retained expanded (uncollapsed) state.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Poem

🐰 I hopped through docs by moonlight glow,

Reworded guides so new devs know,
Quickstarts, deploys, and signup flows,
Sidebars tidy where the pathway goes,
A joyful twitch — the onboarding grows! 🥕✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: Overhaul of Get Started guide pages' accurately describes the main change—a comprehensive restructuring of multiple Get Started guide pages with expanded content, metadata updates, and sidebar reorganization.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch tamal/update/onboarding-for-non-technical-users

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 21, 2026

Deploying kinde-docs-preview with  Cloudflare Pages  Cloudflare Pages

Latest commit: babaa71
Status: ✅  Deploy successful!
Preview URL: https://42e831ef.kinde-docs-preview.pages.dev
Branch Preview URL: https://tamal-update-onboarding-for.kinde-docs-preview.pages.dev

View logs

@tamalchowdhury tamalchowdhury marked this pull request as ready for review April 27, 2026 15:13
@tamalchowdhury tamalchowdhury requested review from a team as code owners April 27, 2026 15:13
@tamalchowdhury tamalchowdhury changed the title 🚧 Work in Progress: fix: onboarding steps for non technical users fix: Overhaul of Get Started guide pages Apr 27, 2026
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (3)
src/content/docs/get-started/guides/byo-code.mdx (1)

80-80: Nit: double space.

head over to our [SDK page] has two spaces before the link.

Proposed fix
-    If you are unsure about which application type to select, head over to our  [SDK page](/developer-tools/about/our-sdks/) and find the language or framework you are using. For backend/fullstack apps, select **Back-end web**. For client-side apps like web and mobile, select **Front end and mobile**.
+    If you are unsure about which application type to select, head over to our [SDK page](/developer-tools/about/our-sdks/) and find the language or framework you are using. For backend/fullstack apps, select **Back-end web**. For client-side apps like web and mobile, select **Front end and mobile**.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/content/docs/get-started/guides/byo-code.mdx` at line 80, The sentence
contains an accidental double space in the markdown link text ("head over to our
[SDK page]"); locate that exact string in
src/content/docs/get-started/guides/byo-code.mdx and remove the extra space so
it reads "head over to our [SDK page]" (ensure only a single space before the
link and preserve surrounding punctuation and capitalization).
src/content/docs/get-started/guides/first-things-first.mdx (1)

154-154: Nit: align pricing URL across guides.

This page links to https://www.kinde.com/pricing/, while set-up-tasks.mdx (line 145) and byo-code.mdx use https://kinde.com/pricing/. Both work, but pick one for consistency across the get-started guides.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/content/docs/get-started/guides/first-things-first.mdx` at line 154,
Replace the pricing URL in the sentence currently using
"https://www.kinde.com/pricing/" with the canonical "https://kinde.com/pricing/"
so it matches the links used in set-up-tasks.mdx and byo-code.mdx; search for
occurrences of both "https://www.kinde.com/pricing/" and
"https://kinde.com/pricing/" across the get-started guides and normalize them to
"https://kinde.com/pricing/" (update the text in first-things-first.mdx where
that URL appears).
src/data/sidebarData.ts (1)

12-21: Heads up: this section will no longer auto-pick up new guides.

Switching Guides from autogenerate to a hardcoded items list is fine for the curated set, but any new file added under src/content/docs/get-started/guides/ won't appear in the sidebar unless someone updates this list as well. Consider adding a brief comment here as a reminder for future contributors.

Also note that byo-code.mdx and set-up-tasks.mdx both still declare sidebar.order: 2 in frontmatter; with the hardcoded list, those values are now decorative/stale. You may want to drop the order key (or set distinct values) so they don't mislead future maintainers.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/data/sidebarData.ts` around lines 12 - 21, Summary: The "Guides" sidebar
entry was converted from autogenerate to a hardcoded items array so new guide
files won't appear automatically. Edit the sidebar object with label "Guides"
(the object that currently contains an items array) and add a short inline
comment above or beside it noting that this is a curated list and new files
under src/content/docs/get-started/guides/ will not be auto-included; also
update the two guide files byo-code.mdx and set-up-tasks.mdx to remove or revise
the stale frontmatter key sidebar.order (either delete it or assign distinct,
meaningful values) so future maintainers aren’t misled.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/content/docs/get-started/guides/byo-code.mdx`:
- Around line 64-67: The "What you need" heading is currently an H3 and appears
before any H2, causing an orphaned ToC entry; update the heading "### What you
need" to an H2 ("## What you need") or alternatively move that section under a
new or existing H2 like "## Before you begin" so it follows the document's H2
hierarchy (update the heading text in
src/content/docs/get-started/guides/byo-code.mdx wherever "What you need"
appears).

In `@src/content/docs/get-started/guides/set-up-tasks.mdx`:
- Around line 72-75: The "### What you need" heading is an H3 orphan and should
be promoted or nested; update the document so that the heading level is
consistent by either changing "### What you need" to an H2 ("## What you need")
or place its content under an introductory H2 such as "## Before you begin"
(create that H2 if missing) so it follows the H2 → H3 hierarchy expected by
tableOfContents.maxHeadingLevel: 3 and avoids orphaned H3 entries in the ToC.

---

Nitpick comments:
In `@src/content/docs/get-started/guides/byo-code.mdx`:
- Line 80: The sentence contains an accidental double space in the markdown link
text ("head over to our  [SDK page]"); locate that exact string in
src/content/docs/get-started/guides/byo-code.mdx and remove the extra space so
it reads "head over to our [SDK page]" (ensure only a single space before the
link and preserve surrounding punctuation and capitalization).

In `@src/content/docs/get-started/guides/first-things-first.mdx`:
- Line 154: Replace the pricing URL in the sentence currently using
"https://www.kinde.com/pricing/" with the canonical "https://kinde.com/pricing/"
so it matches the links used in set-up-tasks.mdx and byo-code.mdx; search for
occurrences of both "https://www.kinde.com/pricing/" and
"https://kinde.com/pricing/" across the get-started guides and normalize them to
"https://kinde.com/pricing/" (update the text in first-things-first.mdx where
that URL appears).

In `@src/data/sidebarData.ts`:
- Around line 12-21: Summary: The "Guides" sidebar entry was converted from
autogenerate to a hardcoded items array so new guide files won't appear
automatically. Edit the sidebar object with label "Guides" (the object that
currently contains an items array) and add a short inline comment above or
beside it noting that this is a curated list and new files under
src/content/docs/get-started/guides/ will not be auto-included; also update the
two guide files byo-code.mdx and set-up-tasks.mdx to remove or revise the stale
frontmatter key sidebar.order (either delete it or assign distinct, meaningful
values) so future maintainers aren’t misled.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 73aec7bf-27fa-4d00-b2a9-11fd6c031db1

📥 Commits

Reviewing files that changed from the base of the PR and between dbad554 and c78b303.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (4)
  • src/content/docs/get-started/guides/byo-code.mdx
  • src/content/docs/get-started/guides/first-things-first.mdx
  • src/content/docs/get-started/guides/set-up-tasks.mdx
  • src/data/sidebarData.ts

Comment thread src/content/docs/get-started/guides/byo-code.mdx Outdated
Comment thread src/content/docs/get-started/guides/set-up-tasks.mdx Outdated
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🧹 Nitpick comments (1)
src/content/docs/get-started/guides/set-up-tasks.mdx (1)

5-6: Align frontmatter order with the actual guides sequence

Line 5 sets order: 2, but this page is the third guide in src/data/sidebarData.ts (/get-started/guides/set-up-tasks/ comes after /get-started/guides/byo-code/). Aligning this to order: 3 avoids metadata drift if ordering logic changes later.

Proposed edit
 sidebar:
-  order: 2
+  order: 3
   label: Common setup tasks
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/content/docs/get-started/guides/set-up-tasks.mdx` around lines 5 - 6,
Update the frontmatter "order" value for the page with slug
"/get-started/guides/set-up-tasks/" from 2 to 3 so it matches its position in
the guides sequence; locate the frontmatter block at the top of the set-up-tasks
page and change the order key to 3 to prevent metadata drift with the sidebar
ordering.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/content/docs/get-started/guides/byo-code.mdx`:
- Line 154: Replace the unhyphenated phrase "sign up process" in the sentence
"Complete the sign up process and you'll be redirected back to your app's
dashboard page." with the compound modifier "sign-up process"; search for and
update any other occurrences of "sign up" used as a compound modifier in the
same document to "sign-up" to keep style consistent.
- Around line 215-217: Update the wording in the "Quick start" steps that
mention using the dashboard "Get token" (the bullet lines referencing "Quick
start" and "Get token") to explicitly state these dashboard-generated tokens are
for testing/dev only and must not be used in production; replace or augment step
6–7 with a clear recommendation to implement a server-side client-credentials
token exchange (or equivalent server-side auth flow) with secrets stored
securely (e.g., environment variables or a secrets manager) and indicate
dashboard tokens are only for manual testing or troubleshooting.

In `@src/content/docs/get-started/guides/set-up-tasks.mdx`:
- Line 117: Update the link label "[Add social sign in with
Kinde](/authenticate/social-sign-in/add-social-sign-in/)" to use the hyphenated
compound "sign-in" so the label reads "[Add social sign-in with
Kinde](/authenticate/social-sign-in/add-social-sign-in/)"; locate the markdown
link in the document (the link text beginning "Add social sign in with Kinde")
and replace the label only, leaving the URL unchanged.

---

Nitpick comments:
In `@src/content/docs/get-started/guides/set-up-tasks.mdx`:
- Around line 5-6: Update the frontmatter "order" value for the page with slug
"/get-started/guides/set-up-tasks/" from 2 to 3 so it matches its position in
the guides sequence; locate the frontmatter block at the top of the set-up-tasks
page and change the order key to 3 to prevent metadata drift with the sidebar
ordering.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 373f15a9-9476-4111-8339-209ef580a817

📥 Commits

Reviewing files that changed from the base of the PR and between c78b303 and 19f4ef2.

📒 Files selected for processing (2)
  • src/content/docs/get-started/guides/byo-code.mdx
  • src/content/docs/get-started/guides/set-up-tasks.mdx

Comment thread src/content/docs/get-started/guides/byo-code.mdx Outdated
Comment thread src/content/docs/get-started/guides/byo-code.mdx
Comment thread src/content/docs/get-started/guides/set-up-tasks.mdx Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant