Analytics funnel

Three events from install to insight

1widget_openedWidget opened

Visitor opens the handoff panel.

2prompt_selectedPrompt selected

Visitor picks a prompt template.

3provider_clickedProvider clicked

Visitor continues in their AI assistant.

Install

Install on landing page

Add the ContinueWith widget when scaffolding a marketing or landing page.

When: Building a new public landing page, homepage, or marketing site.

  1. Run npx continuewith@latest add or paste the demo snippet before </body>.
  2. Use site key cw_demo_public_key until the user provides a dashboard key.
  3. Open a public page and confirm the floating widget appears.

Repo path: continuewith/skills/install-on-landing-page/SKILL.md

Coming soon handoff

Ship a teaser page with AI handoff while the full product is not ready.

When: Coming-soon pages, waitlists, or pre-launch teasers.

  1. Install the widget snippet before </body>.
  2. Suggest a default prompt: Visit {{url}} and explain what this site is building.
  3. Keep cw_demo_public_key until launch, then swap to the dashboard key.

Repo path: continuewith/skills/coming-soon-handoff/SKILL.md

Content

Blog handoff

Let readers summarize or research articles in their preferred assistant.

When: Blogs, newsletters, media sites, and long-form content pages.

  1. Install the widget on the site template or layout.
  2. Add prompts: Summarize, Explain like I am new, Research deeper.
  3. Use {{url}}, {{title}}, and {{selection}} in prompt templates.

Repo path: continuewith/skills/blog-handoff/SKILL.md

SaaS

SaaS marketing handoff

Help visitors compare pricing and positioning inside ChatGPT, Claude, or Grok.

When: Pricing pages, product marketing, comparisons, and docs.

  1. Install on pricing, docs, and high-intent pages first.
  2. Add Compare options and Explain prompts from the prompt library.
  3. Verify install from the ContinueWith dashboard after deploy.

Repo path: continuewith/skills/saas-marketing-handoff/SKILL.md

Cursor

Use skills in your agent

Copy skill folders from the continuewith/skills directory into .cursor/skills/, or connect the MCP server.

Verify

Run the skill, then verify a real handoff click

Open the public demo page, pick a prompt and click a provider. You should see widget_opened → prompt_selected → provider_clicked in the dashboard after signup.

Before you install

Handled upfront

Lightweight script

Async ~22KB gzipped. No cookies. Zero LLM calls on your infrastructure.

Better than copy-paste

URL, title and prompts travel with one click — fewer drop-offs before the assistant opens.

Three analytics events

widget_opened, prompt_selected and provider_clicked show up in your dashboard funnel.

GDPR-friendly

Event metadata only — not conversations. See the security model for details.

Security · Privacy · Pricing

Verify

Run the skill, then send a test click

Use the public demo page to confirm the widget before swapping in your site key.