Hacker News new | ask | show | jobs
by anilgulecha 1433 days ago
Directus has served me well for a couple usecases, sepcially for back office apps. Plus the fact that you can extend it with express/nodejs is another good deal.

In terms of productionizing it, you can pick any postgres migration system and use that to maintain the schema,and use directus only for the crud/adminui layer.

Can recommend a try.. the hosted free version even before you decide to self host.