Hey HN - I've started doing some full-stack contracting this year, and I've run into a problem with handling a large volume of style, copy, and layout feedback from my client.<p>It's a WIP React application that contains a decent number of hard-coded static pages. Every day or so, the client comes to me requesting some additional sections or style tweaks.<p>It's legitimate feedback too, since they're out demoing the application to their customers and seeing how it performs in the wild.<p>What's a good way to handle this situation? Years ago, I used Wordpress for this sort of thing, and could easily hand the keys to the kingdom to the client and let them manage the changes themselves. There were even some widgets that let people control styling!<p>Creating an admin panel seems overkill for this, even an off-the-shelf one like Django Admin, since the content is probably not going to be updated once we finalize it.<p>How should I go about this? Any tools that would let semi-technical users change a website's copy and style easily?