modrinth API on android — fabric mod browser i've been working on
So the app pulls from modrinth and I added Fabric-specific filtering so you're not wading through Forge or Quilt results if you don't want to. Built with Jetpack Compose and following MVVM architecture, which honestly made the search + filter state management way cleaner than I expected.
Right now you can filter by Fabric loader, Minecraft version, categories, and sort by downloads or recently updated. The modrinth API is pretty solid to work with, though rate limiting required some caching logic on my end.
Since this is probably the most technical crowd I'll post to — curious what Fabric-specific stuff you'd actually want. Better dependency graph display? Compatibility warnings? Something around the Fabric API version specifically? I want to make it actually useful for people who know what they're doing, not just a fancy list view.
Link in the comments if anyone wants to try it.