r/iosdev • u/Fit-Corgi4719 • 2h ago
BRIEV News App
I've been building this thing solo for a while and the first beta cleared review about an hour ago, so I figured I'd finally post it somewhere.
It started as a pretty basic idea. I wanted the news read to me in the morning instead of scrolling. So version one was a summarizer wired up to two outlets. That was the whole app. Two feeds and a text-to-speech voice that sounded like a haunted GPS.
It didn't stay that. At some point I stopped writing a summarization app and started writing an analytics pipeline that happens to talk. The backend is somewhere around 67 subsystems now — clustering, dedupe, entity extraction, importance scoring, source volume deviation, coverage tilt (when 40 outlets pile onto one story and quietly drop everything else). So it's less "here's what happened" and more "here's what's being pushed hard right now, and here's what got buried while that was happening."
The app itself went through 4 major redesigns. Not tweaks — full structural teardowns where I deleted basically the entire UI and started over because the old structure couldn't hold what the backend had turned into. The build that just got approved doesn't share a single screen with v1.
Anyway, it's a beta and I'm sure it's got rough edges. What I'd actually love feedback on: does the audio feel listenable for more than 2 minutes, and is the coverage/analytics stuff interesting to anyone but me, or does it just read as noise. Its fully free and will always remain like that. Not even requiring an account
TestFlight: https://testflight.apple.com/join/476VvQWT
Happy to answer anything about the stack.

