DEV Community

Serhii Boboshko
Serhii Boboshko

Posted on

I built a Jetpack Compose framework that auto-generates SQLite database and UI for your entities (ERP-style apps in minutes)


I’ve been building apps with Jetpack Compose for a while, and I was always frustrated by how much boilerplate I had to write — especially when dealing with entities, DAOs, ViewModels, and UI forms.

So I decided to create my own framework — ComposeEntity. It automatically generates the SQLite database and the full UI for your entities (with CRUD operations, navigation, and even reports). You just describe your data model — the framework takes care of the rest.

Think of it as a way to build ERP-like apps in minutes instead of days. No need for Room, no manual ViewModel wiring, no repetitive UI code — everything is generated automatically but still fully customizable.

Here’s a short video showing how it works 👇
(Video link)

I’d love to hear your thoughts, suggestions, or use cases you’d like to see supported next.

Top comments (0)