Try our new research platform with insights from 80,000+ expert users

Ionic vs Mendix comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Mar 4, 2025

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Ionic
Ranking in Mobile Development Platforms
7th
Average Rating
8.6
Reviews Sentiment
7.6
Number of Reviews
14
Ranking in other categories
No ranking in other categories
Mendix
Ranking in Mobile Development Platforms
2nd
Average Rating
8.4
Reviews Sentiment
7.0
Number of Reviews
52
Ranking in other categories
Rapid Application Development Software (8th), Low-Code Development Platforms (6th)
 

Mindshare comparison

As of April 2025, in the Mobile Development Platforms category, the mindshare of Ionic is 7.4%, down from 7.7% compared to the previous year. The mindshare of Mendix is 22.5%, up from 21.5% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Mobile Development Platforms
 

Featured Reviews

Roche De Kock - PeerSpot reviewer
Allows us to create cross-platform mobile apps from a single code base, but should have a complete set of libraries for Capacitor
When they jumped from version 3 to version 4, 5, and 6, they introduced something called Capacitor, which is basically the tool that you use to convert your code to Xcode, etc. They have a few plugins that are still using, for instance, PhoneGap. So, you have to jump between Capacitor and PhoneGap. Their documentation is good, but there are some versioning control issues. For example, if you want to bring up a phone dial-up or a map, you have to decide whether to use Capacitor, PhoneGap, or Cordova. They started writing Capacitor to get rid of PhoneGap and Cordova, but they haven't yet got all the libraries and all the functionalities. They want you to start using Capacitor, but they don't have all the libraries there. They're developing them as they go. So, currently, you have to mix and match the three. When it comes to mobile applications, I would only like to use Capacitor. I don't want to jump between Cordova and Capacitor or have both of them. That's the main thing for me, but they have been working on it. They have started to bring them closer and closer so that you don't have to use two different sets of libraries. They're close to where you don't have to use Cordova or PhoneGap, and you can only use Capacitor. In versions 5 and 6, they have improved it a lot. They can also improve it in terms of publishing to different stores. For instance, I'm using Firebase to make my Ionic app web compatible. If I don't have a Node.js server to host on, I have to host it on Firebase or something like that. Currently, if I need to publish to different stores, such as the Microsoft store or the Huawei store, the only way I can publish to, for instance, the Huawei store is by creating the APK and uploading it. If they can start adding a little bit more integration to publish to different stores, such as the Samsung store, Huawei store, or Microsoft store, it would be good. Currently, there are no problems with iOS and Google Play Store, but for the other stores, you have to do a little bit of a workaround to get things done. Its stability could be better. For me, jumping between versions 3, 4, and 5 was a big problem because it wasn't seamless. Jumping from version 5 to 6 is more seamless. Jumping from version 3 to 5 has been a nightmare because I had to recode quite a lot to be compatible with version 5. I totally skipped version 4 because it was just too quick. Jumping between versions has definitely been a problem for me. If I have to do a lot of plugins and redo a lot of my coding because they're jumping versions, I'm going to look for something else.
Sameer Verma - PeerSpot reviewer
Low-code, helpful support, and great native mobile capability
There is always a layer of custom code required. There is a misconception of low-code, or Mendix, or the industry in general. They are perceived as more of a dashboarding tool, and as a visualization platform only, rather than building a complete enterprise solution. That's more of an awareness marketing challenge they have, or the industry has. In general, AI needs to be better. The team and the company is running ahead with this a bit more. AI area is something which companies have started to pick up on, low-code wise, and they should invest in it more. I would like to see their data hub module become a little bit more mature. They need to expand their base as the concept is amazing. We just need to see more use cases and learn more capabilities there, and then definitely they need to fill in the AI piece of it.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"With the Capacitor feature, you have access to the native attributes of your phone such as your camera. This makes work a lot easier."
"Ionic is easy to upgrade and is helpful for design purposes. It also is quite common and easy to use. It is a very reliable application. It's easy to write on and print. The UI is easy to use as well. My organization chose to go with Ionic because we can access both Android and iOS applications."
"Because it's a hybrid mobile app framework, it is easy for us to develop iOS as well as Android apps for our customers with the same resource skills. We didn't have to have separate iOS teams and Android teams to build the apps. We still have to use the Apple Xcode for iOS, but the main development happens with JavaScript, HTML, and CSS. We don't have to write separate code bases in scripts for iOS and Android. We create apps using web-based technology."
"Ionic's best feature is that it's not necessary to write your own custom codes as all the hybrid is provided by Angular."
"The main value of this solution for our business, is that it is a hybrid product that allows us to write code that is compatible with IOS, Android, and web documents."
"Being able to have one set of code is valuable. I don't have to recode for different platforms. I don't have to recode for Xcode, Angular, or Android. So, the biggest feature for me is that it's a hybrid system, and I can have one set of code, and then the tool sets that are in there convert my code for Xcode or Play Store. It makes work a lot easier."
"The solution can support many languages."
"What I like the most about Ionic is live reloading, which enables us to develop new features without having to build the application again and re-check the functionality."
"The integrated security saves a lot of time, especially when it comes to setting up user-roles and security. Also, database updates work automatically. There is no need to write queries to update the database, once you make an update."
"When I often want to pitch Mendix, if there is something out of the box that is not available, I can always extend Mendix. Whether it's the front end or the back end, It can be extended with Java. I've also built many widgets using Mendix."
"We also use Mendix Enterprise Integration for complex business logic. It's a low-code platform, so we run Mendix in the Mendix Cloud."
"Mendix provides the ability to create solutions that fill gaps that I would otherwise be unable to address with standard software."
"The development environment is model-driven. We can use the information from this for our business engineers to make the information models, and they can also execute the model."
"The pricing is very clear, with no hidden fees."
"The initial setup is easy."
"The most valuable features of Mendix are the drag and drop functions, the data entities, domain models, and all the related features."
 

