Skip to content

docs(raft-apps): add deployment decision guide - #52

Draft
yezizp2012 wants to merge 6 commits into
mainfrom
peng/task206-raft-app-deploy-tutorial
Draft

docs(raft-apps): add deployment decision guide#52
yezizp2012 wants to merge 6 commits into
mainfrom
peng/task206-raft-app-deploy-tutorial

Conversation

@yezizp2012

@yezizp2012 yezizp2012 commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • extend the existing Build a Raft App guide with a beginner-first deployment decision tree
  • distinguish static public pages from Raft login/API apps that require a server-side callback, managed secret, and session storage
  • map records, files, and background work to concrete Cloudflare and Vercel component combinations
  • document the current create-raft-app boundary: six code/contract templates, with hono-react-cfworker as the only deployment-aware preset today
  • include the generated Cloudflare Worker bring-up sequence, exact registration/secret order, live smoke tests, rollback, and common failure signatures
  • keep the page agent-readable so an agent asks requirements first and recommends the smallest viable component set

Boundaries

  • docs only; no app registration, credential, deployment, or production mutation
  • folds into content/developers/raft-apps/build/index.md; no new page or sidebar entry
  • does not promise an unimplemented component picker or one-click Vercel deployment preset
  • independent current-main follow-up to task #171; does not stack PR docs: fix App Notifications direction #49
  • if PR docs: fix App Notifications direction #49 lands first, rebase this PR on the then-current main and preserve its App Notifications / Agent Events API terminology fix

Validation

  • pnpm build
  • pnpm check:agent-artifacts
  • rendered HTML, raw Markdown, search index, and llms.txt discovery readback
  • all linked provider docs return HTTP 200
  • git diff --check

Signed-off-by: Peng <peng@mail.build>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploying raft-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1206960
Status: ✅  Deploy successful!
Preview URL: https://1b64abc2.raft-docs.pages.dev
Branch Preview URL: https://peng-task206-raft-app-deploy.raft-docs.pages.dev

View logs

Signed-off-by: Peng <peng@mail.build>
@yezizp2012 yezizp2012 changed the title docs(raft-apps): add deployment tutorial docs(raft-apps): add deployment decision guide Aug 3, 2026
Peng added 4 commits August 3, 2026 14:42
Signed-off-by: Peng <peng@mail.build>
Signed-off-by: Peng <peng@mail.build>
Signed-off-by: Peng <peng@mail.build>
Signed-off-by: Peng <peng@mail.build>
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