Earlier quoted context omitted.
Personal opinion: Even as someone who used and loved PHP for a decade, Drupal is just awful. It's overengineered and bloated and the documentation is pretty sparse, not to mention it's hard to scale up. Its admin and editor UX is decades being modern headless CMSes. It is extremely powerful, but seemingly built to handle the most extreme edge cases rather than the most common use cases, and a lot of the power is just…
> I've never HATED a technology the way I hate Drupal, before or since. Did you ever work with Magento 1? :)
Launch HN: Payload (YC S22) – Headless CMS for Developers
101–110 of 139 posts
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#102* allow me to create a localized content (you seem to have this covered).
* a good story for blobs (images, video, PDFs, etc).
* integrated full text search (I do not want to set up elastic search when using a headless CMS saas).
* fully spec'd API (when I have defined a content type, I need some API spec to be updated; openAPIv3 was good, GraphQL is better: so I can generate a client lib).
* some mechanism to know the API was updated (so I can show the "a new version is available, the version you run may no longer work in certain cases, please click here to use the newest version" message somewhere).
* a story on content blocks (say: text, image, text, quote, text, author card) vs embeddable content in text blocks (say: a text block with a way to embed images/etc into it); the latter is really hard to do right imho.
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#103Few things I really need in a CMS: * allow me to create a localized content (you seem to have this covered). * a good story for blobs (images, video, PDFs, etc). * integrated full text search (I do not want to set up elastic search when using a headless CMS saas). * fully spec'd API (when I have defined a content type, I need some API spec to be updated; openAPIv3 was good, GraphQL is better: so I can generate a clie…
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#104Few things I really need in a CMS: * allow me to create a localized content (you seem to have this covered). * a good story for blobs (images, video, PDFs, etc). * integrated full text search (I do not want to set up elastic search when using a headless CMS saas). * fully spec'd API (when I have defined a content type, I need some API spec to be updated; openAPIv3 was good, GraphQL is better: so I can generate a clie…
Have you ever found one that covers all of these well?
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#105Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#106As someone who's been actively looking for a headless CMS recently, I'm curious about how you compare yourselves to Contentful [1]? From a quick look the key difference is that Payload's backend can be self-hosted, but Contentful is SaaS only. You've said that you're targeting enterprise customers and mention an SLA in that respect. Does that mean your enterprise offering is also SaaS only? [1] https://www.contentful…
Hey there - your points are accurate! Here are a few more: - We are open source / MIT - You can re-use Payload's auth layer in your own apps and with Contentful you can't - Contentful has rigid RBAC, but Payload features function-based access control down to the field level - Payload supports field conditional logic, meaning "check a checkbox, see more fields, uncheck it, extra fields disappear". This is huge. And is…
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#107Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#108Again, great energy, but don't lie!
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#109Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#110Nice. A page comparing this with existing solutions would be useful. In particular how does it compare to something like Wagtail which is a CMS but also has all of Django to fall back on for custom backend work.