What if someone made an image board style web page, similar to 4chan, with a space for people to upload pictures and comments as well as a blog section. Just a polished javascript application that would be fully open source.
Let's say 1000 people downloaded this application and made their own image boards. You could pull the image data from each of the 1000 chan boards and take the top 100 posts from each category and create a master list, without comments, that would act as a sort of newspaper. The ads from the newspaper would go to fund the continual development and maintenance of the system as a whole including the chan board itself.
I like this idea because it would mean that since the *chan board would be open source and written in javascript + some backend language (python?) each of the boards itself would have a javascript template, a backend with SQL for the boards and comments, and an API hook to the master server. Only the API endpoints to the master server (phoenix?) would be non-negotiable and it would allow the community to customize the open source webpage.
There would be no "building-blocks" that are so high level as to be non-functional.
The open source web page itself could be used in standalone mode without the API hooks to the server (but not have added benefits that the server could give such as dashboard analytics, the chance to have posts be on the main newspaper, and maybe some AI image classification, a chat hook that connected the chan boards through socketing?).
The newspaper would be a real source of truth because there would be no incentive to game the system - no master website to knock over or gain the top comment off of. The individual websites and the SQL data would all be owned by individual devs running their own environments. The application itself would be continuously improved by a community of people who cared about open source software and not by an algorithmically driven corporation.
Like I say I'm probably too dumb to build this, but I'm working on a small website and maybe I can turn it into that. Or maybe someone else will start building this and I can help. But I think that this is important given where the news and social media is these days so it would be exciting if this were made.