I would like to save my thoughts here... it will at least help me
in the future ๐
Date | Comment |
---|---|
02/11/2024 | First version |
04/11/2024 | adding jyc.dev links & GitHub |
Links
- https://atproto.com (Intro, Guides & Specs (DID, Repo, Lexicon, ...) !)
- https://atproto-browser.vercel.app/ (AMAZING example to navigate on RAW data)
- https://whtwnd.com/jyc.dev (Blog on atproto)
- https://jyc.dev/blog (The blog content in "my website")
- https://jyc.dev/at (Stats with at handles)
Codes
- With
pnpm add @atproto/identity @atproto/syntax -D
you can already browse everything (without any auth). - In
+page.server.ts
(yes I'm in Svelte ๐งก), at build you can crawl your whtwnd blog posts to display them on your personal blog, in my case: https://jyc.dev/blog.- with handle
jyc.dev
get the diddid:plc:dacfxuonkf2qtqft22sc23tu
getPds(did)
listRecords(pds, did, repo)
- with handle
- How to get blog content to the website ? Github Link
- Stats with handles Github link