It depends a lot on what you consider “Low Code” and what your target is. Corporate users tend to look at Mendix, OutSystems, etc. because they are typically looking at building end—to-end solutions, and those give you front-end, APIs and ORMs (or, rather, abstract all of those away). Most OSS or IoT folk will immediately point to Node-Red or n8n.io, which look similar but are actually quite different in focus (n8n i…
Ask HN: Which NoCode platforms are fine?
91–100 of 138 posts
Re: Ask HN: Which NoCode platforms are fine?
#92Earlier quoted context omitted.
15 hours per month for $300? I run a combined 120h/day on AWS for less. Maybe it makes sense for some, and if people pay you for it then that’s great, but to me I cannot see the economics of that ever working out.
That's fair - if you compare us to raw compute we are going to be well over an order of magnitude more expensive, even with the volume discounts we offer at our "contact us for pricing" tier. Usually when folks are considering us, they're comparing us to the other alternatives which generally are either (1) have folks on staff do each regression test pass manually, (2) hire additional devs/automation engineers to bui…
I guess there is a happy point in between too small and too large where you have a bunch of QA, but no dedicated people to keep your pipeline up (and if things like Cypress didn’t exist, it’d be more or less impossible).
Re: Ask HN: Which NoCode platforms are fine?
#93NoCode platforms can be further divided into sub category of tools. Depending on your need you got to look at using one or multiple tools. 1) BPM tools: build workflows & business processes. Tools like Appian, Pega, kissflow, etc 2) Form builders: jotform, typeform, etc 3) automation: Zapier, integromat, etc 4) Frontend builder - Consumer apps -> bubble, adalo, etc - Internal apps -> Retool, DronaHQ, Appsmith 5) App…
Re: Ask HN: Which NoCode platforms are fine?
#94I like appsmith for internal apps. Tried budibase and retool, but feel appsmith is better. They are also ridiculously responsive on discord - fixing bugs, giving advice etc. Not affiliated with any of them.
Thank you for mentioning Appsmith! We do spend a lot of time on support, glad that you noticed it.
Is the current sticking point auth & keeping data segregated?
Re: Ask HN: Which NoCode platforms are fine?
#95I would say "none of the No Code platforms I've seen are fine", because all the ones I'm familiar with have either inadequate testing or no testing at all. The problem is that apps built without testing don't scale past a certain level of complexity — and so complex projects built with No Code tend to fall apart as they become successful. It's not that it can't be done, but that there's probably very little demand fo…
That said, if you think that unit tests are always required, then I think that you are a victim of code complexity. Let me explain. I do believe that unit testing is good to master complexity, which often becomes out of hands with classical approches because the code is complex by itself (new lib versions popping up all the time, breaking refactoring). The thing with low-code is that it lowers that complexity by proposing more declarative approaches, which are more stable and less broken when changing versions (think of a static web page for instance, you don't really need to test it that bad although the browsers versions bump all the time).
I think that it is more important to be able to control complexity in order to avoid testing, rather than having to test "no matter what", like your reaction suggests. Plus, testing implies CI/CD and a lot of automation that are extremely complex to set up and consume a lot of resources.
I wrote a blog post about this stand-point lately https://cincheo.com/2021/10/03/when-low-code-meets-local-fir...
DISCLAIMER: I am currently working on a new low-code platform for frontend development based on the local-first paradigm. (web site: https://www.dlite.io, platform, with examples: https://plaform.dlite.io).
Re: Ask HN: Which NoCode platforms are fine?
#96Re: Ask HN: Which NoCode platforms are fine?
#97I would say "none of the No Code platforms I've seen are fine", because all the ones I'm familiar with have either inadequate testing or no testing at all. The problem is that apps built without testing don't scale past a certain level of complexity — and so complex projects built with No Code tend to fall apart as they become successful. It's not that it can't be done, but that there's probably very little demand fo…
If you use a no-code front-end builder (like Bubble.io), I guess you could use any UI test framework to test your app. It is not the same as unit testing, but it is more global and in the end, UI tests are quite powerful to detect regressions that matter to the users. That said, if you think that unit tests are always required, then I think that you are a victim of code complexity. Let me explain. I do believe that u…
> I think that it is more important to be able to control complexity in order to avoid testing,
I think that's a worthy ideal to strive for, but it's not so easy to control complexity in practice.
First, a lot of complexity arises from business logic requirements. Even if you have an "engineering" department, they're going to have limited ability to negotiate away complexity in business concerns. And many outfits who adopt No Code don't have engineering departments, and aren't well versed in engineering principles like simplifying, testing, or even keeping backups, let alone modularization, separation of concerns, loose coupling, or other approaches for managing complexity at scale.
And then there's time. It takes time to whittle something down so that it is simple and elegant. That time costs precious resources which small outfits may not be able to spare.
Re: Ask HN: Which NoCode platforms are fine?
#98Re: Ask HN: Which NoCode platforms are fine?
#99I like appsmith for internal apps. Tried budibase and retool, but feel appsmith is better. They are also ridiculously responsive on discord - fixing bugs, giving advice etc. Not affiliated with any of them.
Re: Ask HN: Which NoCode platforms are fine?
#100I would like to add Budibase to this list.
The platform is open source, makes it incredibly easy to build internal tools, SSO is free, and its apps are responsive. Also, coding is optional (unlike other platforms listed in this thread)
Also, Budibase is currently free!