Hacker News new | ask | show | jobs
by lgvld 1588 days ago
What you seem to be looking for exists and it’s called Directus: https://directus.io/ (authentification, permissions, GQL/REST API, admin interface, etc.)

But I would not call Directus a NoCode platform, it’s just a turn-key backend on top of a SQL database (also providing an admin interface).

I am myself a very satisfied user (for the last two months or so; Directus existed for a few years).

Have a look.

1 comments

I've been spending the last few days looking into solutions in this space for the umpteenth time and Directus does seem to be one of the most interesting ones. It's basically a non-intrusive, flexible and extensible GUI on top of your DB, plus a REST API generated from it. Another big plus is it's open source.

It actually exists since 2004, so it would be fair to say it's been more than a few years. But they recently switched from PHP to Node.

Other solutions (with varying degrees of similarity) include Strapi, PostgREST, Hasura...