# Ssscript > Ssscript is a desktop app (macOS/Windows) that provides an all-in-one AI-powered development environment for Webflow custom code. It combines a code editor, Bun-based build toolchain, multi-model AI agent runtime, Webflow MCP integration, and one-click CDN deployment into a single application. Ssscript is built for Webflow developers and designers who want to write, iterate, and ship custom code (JavaScript/TypeScript) using AI assistance — without leaving a dedicated native environment. The app integrates natively with the Webflow MCP (Model Context Protocol), giving AI agents full contextual awareness of the Webflow project structure so they can modify content, styles, CSS, and custom code directly. ## Key Concepts - **Projects**: Each project is created from a starter template (single entry, multi-page, or page-transition). Projects live in a dedicated folder and include `src`, `config`, and `scripts` directories. - **Editor**: A CodeMirror-based editor with a file tree, integrated terminal (Bun), and dependency management panel — all in one workspace with TypeScript support. - **AI Edits (Agent Runtime)**: Describe changes in natural language. The agent proposes file diffs which the user can accept or reject. Supports a multi-model picker (OpenAI, Anthropic/Claude, Google Gemini, xAI, Moonshot) with per-conversation model persistence. - **Agent Modes**: Default modes include `@plan`, `@build`, and `@explore`. A Webflow-specific `@webflow` mode (in development) is designed with deep knowledge of Webflow's structure and interaction model. - **Agent Swarms**: Multiple AI agents can run in parallel via Webflow MCP integration, allowing simultaneous work across different parts of the project. - **Custom Knowledge Base**: A curated library of Webflow-specific best practices for animations (GSAP, WebGL, Three.js), custom components, page transitions, and build pipelines. Includes a component library users can extend via AI. - **Publish & Deploy**: Bun bundles, minifies, and compresses code, then uploads it to Cloudflare R2, served via `ssscript.dev/{USERNAME}/{PROJECT-NAME}`. Supports local preview (live reload / HMR) without affecting live visitors, plus instant rollback from the deploy panel. - **Embedding in Webflow**: The app generates a Webflow-ready embed snippet (script tag + optional CSS link) for page-level or project-wide inclusion. A local dev version and a deployed CDN version are both available from the same embed URL. - **Webflow MCP Integration**: Connect a project and set authorization to give AI agents Designer-level access — updating content, creating elements, and modifying styles — alongside full custom code awareness. - **Figma Integration**: Available as an additional integration for design-to-code workflows. - **Account & Auth**: Powered by Clerk. Publishing/deploying and sending AI prompts require a signed-in account. Some features require an active subscription. ## Pricing - **Beta** (Free, 1 month): Up to 40 testers; unlimited plan credits; unlimited projects; all models; full reasoning depth. - **Founder** (€310/year, locked forever at 50% discount): 200 spots max; 40,000 included credits; unlimited projects; all models; full reasoning depth. - **Basic** (€20/month): 12,000 included credits; up to 10 projects; fast models; limited reasoning depth. - **Advanced** (€50/month): 40,000 included credits; unlimited projects; all models; full reasoning depth. - **Expansion packs**: +10,000 credits for €10 (SM) or +26,000 credits for €20 (MD), with unlimited refresh. - **Enterprise / BYOK**: Available from May 2026 for teams needing Bring Your Own Key plans. ## Technical Details - **Built with**: Tauri + SolidJS (desktop app framework) - **Build toolchain**: Bun (fast JavaScript runtime and bundler) - **CDN**: Cloudflare R2, served via `ssscript.dev` domain - **AI models**: OpenAI, Anthropic (Claude), Google Gemini, xAI, Moonshot — automatically orchestrated based on request type, with manual override via toggle - **Performance**: Code is bundled, minified, and compressed; no external CDN libraries loaded at runtime — overhead is limited to the code itself - **Hot Module Reload (HMR)**: Local dev server keeps JS/TS files in sync and auto-refreshes the site via webhook on changes - **Rollback**: Instant rollback to previous deployment available from the deploy panel ## Pages & Resources - [Homepage](https://ssscript.app/) — Overview, waitlist, pricing, and FAQ - [Docs](https://docs.ssscript.app/) — Full documentation - [Introduction](https://docs.ssscript.app/introduction/) — What Ssscript is and what you can do with it - [How it works](https://docs.ssscript.app/guides/how-it-works/) — Architecture and runtime explanation - [Roadmap](https://docs.ssscript.app/guides/roadmap/) — Planned features and work in progress - [Install the app](https://docs.ssscript.app/guides/install/) — Download and setup instructions - [Projects guide](https://docs.ssscript.app/guides/projects/) — Creating and managing projects - [Editor guide](https://docs.ssscript.app/guides/editor/) — File tree, terminal, and workspace - [AI edits guide](https://docs.ssscript.app/guides/ai-edits/) — Agent runtime, model picker, and diff workflow - [Deploy & embed](https://docs.ssscript.app/guides/deploy-embed/) — Build, publish, and embed in Webflow - [Embedding in Webflow](https://docs.ssscript.app/guides/embedding-webflow/) — Step-by-step embed instructions - [Account & auth](https://docs.ssscript.app/guides/account-auth/) — Sign in and subscription management - [Webflow integration](https://docs.ssscript.app/guides/webflow-integration/) — MCP setup and Designer access - [Figma integration](https://docs.ssscript.app/guides/figma-integration/) — Design-to-code workflow - [Starters overview](https://docs.ssscript.app/guides/starters/) — Available project templates - [Quick start tutorial](https://docs.ssscript.app/tutorials/quick-start/) — End-to-end walkthrough - [Building a component](https://docs.ssscript.app/tutorials/building-a-component/) — Component creation tutorial - [Environment variables](https://docs.ssscript.app/reference/env-vars/) — Supported env vars reference - [Agent runtime reference](https://docs.ssscript.app/reference/runtime-integration/) — Runtime internals - [Bug reports & AI diagnostics](https://docs.ssscript.app/reference/bug-reports/) — Reporting and diagnostics - [Changelog](https://docs.ssscript.app/changelog/) — Release notes and updates - [Keyboard shortcuts](https://docs.ssscript.app/guides/shortcuts/) — Shortcut reference - [Beta apply](https://ssscript.app/beta-apply) — Apply for beta access - [Founders deal](https://ssscript.app/founders) — Purchase a founder's plan - [Enterprise](https://ssscript.app/enterprise) — Enterprise and BYOK inquiries - [Privacy Policy](https://docs.google.com/document/d/1vME2w8ZB88HoH-JyvkkiL7exrcMfWhkERfFRlnIeZFA/edit?usp=sharing)