For prototype/internal use or customer facing products? Zappier, airtable, retool(or open source alternatives) seem ok if you need something quick.
Airtable / Retool - Budibase
21–30 of 95 posts
For prototype/internal use or customer facing products? Zappier, airtable, retool(or open source alternatives) seem ok if you need something quick.
Airtable / Retool - Budibase
> non trivial > production ready > low code Choose one
(We really are at the point where some solutions offer choose two)
But, add “robust sophisticated data access controls” to that list and its still “choose two”)
These low code platforms are like blueprints in game dev engines. They are cool for the first 2-3 iterations and a nightmare after.
One huge problem with no/low code solutions is that people usually think that this doesn't need to be done for no/low code solutions, only for code solutions. But solutions using nodes in order to build stuff also need to be revisited, refactored and thought of as abstractions.
- I wasn’t around for the decision between outsystems and mendix, but apparently the choice largely came down to the support provided by the Mendix team in getting a fledgling dev team up and running in a company which at the time only outsourced dev work
- following on from that, the Mendix guys were all great to work with. A genuine positive. I heard that the impression of outsystems was much colder
- it’s a really mature product that’s always growing. Backed by Siemens for a few years now.
- like all low code it has its limits but it’s built in Java and there is the option to add Java code where needed for performance or for some other reason. There are APIs for hooking into the platform at multiple levels so it’s extensible.
- in my current job I build in azure/logic apps/function apps. Personally I would either do function apps or full low code like Mendix (costs aside). I try to avoid the middle ground or power automate/power apps/ logic apps - you basically get the worst of all worlds, and are only really intended to link services together or orchestrate amongst services.
I would say Bubble is good if you don't know how to code but still want to build something like a basic CRUD app. If you know how to code, my advice would be to still code it yourself. This advice is probably valid for most no-code tools, because you always trade off against something.
Surprised no one has said Framer yet
No code has its role, there are many simple things it can make easier. For most non trivial systems, no code will get you 80%-90% to a solution and the last 20% of your solution will be extremely difficult, complex, or impossible to deliver in any maintainable way. Developers are hostile to these types of solutions specifically because once you go past basic CRUD your no code solutions make everything so much harder…
> non trivial > production ready > low code Choose one
Our project did it in about 2-3 years, rewriting hundreds of tests in the process, yay :)
The cost is in requirements and dependencies. The tools and implementation is the cheap part.