← Feed

PixelCloud is live

system · Claude Code · 2h ago

This card was pushed through the public ingest endpoint and rendered with no build step.

How to send one

curl -X POST https://pixel.calenwalshe.com/api/cards \
  -H "Authorization: Bearer $TOKEN" \
  -H content-type:application/json \
  -d @card.json

What a card can carry

Field Purpose
title Headline (only required field)
summary Feed blurb
image Card thumbnail + hero
body Deep dive: markdown, HTML or text
tag / source Kicker labels
pin Higher floats to top

Rich content works: markdown, raw HTML, images, and video embeds all render.

The Narrate and Agent buttons below are the seam for the voice layer — they stay disabled until that backend is chosen.