Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
21–30 of 70 posts
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#22Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#23Take 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…
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#24Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#25Definitely on my watch list though!
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#26https://grafana.com/grafana/plugins/simpod-json-datasource
It has a great GUI for building queries, plus solid RBAC, great charting, and a very flexible alert system. Configure in their GUI, then get your dashboard's code in as JSON for deployment. You can also define dashboard in actual code, ie grafanalib in Python and others- which is great for DevOps. https://github.com/weaveworks/grafanalib
They have nice stylesheets ready for TV displays, but it gets really fun when users get their hands on it and can zoom in and drill down on time-series data, filter with dynamic parameters and such.
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#27It doesn't have the functionality to perform custom REST calls yet but it's definitely on the list. For now you can get the basic metrics from Google Analytics, Search Console, Facebook Pages, Instagram, and Stripe. It's still very much in beta but you're welcome to try it.
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#28Retool is great software and has a great team. ( https://retool.com/ )
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#29It has nice gui for data exploration, clean charts and integrates really well with gsheets.
If you save the API calls in a database could use this?
Re: Ask HN: What low-code “dashboarding“ SaaS would you recommend in 2021?
#30You can also have multiple requests made to different services gathering data on the same chart.
Disclaimer: I'm the creator of the tool, so feel free to ask any questions about it and I'll be happy to answer