logo
icon

Open Design

Open-source Claude Design alternative. Local-first agent-native design studio: design systems (DESIGN.md), skills/plugins, sandboxed HTML prototypes, decks (PPTX/PDF), images, HyperFrames (MP4). Runs as a single daemon image serving API + static web UI on port 7456.

template cover
部署次數0
發布者sbo60618
建立於2026-07-26
最低規格1 核心1 GB
推薦規格2 核心2 GB
標籤
AIDesignAgentProductivity

模板內的服務

Open Design

Upstream: github.com/nexu-io/open-design
Website: open-design.ai
License: Apache-2.0
Image: ghcr.io/nexu-io/od:latest

Open-source Claude Design alternative — agent-native design studio (prototypes, decks, images, HyperFrames) driven by skills + DESIGN.md.

Services

Single container (official published image):

ProcessPortRole
Daemon + Web UI7456API /api/* + static Next export

Persistent data: /app/.od

Auth (important)

Binding 0.0.0.0 requires OD_API_TOKEN unless OD_DISABLE_API_AUTH=1 (only for trusted reverse proxies that already authenticate every request).

Generate token:

openssl rand -hex 32

Clients must send:

Authorization: Bearer <OD_API_TOKEN>

Set OD_ALLOWED_ORIGINS to your exact HTTPS origin(s), e.g. https://design.z88.dev.

After deploy

  1. Open https://PUBLIC_DOMAIN
  2. Configure model / BYOK or Open Design Cloud in Settings
  3. Create a project and run a skill

Health

GET /api/health

Deploy note (Zeabur)

Prefer PREBUILT image ghcr.io/nexu-io/od (no monorepo build). If GHCR pull fails, check package visibility is public.