SSGen unifies document conversion, deployment automation, and cross-platform integrations. Use the web app for guided exports, automate via API and CLI, empower AI copilots through MCP, or stay inside Atlassian and Google with marketplace plugins.
Every SSGen channel shares the same export engine, so your content and automation stay consistent regardless of where an export starts.
Configure exports, manage metadata, and download ready-to-host ZIP archives via a guided interface.
Automate exports and deployments from your own applications using REST endpoints and service accounts.
Expose export and deploy commands to LLM agents through the Model Context Protocol.
Run exports inside pipelines or local scripts with a Bun-powered CLI (`ssgen-cli`).
Launch exports directly from Atlassian and Google Drive using native marketplace integrations.
Whether you export from the web app or trigger a job from your CI pipeline, SSGen uses the same Bun-powered worker pipeline. Content is normalized to Markdown, rendered with Astro, and published to your preferred hosting target.
# CLI example
bunx ssgen-cli export --config export.config.ts
# API example
POST /api/export
{
"documents": ["doc-sample-1"],
"metadata": { "siteUrl": "https://example.com", "siteTitle": "Example" }
} Jump into the export workflow or review the developer guides for API, MCP, and CLI usage. Marketplace plugins will be available once the partner review is complete.