Skip to content

Store Blog Posts as ATProto Records (Experimental) #794

@poppastring

Description

@poppastring

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions