I’ve been building a small social network where the feed is always chronological — newest posts come first, always.
It’s not 100% algorithm-free (there’s still basic filtering to avoid spam or abuse), but the core idea is that every user has a real chance to be seen, even with zero followers.
It’s lightweight, works well on mobile, and supports both posts and comments. Most of the content is currently in Portuguese, since it started with a Brazilian audience, but the interface is mostly language-neutral.
I’d love any feedback on the concept, UX, performance, or anything else.
Thanks!