Introduction
Code editor for Webflow custom code. Create, open, and ship scripts from one place.
Ssscript is a desktop app (Tauri + Solid) that gives you a single place to work on Webflow custom code: create projects from a starter template, edit code with TypeScript support, run and build with Bun, use AI-assisted edits via the agent runtime, and publish to a CDN for embedding in Webflow.
What you can do
Section titled “What you can do”- Projects — Create new projects or open existing ones from a dedicated projects folder. Each project is a copy of the starter template (src, config, scripts).
- Editor — File tree, code editor (CodeMirror), terminal (Bun install/run/build), and dependency management in one workspace.
- AI edits — Describe changes in natural language; the app proposes file diffs you can accept or reject. Includes a multi-model picker (OpenAI, Anthropic, xAI, Google, Moonshot, Alibaba) and per-conversation model persistence. If something fails, you can report diagnostic context from the AI panel when signed in (see Bug reports & AI diagnostics).
- Publish & embed — Build in-app and publish assets to Cloudflare. Copy a single loader script to paste into Webflow custom code — it handles both JS and CSS loading, environment detection, and dev-server fallback.
- Account — Sign in with Clerk; Deploy (publish) and AI prompt sending are account-gated, and some features require an active subscription.
Next steps
Section titled “Next steps”- Roadmap — What we’re building (work in progress vs future).
- Projects — Create and open projects.
- Editor — File tree, code, terminal, and dependencies.
- AI edits — Runtime, agents, and accept/reject flow.
- Publish & embed — Build, publish, and Webflow loader script.
- Account & auth — Sign in and user profile.