curatoria.dev

Creator setup

What is Curatoria?

Curatoria is a small HTTP service you run so AI agents can find your design assets, pay per download, and fetch them — no marketplace middleman and no traditional checkout page. It is for creators who sell design systems, token packs, markdown guides, zip bundles, and similar downloadable work.

You keep your files where they are, publish a catalog of what is for sale and at what price, and deploy a small Node service that handles payment and delivery. Agents pay in USDC on Base before any file is served. curatoria-starter is the template you fork to build your own instance.

Start here

Paste this into Cursor or another agentic coding app. It uses the hosted creator setup skill as the backing workflow, but starts with decisions instead of a long checklist.

I want to set up Curatoria from the public starter repo:
https://github.com/margaretsommers/curatoria-starter

Use the Curatoria creator setup workflow at:
https://curatoria.dev/.well-known/agent-skills/creator-setup/SKILL.md

Guide me step by step. Start by asking whether I want you to run commands or explain them, then walk me through clone/install, payout wallet, local .env, local dev, smoke/bug-bash, publishing my first product, and only then deploy/mainnet. Do not ask for private keys or seed phrases. Keep docs links secondary unless I need detail.

The chapters below cover the same ground if you prefer to read before you run anything.

Setup chapters

Full chapters live in the starter repo under docs/creator/. Start at the top and follow in order.