From bbf7e416b80c86b2f5ff43853390e9a647812411 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 28 May 2026 13:59:08 -0400 Subject: [PATCH] docs: add early-alpha warning callout to docs index page --- apps/web/content/docs/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/web/content/docs/index.mdx b/apps/web/content/docs/index.mdx index 885c8bd..1b2656d 100644 --- a/apps/web/content/docs/index.mdx +++ b/apps/web/content/docs/index.mdx @@ -5,6 +5,12 @@ description: Assemble modular full-stack TypeScript monorepos with Stanza. Stanza is a [shadcn](https://ui.shadcn.com/docs)-style CLI for assembling modular full-stack TypeScript monorepos. Pick a framework, UI, database, ORM, and auth — Stanza vendors idiomatic code directly into your repo, with no additional runtime dependencies to maintain afterwards. + + Stanza is in **early alpha**. Expect breaking changes, rough edges, and incomplete modules. Take + extra care when pointing `stanza-cli` at an existing project — commit your work first, and review + the diff before keeping it. + + ## Why Stanza - **`add` works after `init`.** Run `stanza add` on an existing project. It reads your `stanza.json` manifest, resolves peer constraints, and picks the right adapter for your stack — so adding auth to a Next + Drizzle app writes