Cons

"Ionic's UI component doesn't always look like the native mobile app."
"Ionic would be improved with dynamic design features."
"They started writing Capacitor to get rid of PhoneGap and Cordova, but they haven't yet got all the libraries and all the functionalities. They want you to start using Capacitor, but they don't have all the libraries there. They're developing them as they go. So, currently, you have to mix and match the three. When it comes to mobile applications, I would only like to use Capacitor. I don't want to jump between Cordova and Capacitor or have both of them. That's the main thing for me, but they have been working on it."
"It would be good if the mobile version uses something other than JavaScript and HTML."
"As a developer, I would say one of the improvements is more plugins."
"Documentation for migrations and compatibility is insufficient."
"The documentation could be improved."
"In a future release, we would like to have a little more support for the desktop environment. Currently it is still focused on mobile devices."
"We are all moving away from a monolithic product model to microservices. We are building an F2DUI application to decouple the front and back end. Mendix provides an integrated approach for both."
"One area for improvement is its integration capabilities. Creating a pluggable widget or integrating it with other systems is challenging. In terms of features, it would be great to see advancements such as AI services and the integration of third-party services. Additionally, connecting external devices to the application requires multiple steps. Improving this will make it easier for the developers."
"Mendix could improve by allowing the customization of different programming languages, such as Python and C++."
"The vendor should focus more on the opinion of the users and make improvements"
"An improvement I would like to see is the ability to version manage independent modules. Their version management for software repositories must be better. It's good and you can do it, but it needs work."
"There are not enough developers who are using Mendix. The knowledge base available online and in the market is not as rich as other competitors."
"It could use a more comprehensive widget creation studio in the IDE."
"Occasionally, there is downtime if an upgrade is happening in the application."
 

Pricing and Cost Advice

"We pay 50,000 dinars per month."
"The solution's open source option is free with no licensing fees."
"Ionic is an open-source solution, it is free."
"You can use the free version, but if you still want to buy it, the price starts from $499/month."
"Ionic is an open source solution, and there are no hidden fees."
"You don't have to pay anything except for certain projects. For example, Appflow has some costs related to it but you don't have to use it. You can also pay for extra support."
"The starting cost for the enterprise option is around one hundred dollars per month."
"I think most of the plugins for Ionic are open source, and you can do a lot with many of the basic features. However, if you need to use a premium plugin for something like extra scroll list functionality, Ionic will ask for a certain sum of money."
"Mendix is not open source, but its license cost is cheap, particularly when compared to the Appian license. The license model would depend on how many users you have and how many applications you are creating. If you are creating a single app, you just need to have a single app license, so it's free. If you want a multiple app license to cover two thousand or three thousand users, for example, internal users or external users, then you need to pay for the license. There's also a license model for above three thousand or four thousand, or five thousand internal and external users."
"Pricing used to be complex, but Mendix has improved that quite a bit."
"Mendix seems a bit expensive. But in terms of wanting to have less developers and higher velocity, the total cost of ownership is fine. It's not cheap, though."
"From a commercial point of view, we would like them to change that they currently sell it as a platform, but as a customer you have to decide upfront the usage of the platform. We would like to have Mendix sell it as a pay as you go model: You pay for what you use, and you don't pay for what you don't use."
"Its cost is higher than competitors. The cost mostly includes licensing. It is charged per user. The cost model could be better. When you have a big company, what does per user mean? If I have a company where I have 40,000 people who will go to access it but only 200 do, how do you license it and who do you pay for? If they hit it once, do you pay for it? The licensing is complex for a big company. It is easy for us to buy all we can eat, get an enterprise license agreement, and call it good."
"Initially, we started with a year for approximately $25,000, and if we need to expand the number of seats then we will increase it."
"The solution is a bit expensive compared to others"
"There is a license required to use Mendix. The solution's price is high, but it is best suited for enterprise companies that have the budget. It is not for small or medium-sized businesses."
report
Use our free recommendation engine to learn which Mobile Development Platforms solutions are best for your needs.
845,406 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Computer Software Company
20%
Educational Organization
12%
Comms Service Provider
8%
Real Estate/Law Firm
6%
Computer Software Company
17%
Manufacturing Company
13%
Financial Services Firm
9%
University
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
 

Questions from the Community

Ask a question
Earn 20 points
What do you like most about Mendix?
We also use Mendix Enterprise Integration for complex business logic. It's a low-code platform, so we run Mendix in the Mendix Cloud.
What is your experience regarding pricing and costs for Mendix?
I would rate the pricing a six out of ten. The solution is a bit expensive compared to others, but in the long term, it is worth it. For instance, Microsoft Power Apps don't demand a huge investmen...
What needs improvement with Mendix?
All software applications have their hiccups, including the Mendix Studio Pro developers program. Though still improving, there is no specific example of what really needs to be improved. Some lear...
 

Comparisons

 

Overview

 

Sample Customers

MRA, Napa Group, Sworkit, Airbus, Sense Corp, Interactive Gaming Company, Pacifica, Untapp'd, Diesel, National Museum of African American History and Culture
Genzyme, TNT, Yahoo, Capgemini, Roche, D&B, Aegon, kpn, AZL, Sky, Arch, Penn State Univeristy, BancABC
Find out what your peers are saying about Ionic vs. Mendix and other solutions. Updated: March 2025.
845,406 professionals have used our research since 2012.