Skip to content

Product

Product

Everything you need to run a modern site — content, agents, workflows, and extensions — in one cohesive platform. Choose Cloud or Self-host without leaving this page.

Everything in one box

Content, agents, workflows, and extensions — one agent-native platform. Host with us or run the same stack yourself.

Block CMS

Compose public pages with headings, media, columns, CTAs, and plugin blocks. Publish versions from Staff Admin.

AI agents

Site-scoped personas with MCP tools edit blocks, install plugins, and run workflows — gated by RBAC.

Workflows

Visual logic graphs for email, provisioning, and ops on the same permissioned tool plane.

Marketplace

Install signed plugins, themes, and skills without redeploying. Scaffold tenant AI artifacts when nothing fits.

Managed Cloud

Get a DuckyOS site immediately — we run infrastructure, updates, and security so you can focus on content and agents.

  • Instant tenant provisioning on you.duckyos.org
  • Managed updates, backups, and cell isolation
  • Generous quotas for AI agents and storage
  • Agency-ready multi-site management
  • Same platform surface as self-host Core

Start free, then scale when traffic and agent usage grow. Custom domains and team seats land on paid plans.

View pricing

Self-host Core

Run the exact same platform we use — on your infrastructure, under your keys, with official signed marketplace updates.

bash ~ duckyos
# Pull & run
docker pull duckyos/core:latest
docker run -d -p 80:80 \
  -v ducky_data:/app/data \
  -e DATABASE_URL="postgresql://..." \
  duckyos/core

# Open /install and finish the wizard.
  • Docker, Fly.io, or Postgres-backed installs
  • Install once — themes and plugins via Admin UI
  • Community License: client work and hosting OK
  • Same MCP agents and workflows as Hosted
Read docs