community widgets for pawr.link, rendered live at open.pawr.link.
every widget here is a small presentation-only card you can add to your pawr page. browse the grid, click one to see it up close, copy its widget:<slug> shortcut.
pnpm install
pnpm devpnpm create-widget my-widgetthen read CONTRIBUTING.md – it covers the widget contract, the data rules (enforced in CI), and how review works.
pnpm dev– local playgroundpnpm build– static build todist/pnpm check– typecheckpnpm check-boundary– boundary linter for widget codepnpm create-widget <slug>– scaffold a new widget
dev and build first refresh src/generated/native-catalog.json from the pawr.link catalog api; if the fetch fails the committed snapshot stays, so offline builds work. builds also regenerate public/llms-full.txt (gitignored).
this is a static spa, so agents should read the text files instead of the html: /llms.txt (what this is, key links), /llms-full.txt (every widget + full contribution guide, generated at build time), and /skill.md (agent-facing skill for building and submitting a widget).
powering pawr.link