Creator Center

Every way to create on 8x.

From a sentence in the browser to a full coding agent in your terminal — pick the depth that fits you. Every door leads to the same place: a playable creation on your own URL, listed on 8x and open to remix.

In the browser · no install

Start with a sentence

The fastest door. Describe what you want and Clide plans, builds and publishes it — every step visible while it runs.

Clide on the web

A full creation agent at 8x.gg/create: it scaffolds the project, writes the code, and ships it to your own clide.app URL. Nothing to set up, works on any machine.

On your desktop

Native desktop apps

The same agents and the whole Square, one desktop icon away — for creators who live outside the browser.

The full Pæan workspace with a built-in Coding Agent — local sessions with live permission control — plus the entire 8x Square: browse, play, publish, boost.

Clide for macOS

A native terminal with an agent at its side: multi-pane grids, file sidebar, voice input and one-keystroke publish.

In your coding agent

Skills for Claude Code, Codex and Zero

Already creating with another agent? Bring the Square workflow to it — publish, remix, SDK wiring and setup ship as portable, self-contained skills.

Self-contained Node scripts, no npm install. Copy a skill into your agent's skills folder and it handles auth, packaging and deploys.

cp -r 8x-skills/claude-code/paean-publish ~/.claude/skills/
Command line · the pro path

Agents for your shell

Full coding agents that plan, edit and test a project, then publish it to the Square in one command.

Zero CLI

The canonical Paean coding agent — works against the Paean backend or any Anthropic-protocol endpoint you bring.

npm install -g @paean-ai/zero-cli

Zero's DeepSeek-tuned sibling: the same engine with V4 Pro / Flash presets, plus a native macOS build with local Metal inference.

npm install -g deeptide
1 · Install

One global package — the agent, the publisher and the updater.

npm install -g @paean-ai/zero-cli
2 · Sign in

Connects your Paean account so publishes land under your handle.

zero login
3 · Publish

Deploys the project and lists it on 8x, open to remix.

zero publish
Inside your creation

The Paean Web SDK

Every published app gets a window.paean host bridge at runtime — nothing to install, no keys in your code.

Cloud saves, shared leaderboards, player accounts, and AI calls billed to the signed-in player. The same bridge on web, iOS, Android and macOS hosts.

BuildAny door on this page — pick the depth that fits.
PublishOne action deploys to yourname.clide.app.
ListedYour creation joins the Square, playable by anyone.
RemixedPublishing means open source — the network takes it further.