Hey there!
I'm in the middle of a project where we use Prismic to handle most of our website content. However, we also have text content in the UI of the webapp that needs to be edited. With the project evolving quickly, we often need to update various text elements like button text, headers, subheaders, and descriptions, as well as translate them. I'm wondering if you have any ready-made solutions that you're using for this kind of scenario.
At first, I thought about using Prismic to manage the app content too, but I'm looking for other options that might work better/faster
Here are my key requirements:
- The content team should be able to edit any content from anywhere without needing to involve the dev team.
- The content team shouldn't be able to break anything (e.g., no direct JSON editing or similar actions).
- Ideally, the content should be cached, so the content team can update it without requiring a rebuild. They should only need to invalidate the cache once to make the new content available to all users, without each user having to fetch the updated ui webapp strings individually.
Any insights or recommendations would be greatly appreciated!
Thanks!