Sign In

continuewith

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

continuewith

Add the ContinueWith AI-native continuation layer to landing pages and Next.js sites

Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
19
375%
Maintainers
1
Weekly downloads
 
Created
Source

continuewith

CLI to add the ContinueWith AI-native continuation layer to HTML, Next.js, and Astro sites.

Visitors continue any page in ChatGPT, Claude, Gemini, Grok, Perplexity, or Mistral — with URL and context attached.

Install

npx continuewith@latest add

No global install required. Node.js 18+.

Commands

CommandDescription
addPatch your layout or HTML with the widget snippet
snippetPrint the install snippet to stdout
verifyCheck whether the widget is already in your entry file

Examples

# 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

Theming (optional)

npx continuewith add \
  --primary-color "#111827" \
  --background "#ffffff" \
  --text-color "#111827" \
  --border-color "#e5e7eb"

Site keys

  • Demo: cw_demo_public_key — used by default so you can try the widget immediately.
  • Production: create a free account → dashboard → copy your public site key.

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.

Documentation

PackagePurpose
@continuewith/mcpMCP tools for Cursor / Claude Code
@continuewith/sdkSnippet & prompt helpers

Trust & security

What this CLI does locally:

  • Reads your project files to detect framework and patch install targets
  • Writes the widget <script> tag (or Next.js <Script>) — nothing else
  • verify only reads your entry file; no upload of source code

What it does not do:

  • No hidden network exfiltration of your codebase
  • No API keys or secrets stored in the CLI package
  • No write access outside the detected entry file (unless you pass --cwd)

Default demo key: cw_demo_public_key is public by design. Replace it before launch.

Community

License

MIT © ContinueWith

Keywords

continuewith

FAQs

Package last updated on 06 Jul 2026

Did you know?

Socket

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.

Install

Related posts