frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Mosaic – A Kotlin framework for cleaner back end code

https://github.com/Nick-Abbott/Mosaic
8•Nick-Abbott•2h ago
Backend APIs often grow into large orchestration classes full of duplicated calls and manual concurrency.

I’ve been working on Mosaic, a Kotlin framework that composes responses out of small, request-scoped “tiles.” Each tile runs once per request, dependencies resolve automatically, and independent tiles execute in parallel without boilerplate.

It’s still early (v0.2.0), but working today for caching, concurrency, and testability. Curious to hear feedback on the approach.

GitHub: https://github.com/Nick-Abbott/Mosaic Maven Central: org.buildmosaic:mosaic-core:0.2.0

Comments

ImPleadThe5th•8m ago
Looks interesting!

Can anyone remind me. There's some .Net library that works similarly right?