Launch HN: Payload (YC S22) – Headless CMS for Developers
61–70 of 139 posts
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#62Looks great! I've been looking to avoid rolling my own admin for my hobby project, which is mongo based, and very much driven on certain db schemas and collections. Adding CRUD and simple admin views to the mongodb will go a really long way, and the flex to throw in some react sounds great. Glad i found this!
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#63Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#64> Imagine you're going to build a new SaaS app. Would you think of building it on a headless CMS? I'm guessing this mostly makes sense for a SaaS that's mostly about serving content to users. I wonder how common that kind of SaaS is, as opposed to a SaaS where the core functionality wouldn't be served well by a CMS, and the administrative tedium that one wants to alleviate mostly has to do with account management, pa…
The tedium of development in my experience is building CRUD—whether it is for a SaaS app or anything else. When you're rolling a project using a framework you've got to set up a database, write the API logic and build an admin UI to manage that data. It is complicated and time consuming work even with a great framework. To be able to skip all that is a massive advantage.
I personally would not build a SaaS app on Wordpress and ACF, but I would use Payload to build just about any custom business app.
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#65Is there any plan to support serverless deployment? We use Nextjs with incremental static regeneration, so will only need to query the cms service a couple times a day.
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#66We've been using Statamic[1] (built on Laravel) which is also a package that's sits atop the framework so you can build your app how you like and side-load CMS features.
It also features an API. The whole platform is steadily improving despite being a small bootstrapped team behind it.
If you're looking for something like Payload but for Laravel, give Statamic a go!
[1]: https://statamic.com
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#67Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#68Congrats on the launch! Great to see more forward-thinking CMS solutions hitting the market. We've been using Statamic[1] (built on Laravel) which is also a package that's sits atop the framework so you can build your app how you like and side-load CMS features. It also features an API. The whole platform is steadily improving despite being a small bootstrapped team behind it. If you're looking for something like Pay…
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#69You should try to get listed on awesome-cms [1] list now too, since you're out with public release. That was the first place I checked for options last time I needed to find a headless CMS. [1] https://github.com/postlight/awesome-cms
Re: Launch HN: Payload (YC S22) – Headless CMS for Developers
#70I'm really excited about V1 release of Payload, as well as the open sourcing of the project. I've wanted to use it in a project for a while and this news is definitely going to push me over the edge. I'm a huge fan of the typescript first approach, as well as local mode, and the thought that went into adding custom blocks and components.