Ask HN: Best low-/no-code solution for simple web-based database frontends
11–20 of 146 posts
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#12GitHub link: https://github.com/appsmithorg/appsmith
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#13I'm working on an open source solution: Saltcorn ( https://saltcorn.com ). Works against PostgreSQL and sqlite, with a drag and drop view builder and extensions for Kanban boards, maps, statistics, stripe subscriptions etc.
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#14https://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
#15Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#16I'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
#17Someone 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.
Thanks for sharing.
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#18Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#19Someone 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.
It doesn't automatically detect foreign keys and make the fields for them correctly. Furthermore, it seems like they don't even use foreign keys for the models created through their UI - I checked the github issues, it seems like all of this is planned but work on it seems to have just started.