Ok so its been a while.
- Added Shorts: You can now post videos as content on Quacky! Go to /shorts to start doomscrolling 😎
- AI pre-moderation: Whenever a user reports a post, an AI model (currently gpt-oss:20b) will take a look at the post content. If it discovers that there is obvious inappropriate content, it will automatically unlist and make the post read-only until an administrator takes action. For privacy, the AI will only ever look at posts when someone reports. Check the attachments in my devlog to see it in action!
- Added another codebase (quacky-ai) for all algorithms and Ai stuff that I have planned. Didn’t want to bundle in that stuff in the main codebase because yeah.
- Added a administration panel for moderators: You can now directly edit posts, users, and replies at /admin if you have the administrator role on your account. It’s not the prettiest panel in the world but its just for me to moderate the server.
- Added a couple extra APIs for interfacing with admin stuff. Needs a admin session token in order to use. Endpoints are at /api/v1/admin
Log in to leave a comment
better auth 