I'm using Flarum to run a small community forum, and one of the things we'd really like is a badwords filter. Pretty simply, an admin configures a list of words to catch, and the filter blanks out all but the last letter, replacing it with unicode heart symbols or similar.
This seems like the sort of thing that would be best done with an extension, so I'm happy to roll up my sleeves and get it done, if nobody else is working on something like this already.