
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
continuewith
Advanced tools
CLI to add the ContinueWith AI handoff widget to HTML, Next.js, and Astro sites.
Visitors click Continue with → pick a prompt → open ChatGPT, Claude, Gemini, Grok, Perplexity, or Mistral with page context pre-filled.
npx continuewith@latest add
No global install required. Node.js 18+.
| Command | Description |
|---|---|
add | Patch your layout or HTML with the widget snippet |
snippet | Print the install snippet to stdout |
verify | Check whether the widget is already in your entry file |
# Auto-detect framework and patch the project
npx continuewith add
# Explicit stack
npx continuewith add --framework nextjs
npx continuewith add --framework html
npx continuewith add --framework astro
# Print snippet only
npx continuewith snippet --framework html
# Verify install in detected entry file
npx continuewith verify
# Use your dashboard public key (recommended for production)
npx continuewith add --site-key cw_your_public_key
npx continuewith add \
--primary-color "#111827" \
--background "#ffffff" \
--text-color "#111827" \
--border-color "#e5e7eb"
cw_demo_public_key — used by default so you can try the widget immediately.Public keys are meant to be embedded in HTML (like a Stripe publishable key). They identify your site for config and analytics — they are not admin credentials.
| Package | Purpose |
|---|---|
@continuewith/mcp | MCP tools for Cursor / Claude Code |
@continuewith/sdk | Snippet & prompt helpers |
What this CLI does locally:
<script> tag (or Next.js <Script>) — nothing elseverify only reads your entry file; no upload of source codeWhat it does not do:
--cwd)Default demo key: cw_demo_public_key is public by design. Replace it before launch.
MIT © ContinueWith
FAQs
Add the ContinueWith AI-native continuation layer to landing pages and Next.js sites
The npm package continuewith receives a total of 19 weekly downloads. As such, continuewith popularity was classified as not popular.
We found that continuewith demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.