Model builder
Every SaaS platform is about some kind of problem space that is really specific to the project.
For example: Airbnb is about rentals, Uber is about transport.
When you need to create an app you (or the developers in charge) will need to implement all the different object types that are important for your problem space.
Example:
- Airbnb: rental property, tenant, property owner, listing
- Uber: car, driver, customer
On top of this, when you need to build different apps (Web, iOS, Android) then this work needs to be done in different programming languages. So, it’s a lot of work that needs to be done with a corresponding price tag.
In order to reduce the work and cost, we created a model builder that allows us to easily model the problem space. When developing the screens and components of your apps we can use this model to speed up the work.