Live data from Hacker News

Ask HN: No / low-code tools to build an application in 2021?

news.ycombinator.com

11–20 of 20 posts

Re: Ask HN: No / low-code tools to build an application in 2021?

#11
post #7

I, along with a great team, have spent over a year building an open source low code platform called Budibase. Budibase is best described as an open-source alternative to Outsystems, Retool and Mendix. The benefits include: - self-host with Docker/Digital Ocean - internal db - connections to MySQL, PostgreSQL, MongoDB - Accessible components - The outputed tools are real, single page applications - The apps are respon…

Budibase looks impressive thanks for sharing. How does scaling / load balancing work if I outgrow a single container?

Re: Ask HN: No / low-code tools to build an application in 2021?

#12

My company actively does projects using Bubble for business clients. It is awesome to develop with and allows for integration to handle esoteric scenarios. Speed is the main critique of Bubble (but, there are server packs that could be purchased to increase horsepower. I have never tried those though. Most of my current clients have business users and prioritise functionality and flexibility over breakneck speed. The…

Thanks Santosh! I'll review and connect with you if it looks like a fit.

Re: Ask HN: No / low-code tools to build an application in 2021?

#14

You may consider Mendix - https://www.mendix.com Mendix gives you the ability to go the no-code route or also the low-code route should you feel like tinkering with already available components and building on/tweaking them. They also provide a easy way to deploy them to a Mendix managed cloud. Disclaimer: I work at Mendix on an unreleased data product.

Thanks for mentioning. In terms of pricing I noticed Mendix lined to users. Assuming I want to offer it to lots of consumers who have the ability to login, would that count to the user total? Or is the user limit for admins?

Re: Ask HN: No / low-code tools to build an application in 2021?

#15
post #3

You should also consider DronaHQ, https://www.dronahq.com/ Once developed, app can be deployed both in mobile and as a web app. Notifications and Emails are easy to set up with ready connectors!

Good suggestion...I haven't dug in deeply, but do you know what 'tasks' are in this case? Is that user logins, writes to DB, integration requests or?

Re: Ask HN: No / low-code tools to build an application in 2021?

#16
post #15
post #3

You should also consider DronaHQ, https://www.dronahq.com/ Once developed, app can be deployed both in mobile and as a web app. Notifications and Emails are easy to set up with ready connectors!

Good suggestion...I haven't dug in deeply, but do you know what 'tasks' are in this case? Is that user logins, writes to DB, integration requests or?

DronaHQ Co-Founder here.

We are consumption based priced. We have prepackaged consumption based plans which are available. Our currency of measuring consumption of our service is 'Task'. Say any API/service call is a task & so is any BPM workflow block used while designing the system. Hope this helps.

Re: Ask HN: No / low-code tools to build an application in 2021?

#17
post #9
post #8

I recently launched "Scaffoldly" last week for just this purpose and am looking for some early adopters that would like to kick the tires. I've built the automation to handle a bunch of the nitty grittys, API Templates & Web Portal Tempaltes, Auth API, Serverless, etc. I'm marketing it as a "SaaS builder" but it also works great for small projects on a budget as well. It's free and open source, so should do well for…

Thanks for mentioning, I'll check it out when I get closer to implementation.

Awesome! Let me know if I can assist getting started!

Re: Ask HN: No / low-code tools to build an application in 2021?

#18
post #11
post #7

I, along with a great team, have spent over a year building an open source low code platform called Budibase. Budibase is best described as an open-source alternative to Outsystems, Retool and Mendix. The benefits include: - self-host with Docker/Digital Ocean - internal db - connections to MySQL, PostgreSQL, MongoDB - Accessible components - The outputed tools are real, single page applications - The apps are respon…

Budibase looks impressive thanks for sharing. How does scaling / load balancing work if I outgrow a single container?

Another question related to Budibase, how do you harden the container and handle security issues? A Google search leads me to githubs standard security overview which is empty, Sync suggests there may be some advisories associated with the container?

https://github.com/Budibase/budibase/security https://snyk.io/advisor/npm-package/@budibase/server?utm_med...

Re: Ask HN: No / low-code tools to build an application in 2021?

#19
post #11
post #7

I, along with a great team, have spent over a year building an open source low code platform called Budibase. Budibase is best described as an open-source alternative to Outsystems, Retool and Mendix. The benefits include: - self-host with Docker/Digital Ocean - internal db - connections to MySQL, PostgreSQL, MongoDB - Accessible components - The outputed tools are real, single page applications - The apps are respon…

Budibase looks impressive thanks for sharing. How does scaling / load balancing work if I outgrow a single container?

We are currently working on a kubernetes/helm based setup for easier scaling that will be the preferred production deployment strategy for Budibase. This will be available over the coming weeks.

Re: Ask HN: No / low-code tools to build an application in 2021?

#20
post #18
post #11

Earlier quoted context omitted.

Budibase looks impressive thanks for sharing. How does scaling / load balancing work if I outgrow a single container?

Another question related to Budibase, how do you harden the container and handle security issues? A Google search leads me to githubs standard security overview which is empty, Sync suggests there may be some advisories associated with the container? https://github.com/Budibase/budibase/security https://snyk.io/advisor/npm-package/@budibase/server?utm_med...

Great question - the Snyk report there actually contains some outdated packages that are no longer used and maintained in the latest versions of Budibase.

But for the main @budibase/server, security is something that is paramount to us. As part of the delivery of our cloud platform and production deploy targets over the coming weeks, we are working with external security consultants who are providing a full security audit, pen testing and working with us on the implementation of a comprehensive security policy for our software. We will be sure to update the community and GitHub as this progresses.

Post reply on HN