From befa7ed6128f081db31827ba52c95f64f44ce0fc Mon Sep 17 00:00:00 2001 From: Devin Michael Date: Fri, 18 Sep 2026 14:29:21 +0700 Subject: [PATCH 1/2] docs(campaigns): link Campaigns OS Start --- content/docs/campaigns/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/campaigns/index.mdx b/content/docs/campaigns/index.mdx index 9c93098..bb50b5c 100644 --- a/content/docs/campaigns/index.mdx +++ b/content/docs/campaigns/index.mdx @@ -9,6 +9,10 @@ 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. + +For a campaign already configured in the NEXT dashboard, start in the [Campaigns OS Start guide](https://campaigns.nextcommerce.com/start/): configure products and offers in Campaigns, 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. + + 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. ## Quick Start From 066562cdc6dc10eccd1156253fe12d7c5756c433 Mon Sep 17 00:00:00 2001 From: Devin Michael Date: Fri, 18 Sep 2026 14:30:33 +0700 Subject: [PATCH 2/2] docs(campaigns): clarify Start and Page Kit paths --- content/docs/campaigns/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/campaigns/index.mdx b/content/docs/campaigns/index.mdx index bb50b5c..94b0834 100644 --- a/content/docs/campaigns/index.mdx +++ b/content/docs/campaigns/index.mdx @@ -10,10 +10,10 @@ 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. -For a campaign already configured in the NEXT dashboard, start in the [Campaigns OS Start guide](https://campaigns.nextcommerce.com/start/): configure products and offers in Campaigns, 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. +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. -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. +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