alpha
Login
or
Join now
russ.fugl.dev
/
atproto-presskit
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
React blog kit backed by AT Protocol. Provides filtering UI, pagination, Bluesky comments/embeds, subscribe widget, and markdown rendering.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
atproto-presskit
/
example
/
src
/
lib
/
at
main
3 files
Russ T. Fugal
Update documentation and example app
2mo ago
b65f7653
publications.ts
Update documentation and example app Refresh README with new API exports and architecture notes. Update example app to demonstrate image context and avatar resolution.
2 months ago
standard-site-fix.ts
fix standard.site post URLs by probing and stripping /posts prefix standard.site lexicon records store paths with a /posts prefix (e.g. /posts/docs/faq) but the site serves them without it (/docs/faq). A new helper withStandardSiteFix wraps the feed adapter: for each post href it issues a HEAD request and, if the response is not 2xx, strips the first /posts path segment via regex. The helper lives in its own file so it can be deleted once standard.site updates their records. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
utils.ts
scaffold blog-infra package + example consumer - bun workspaces with example/ as the in-submodule consumer - tsconfig paths @/* → example/src/*, @blog/* → src/* - example/ ships real shadcn Button/Toggle/Pagination + cn helper so the submodule's tsc resolves @/components/ui/* and @/lib/utils - caches in node_modules/.cache (eslint, prettier, tsc, vitest) - bun run check chains lint + typecheck + format:check + test - patch file relocated to patches/sequoia-cli@0.5.6.patch Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 months ago