I’ve explored lots of these and implemented a few with customers who wanted their “business analysts” to be able to build apps. My experience has been the “non technical” people can’t do these either and wind up getting developers to try, who are then frustrated with lock-in to a relatively unknown tool or expensive BPM suite. To a developer, these are often “death by a thousand clicks”. Even Visual Studio for the mo…
Ask HN: Best low-/no-code solution for simple web-based database frontends
31–40 of 146 posts
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#32> I'm currently looking for a solution to provide (non-technical) team members with a way to interact with a SQL database ... While I'm generally willing to pay, I'd really prefer an open and self-hosted solution. You should definitively check Metabase [0] then: it's open source, very easy to self-host, and democratize data access inside your team. We started using it for the same reason 3 years ago, I cannot recomme…
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#33Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#34Someone mentioned https://directus.io/ to me for this use case the other day. I've not used it, but it looks good. Open source and self hostable or SaaS.
This looks great, I need to build a customer request management system for our construction company, it's basically a CRUD and this looks like a perfect fit. Thanks for sharing.
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#35Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#36I keep a list of the best of the best for these tools, aimed at the absolute non-tech end of the market https://nocode.tech/category/internal-tools https://www.nocode.tech/category/app-builders Lists include both SaaS and self-hosted options
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#37Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#38I'm a founder of Appsmith that has already been mentioned here. It's an open source project to help you build CRUD UI on top on any database(MySQL, Postgres included) or API. We give UI components to create forms, charts, tables, etc. GitHub link: https://github.com/appsmithorg/appsmith
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#39If there is no logic to be needed, wouldn't any of the RDBMS web-management things work out? (think: phpmyadmin etc.) Alternatively, FileMaker still exists, including a direct web interface option. I often find that if you truly want a 'low-code/no-code' thing, you're stuck with no-logic no-interaction software. As soon as you start adding logic, you're essentially migrating from programming in a somewhat re-usable l…
I think this used to be the case but the landscape is changing quickly. Deepnote[0], for example, looks like a really interesting programming interface that's not quite traditional programming and lowers the barrier to entry significantly and is (arguably) in the low-code space.
Low-code products for data engineering show that we're not too far away from these sorts of solutions in a more generalized offering. Spreadsheets aren't the only answer.
[0] - https://deepnote.com/
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#40I’ve tried Retool in the past. Really enjoyed it. https://retool.com
Coming from building admin tools in ruby on rails previously, this is incredibly easy and straightforward. If I have the money to pay for retool I don't think I would choose another tool in the future
It's even possible to host it yourself which allows highly regulated industries to use it.