Live data from Hacker News

Ask HN: Best low-/no-code solution for simple web-based database frontends

news.ycombinator.com

11–20 of 146 posts

Re: Ask HN: Best low-/no-code solution for simple web-based database frontends

#12
I'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

#13

I'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.

Thanks for mentioning this - new to me, and looks very, very promising. There goes my weekend... ;-)

Re: Ask HN: Best low-/no-code solution for simple web-based database frontends

#16

I'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

I was just going to mention Appsmith. Great tool!

Re: Ask HN: Best low-/no-code solution for simple web-based database frontends

#17

Someone 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

#19
post #17

Someone 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.

I'm interested to hear how you find it - I looked at it to manage some parts of an already existing system (postgres + sqlalchemy) and there are some quirks.

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.

Post reply on HN