Hacker News new | ask | show | jobs
by sandGorgon 2235 days ago
I see a lot of people talking about SQL or Airtable. But there's a third middle ground here - Graphql based headless CMS.

For example Graphcms, Prismic, etc. You get the standardization of Graphql (which means no lock-in) and pretty much as powerful as SQL really.

You also get the admin/dashboardy/WYSIWYG aspects of a CMS - https://prismic.io/feature/custom-type-builder

Very easy integration - https://medium.com/better-programming/graphql-combine-and-sw...

(of course this works just as well on Android, React Native/Web,etc)