Live data from Hacker News

Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

news.ycombinator.com

1–10 of 70 posts

Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

#6
post #2

Retool is great software and has a great team. ( https://retool.com/ )

Nice! It’s like SAP, but for sane people.

It is a platform lock-in. So one must have to do an ROI analysis whether it makes sense to go with such a deeply coupled tooling.

Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

#9

Earlier quoted context omitted.

Nice! It’s like SAP, but for sane people.

It is a platform lock-in. So one must have to do an ROI analysis whether it makes sense to go with such a deeply coupled tooling.

Or you could look at it as a tool for quick and easy prototyping.

Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?

#10
Take a look at https://anvil.works - it's not just "low code", it's a full web-dev platform so simple that you can build a dashboard with a few lines of Python - front end, back end and drag-n-drop design. (I'm a founder.)

The trouble with "low-code" is that you're stuck on rails - it's very easy to do a few things, but the moment you want something the creators didn't anticipate, prepare for a lot of pain.

Anvil is the opposite approach - it's a dev environment that happens to be simple enough to build a dashboard in minutes, but with a Real Damn Programming Language. It's basically Delphi for the web: It's got a drag-n-drop designer, Python in the browser and on the server, code editor with full-stack autocomplete, etc.

(And unlike "low-code" tools, the runtime engine is open source, so you're not locked in: https://github.com/anvil-works/anvil-runtime)

Post reply on HN