Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/docs/campaigns/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Campaigns are fully custom checkout funnels — landing, checkout, upsell, and r

Orders created through a campaign are regular store orders. They appear in the store's Orders list alongside storefront orders and are available through the Admin API and webhooks like any other order.

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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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."

</Callout>

For direct project scaffolding, use 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.

## Quick Start

Expand Down
Loading