Skip to content
GitHub

RSS Schemas

Zod types and schemas for RSS feeds.

pnpm dlx shadcn@latest add pxl-ui/registry/schemas/rss
import type { Rss } from "@/lib/schemas/pxl/rss";
const feed: Rss.Feed = { ... }

An Rss feed.

An Rss item.