Skip to content
Download

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 OpenCode, and deploy to a CDN for embedding in Webflow.

  • 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. Powered by OpenCode with configurable model and base URL.
  • Deploy & embed — Build in-app and deploy assets to Cloudflare. Copy a Webflow-ready embed snippet (script + optional CSS) to paste into your site’s custom code.
  • Account — Sign in (Clerk integration planned); deploy and AI features can be gated to authenticated users.
  • Projects — Create and open projects.
  • Editor — File tree, code, terminal, and dependencies.
  • AI edits — OpenCode, agents, and accept/reject flow.
  • Deploy & embed — Build, deploy, and Webflow snippet.
  • Account & auth — Sign in and user profile.