Static sites from knowledge platforms

One ecosystem for turning knowledge bases into deployable static sites

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.

Supported sources
Google Drive, Atlassian Confluence, Microsoft Office, Notion (roadmap)
Deploy targets
Cloudflare, GitHub Pages, DigitalOcean, AWS S3, Google Cloud Storage
Automation channels
API, MCP, CLI, Marketplace plugins

Choose the channel that matches your workflow

Every SSGen channel shares the same export engine, so your content and automation stay consistent regardless of where an export starts.

Available now

Web Application

Configure exports, manage metadata, and download ready-to-host ZIP archives via a guided interface.

Learn more
In beta

Public API

Automate exports and deployments from your own applications using REST endpoints and service accounts.

Learn more
In design

MCP Service

Expose export and deploy commands to LLM agents through the Model Context Protocol.

Learn more
Preview

CLI for CI/CD

Run exports inside pipelines or local scripts with a Bun-powered CLI (`ssgen-cli`).

Learn more
Roadmap

Marketplace Plugins

Launch exports directly from Atlassian and Google Drive using native marketplace integrations.

Learn more

Unified pipeline from conversion to deployment

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.

  • Consistent manifests: identical `manifest.json` format across Web, API, MCP, and CLI.
  • Reusable credentials: share OAuth or service accounts across channels.
  • Observability: export logs and metrics accessible from the dashboard and developer endpoints.
# 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" }
}

Ready to export now?

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.

Channel highlights

  • Web app: Guided exports with slug editing, metadata management, and download links.
  • API: REST endpoints for batch jobs and custom dashboards.
  • MCP: Tools for AI copilots to fetch fresh site builds.
  • CLI: Bun-native commands for CI/CD or local scripting.
  • Marketplace: Atlassian and Google Drive integrations launching soon.