How can the user edit content later?

Hi,
I'm often asked whether it's possible to edit user-generated content (for example, via a CMS or anything else). Is that possible with Hype? Is this something I need to keep in mind when developing the interactive solution?

Use Hype Reactive Content or Hype Data Magic. There are plenty of examples in the forum.

If you don't want to use any of those solutions, the gist of it is that you load your data as JSON or JSONP, and then assign it to inner content fields.

Thanks.
I think the client wants to be able to replace the content as easily as possible—whether that means replacing entire texts, an image, or an animation.
Ideally, they’d probably prefer to replace the data in a "folder" that serves as a reference for the interactive implementation.
That’s probably only possible with a CMS system, right?
Sorry, I don’t know much about that. :expressionless_face: