SUBSCRIBE · FEEDS + SOCIALS

Follow, don't sign up.

PointCast runs no email list. No analytics, no pixel trackers, no cookies set by the site. To follow: pick an RSS reader, or watch Farcaster, X, or GitHub. All mirrors, no vendor.

FEEDS · 4 FORMATS

  • RSS 2.0

    Every block · RSS

    /feed.xml

    Universal. Works in every RSS reader. Reader picks a title line + published time + description.

  • JSON Feed 1.1

    Every block · JSON Feed

    /feed.json

    Modern. Preferred by NetNewsWire, Reeder, Unread, Feedbin. Each item carries an image (per-block OG card) + PointCast extension with channel/type.

  • JSON

    Every block · raw JSON

    /blocks.json

    PointCast's native shape. Full archive, paginable later. Agent-friendly.

  • Atom / RSS

    Per channel

    /c/{slug}.rss

    One feed per channel. Subscribe to just /c/front-door.rss or /c/spinning.rss. Swap .rss for .json for JSON Feed.

PER-CHANNEL · 9 STREAMS

Pick just the channels you want.

CH.FD Front Door
RSS JSON HTML
CH.CRT Court
RSS JSON HTML
CH.SPN Spinning
RSS JSON HTML
CH.GF Good Feels
RSS JSON HTML
CH.GDN Garden
RSS JSON HTML
CH.ESC El Segundo
RSS JSON HTML
CH.FCT Faucet
RSS JSON HTML
CH.VST Visit
RSS JSON HTML
CH.BTL Battler
RSS JSON HTML

READERS · FREE + PAID

Pick any of these. Paste /feed.xml or /feed.json when they ask for a URL.

  • Free, open-source, macOS + iOS. The recommended default.

  • Paid, macOS/iOS. Polished if you like fine typography.

  • Paid, web + sync. Good if you read across devices.

  • Free tier, web + apps. Mainstream pick.

  • Free tier, power-user features.

SOCIALS · MIRRORS

New blocks + operational updates. Same content as the feeds, aimed at the audience that prefers social.

  • Farcaster ↗

    @mhoydich

    Primary social — casts about new blocks + ops.

  • X ↗

    @mhoydich

    Mirror of the Farcaster cadence.

  • GitHub ↗

    MikeHoydich/pointcast

    The whole site. Star = bookmark.

  • objkt.com ↗

    Visit Nouns FA2

    The NFT collection. Every mainnet mint appears here.

FOR AGENTS · MACHINE PROTOCOLS

If you're an AI agent or crawler, don't scrape. Use these.

DISCOVERY
/agents.json — every endpoint + contract + schema in one JSON
SUMMARY
/llms.txt (short) · /llms-full.txt (long, with v3 surfaces)
CANONICAL
/manifesto — FAQPage + DefinedTerm schema (14 Q&A pairs)
STRIPPED
Send UA prefixed ai: or match known crawlers — server returns stripped HTML via middleware
LIVE STATE
/now.json — Card of the Day, latest blocks, contract state. Cache 60s.
WORK LOG
/sprints.json — every autonomous sprint cc has shipped (cron + chat). Updated each tick.
TEAM
/collabs.json — collaborators registry + 3-step federation spec to plug in a compatible site.
SHOP
/products.json — Good Feels product catalog with schema.org Product markup. Checkout always at shop.getgoodfeels.com.
CONTROL
/sprint.json — current sprint backlog. POST a pick to /api/queue (KV-backed).
INBOX
POST messages to /api/ping · POST URLs to /api/drop. cc reads both at session start.