What client facing dashboard do you use for your SaaS? I see a bunch for internal dashboards but what about customer facing ones? Are there any low code tools for this?
A quick Google search shows mostly enterprise dashboard builders and internal dashboards. Unless I'm misunderstanding what internal dashboards are.
What is "client dashboard"? Do you mean the whole UI or just a part showing some metrics or so?
I think flutter flow is pretty good.
Hi, I was about to recommend a couple of React templates, but you want this to be no-code. What kinds of things are you planning to have displayed on this dash? Is the data coming from your app or from outside sources (or both)? I have a thought or two, but it depends what you've got in mind.
Ah yes low or no code would be nice since I primarily do backend and not great with React. Mainly just CRUD actions on the dashboard for a standard Postgres database.
If you're committed to no code, probably something like flutterflow or maybe bubble. It's the kind of thing one can do with WordPress, but if you haven't worked with WP before I suspect the learning curve may be more trouble than it's worth. At some point in the future I want to build some dashboard display components that could be dropped into WP pages, but even that might not really help you because you'd need to code the connection to your database. I'm probably not much help, in short.