docs: add deprecation notice to App Builder page - #11997
Conversation
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| # App Builder | ||
|
|
||
| {% callout type="warning" title="App Builder is deprecated" %} | ||
| App Builder is deprecated and no longer available to new users. Only existing users who previously used App Builder can still access it. |
There was a problem hiding this comment.
SUGGESTION: Rest of page still reads as onboarding copy for new users
The new callout states App Builder is "no longer available to new users," but the unchanged sections below still address new users directly — e.g. "Prerequisites" says "Sign up or log in at app.kilo.ai" and "How to Use" step 1 says "Navigate to App Builder... from your Kilo dashboard." A first-time reader could still walk through the sign-up/navigation steps before realizing (only from this top callout) that they won't actually have access. Consider a short clarifying phrase in the callout (e.g. "the steps below apply only to existing App Builder users") so the contradiction is resolved without needing to rewrite the rest of the page.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (1 file)
Fix these issues in Kilo Cloud Reviewed by claude-sonnet-5 · Input: 22 · Output: 6K · Cached: 468.9K Review guidance: REVIEW.md from base branch |
Co-authored-by: eshurakov <54751+eshurakov@users.noreply.github.com> Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: eshurakov <54751+eshurakov@users.noreply.github.com> Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
What
Adds a deprecation notice callout to the top of the App Builder documentation page (
packages/kilo-docs/pages/code-with-ai/app-builder.md).Why
App Builder is being deprecated/feature-flagged — it is only available to existing users who previously used it, and is no longer available to new users. The docs should reflect this so readers aren't misled into thinking they can sign up for it.
Notes
warningcallout at the top of the page using the docs site's standard Markdoc callout syntax. Rest of the page content is unchanged.Built for Evgeny Shurakov by Kilo for Slack