Most real estate transactions are made with the involvement of 3rd party agents, which imposes additional fees on both buyers and sellers. These costs amount to roughly 6% of the real estate value! Our Client decided to change that and save money for buyers and sellers by creating a direct connection between them.
When ThreeLeaf Creative contacted Neoteric, they were planning to publish a mobile application for real estate posting with the capabilities of direct live chat between users. The desired result was to lower the additional agent-related costs and simplify the communication between buyers and sellers.
The Client wanted to receive suggestions on the tech stack to be used for product development together with all technical requirements.
Our team had a limited time and budget to develop a basic version of the product the Client could showcase to the investor to get funding.
Users needed to log in to their accounts in order to have access to their resources. It was not possible to use 3rd party tools such as Amazon Cognito as it would disturb the user’s flow by redirecting them out of the application.
We needed to make conversations easy to follow for the customers and easy to manage for the consultants. The application needed to be fast, reliable, and to handle different types of conversations in different ways.
The Core API required a set of features, including adding, editing or removing properties, automation triggered by specific actions (e.g. removing a property), and integrations with third-party services.
To make the application scalable and easy to maintain, we decided to divide it into microservices. That way, updating the existing features or adding the new ones does not require changing the whole application. What’s more, new microservices can be created with new technologies and smoothly communicate with the old ones.
Even though it was possible to use some 3rd party solution such as Amazon Cognito, it would disturb user flow by running the authentication outside of the application. With the custom solution, the user stays in the app during the whole process.
Quality Assurance to provide the best user experience for the end users. Our QA team made sure that the whole customer journey inside the app is smooth and easy, and that it stays in-line with the requirements.
Users of the application got a convenient system for searching real estate properties by key parameters of the location (even if they don’t know where that location is).
Thanks to eliminating 3rd party agents from the process, users of the application, both buyers and sellers of real estates, are able to save the cost of fees that can typically get to about 6% of the real estate value.
Working with GraphQL, we created a typed API and implemented a unified way of filtering. Thanks to these solutions, the app “knows” what data it will receive and is able to filter that data with different fields of a chosen model – which boosts the app’s efficiency and makes it easier to develop by any future team.