
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@continuewith/sdk
Advanced tools
ContinueWith prompt helpers and install snippets for the AI-native Web layer
Shared helpers for the ContinueWith AI handoff widget — prompt builders, install snippets, agent skills metadata, and theme utilities.
Used by the public widget bundle, CLI, and MCP server. Safe to import in your own tooling.
npm install @continuewith/sdk
import {
htmlWidgetSnippet,
buildPrompt,
buildProviderUrl,
DEMO_PUBLIC_KEY,
agentInstallRule,
} from '@continuewith/sdk';
const snippet = htmlWidgetSnippet({ siteKey: DEMO_PUBLIC_KEY });
const url = buildProviderUrl({
provider: 'chatgpt',
prompt: buildPrompt('Summarize {{url}}', { url: 'https://example.com' }),
});
Replace DEMO_PUBLIC_KEY (cw_demo_public_key) with your dashboard public key after signup.
| Area | Examples |
|---|---|
| Prompts | buildPrompt, buildProviderUrl, providerLabels |
| Install | htmlWidgetSnippet, widgetScriptUrl, hasContinueWithInstall |
| Theme | normalizeWidgetTheme, themeToCssBlock, themeToStyleObject |
| Agents | agentInstallRule, skills catalog in ./skills |
| Package | Purpose |
|---|---|
continuewith | CLI — npx continuewith add |
@continuewith/mcp | MCP server for Cursor / Claude Code |
What this package contains: TypeScript/JavaScript helpers only. No network calls, no credentials, no telemetry.
What is intentionally public: cw_demo_public_key — a read-only demo site key for trying the widget before signup. It is not a secret. Use your own key from the dashboard in production.
What is never shipped here: Stripe keys, Resend keys, Clerk secrets, database URLs, or private site keys.
MIT © ContinueWith
FAQs
ContinueWith prompt helpers and install snippets for the AI-native Web layer
The npm package @continuewith/sdk receives a total of 12 weekly downloads. As such, @continuewith/sdk popularity was classified as not popular.
We found that @continuewith/sdk 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.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.