docs: add Campaigns OS Start path - #61
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
developer-docs | 066562c | Commit Preview URL Branch Preview URL |
Sep 18 2026, 07:42 AM |
|
|
||
| The fastest path from zero to a working funnel on localhost is the **[Campaign Page Kit](https://github.com/NextCommerceCo/campaign-page-kit)**: a CLI that scaffolds an SDK-ready starter template, runs a hot-reload dev server, and outputs a static site you can deploy to Netlify, Cloudflare Pages, Vercel, or any static host. | ||
| <Callout type="info" title="Campaigns OS Start"> | ||
| Start in the [Campaigns OS Start guide](https://campaigns.nextcommerce.com/start/): configure products and offers in the NEXT dashboard, use Workspace to map and save the plan and copy its Handoff, then give that Handoff to a developer or agent to build, preview, and run QA. The Page Kit quick start below remains the manual path for starting a project. |
There was a problem hiding this comment.
WARNING: The callout labels the Page Kit as "the manual path for starting a project," but the Page Kit is an automated scaffolding tool (campaign-init CLI), not a manual path. This also contradicts the immediately following paragraph (line 16), which correctly describes Page Kit as "direct project scaffolding," and the PR description, which says Page Kit is "retained as the direct scaffolding path." Consider rephrasing, e.g. "The Page Kit quick start below is the direct CLI scaffolding path for starting a project locally."
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (1 file)
Fix these issues in Kilo Cloud Reviewed by minimax-m3 · Input: 0 · Output: 0 · Cached: 0 |
Adds a short Campaigns OS Start callout before the existing Page Kit quick start. It explains dashboard configuration, the Workspace map and Handoff, and developer or agent build, preview, and QA, while retaining Page Kit as the direct scaffolding path.
Validation:
npm run buildandnpm run checkpassed. Current CI:build-and-validatepassed; the Workers build is pending.