Can you post about how you're doing it, and what software is involved or as redacted as possible for opsec. I'm really curious
Ephyra (formerly ruforo, formerly sneedforo) is a planned forum rewrite that I have been thinking about for maybe 6 years. I've started from scratch on it twice myself. It's not just a figment of my imagination, any time I get bored (and sometimes late at night when I can't sleep) I write up design documents with AI assistance. At some point I'm going to have the entire forum system written up to every detail and will simply conjure it into existence with AI. I know how I want basically every element to be written and how I want it written. I've gotten far enough along sometimes I poke at designing the frontend now that AI-assisted web design is a thing.
Multimedia has become very important to the forum more over time and there's been consistent problems with upload speeds, download speeds, video playback reliability, and an increasingly big issue with user upload formats. .MOV is very popular with iPhone users, especially for screen recording, and that doesn't play on certain browsers or on certain operating systems.
So the first part of Ephyra will be the media component. This is actually the first thing I ever sketched out in my head. The way XenForo's media buckets work is just catastrophic for a website like this that has tens of terabytes of video files. I've been complaining about it for probably a decade now.
It's going to be licensed as a product of USIPS and will be open source under a GNU license.
Edit: And for how it works, the Ephyra system will run on the server in the same way that the chat is literally just Ruforo. It is the only surviving part of the forum rewrite from COVID-era. It will process videos and use webhook callbacks to notify XF that there are better media files to use.