serverpod / serverpod

Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.
BSD 3-Clause "New" or "Revised" License
2.26k stars 196 forks source link

Serverpod CMS UI #2095

Open vanlooverenkoen opened 1 month ago

vanlooverenkoen commented 1 month ago

It would be really nice to have a simple CMS for serverpod.

Most cases when using an API is it quite useful for business to also have simple way to manage data in a CMS.

MVP:

Future:

egyleader commented 1 month ago

+1 to this , great inspiration can be found in 👉🏻 strapi.io

dkbast commented 1 month ago

I think this could be a cool project to add externally - there are quite a few firebase CMS solutions out there - maybe we can collect the minimum requirements here and the build it out as a community project?

vanlooverenkoen commented 1 month ago

That is indeed what I am planning to do as an alternative (because I need a CMS for a project). I was just not sure if this was something that was planned by serverpod itself.

BenAuerDev commented 1 month ago

Hey guys, I'm in the same boat. I would love to contribute to a community project :)

egyleader commented 1 month ago

I also think if serverpod organization is not planning to work on this feature in the near feature we can build it as a community project , otherwise I think it would be better if such a feature was properly integrated in the original project -served out of the box or as a plugin - as it is an essential feature for so many projects using serverpod.

SandPod commented 1 month ago

Hey @vanlooverenkoen 👋

This is an awesome initiative! 🚀 Please feel free to run with this! 🏃‍♀️ 💨

We do provideinsights that we are planning to expand with features connected to managing your running Serverpod instance. That is, it will be more specialized as a dev tool. So, I definitely think there is room for a more user-facing CMS.

I think it is a good idea to run this as a separate project, and then we could discuss moving it into Serverpod if it gains wider adoption.

We could try and priorities requests from this feature to support you in the best way possible.

vanlooverenkoen commented 1 month ago

Hi @SandPod I am already working on something. And testing some things out. I will post my progress here in the coming weeks

abuanwar072 commented 2 weeks ago

Hi @SandPod I am already working on something. And testing some things out. I will post my progress here in the coming weeks

Cool, love to try it when it's ready.