-
-
Notifications
You must be signed in to change notification settings - Fork 190
Store Blog Posts as ATProto Records (Experimental) #794
Copy link
Copy link
Open
Labels
Description
Allow DasBlog to store a canonical copy of each blog post as an ATProto record. This makes posts portable across servers and aligns DasBlog with decentralized publishing standards.
Proposed Solution
- Add an option to publish the full post body as an ATProto record.
- Store the record URI in metadata.
- Allow updates to replace the record.
- Provide a toggle for authors who want decentralized storage.
Technical Notes
- May require custom record schema or use of existing feed post schema.
- Large posts may need chunking or external blob storage.
- Experimental but forward-looking.
Acceptance Criteria
- Authors can enable ATProto record storage.
- Posts are stored as ATProto records.
- Updates replace the record.
- Metadata stores the AT URI.
Reactions are currently unavailable