This is a rudimentary BlueSky feed generator to make Tumblr-style tag collections.
This isn't a fork of bluesky-social/feed-generator; this is written from scratch using Next.js! (None of that React nonsense, though.)
- Deploy a fork of this project to Vercel.
- When prompted, complete configuration:
BSKY_HANDLE: your full handle (ex:abc.bsky.social)BSKY_PASSWORD: an app password to your accountCOLLECTION_TAG: text that gets any post into the collection (ex: something hashtag-like like!#hior a trigger emoji like📌)COLLECT_NSFW:trueorfalseas to whether NFSW-labeled content automatically goes into the collectionFEED_NAME: a name for your collection feedFEED_DESCRIPTION: a description for your collection feedRECORD_KEY: an arbitrary internal identifier, which must be unique among your feeds (ex:feed-1)