Archive of our own
This article is a stub. You can help the IndieWeb wiki by expanding it with relevant information.
Archive of our own (AO3) is an open source and volunteer-led fanfiction website that community members have discussed backfeeding comments from.
Features
- tags
- content warnings
- Fanfictions, kudos (likes) and comments in many languages
- Many fandoms
- RSS feeds for each tag and fandom
IndieWeb Examples
Sara Jakša
Sara Jakša posts the copies of the stories posted there on her website. The process is currently manual and will probably stay manual. They keep the list of comments they made locally to be used for different scripts (like to generate user CSS).
Add yourself here… (see this for more details)
Brainstorming
Backfeed
Backfeed of comments was discussed at the 2023-07-01 Galactic Bonus Homebrew Website Club. The discussion started with how this could be implemented in the WordPress or Bridgy, with most of the discussion being about backfeeding.
The problem with backfeeding for AO3 is, that AO3 does not provide a list of all the comments or kudos (equvalent of likes) that a person had posted, though they provide a list of all the bookmarks a person had made. What they do provide is the history of every story every visited and sending the copies of the comments to the email - assuming the user did not turn this off. To get all the user comments, they suggest to use the add-on, which checks all the works in the history and put next to it an indication if the story had a comment or a kudo from the user.
They do not provide an API, but they give all the permission to scrape them for needs like this.
There is a third-party Node.js library that provides an API for AO3 (and other sites that use the same codebase) called AO3.js, which can be used for scraping.
Add ideas for backfeed or PESOS
This section is a stub. You can help the IndieWeb wiki by expanding it.
See Also
- 2023-07-11 "AO3 IS BACK" was trending on Twitter: https://twitter.com/search?q=%22AO3%20IS%20BACK%22&src=trend_click&vertical=trends
- 2025-11-28 Experimental AO3/Astro loader See Astro
- 2025-11-28 AO3.js