How to allow file edition for a deployed app ?
Unanswered
West African Lion posted this in #help-forum
West African LionOP
Hey,
I am making a Nextjs app (deployed on Vercel atm) for someone in my surrounding, but he has 0 knowledge in IT whatsoever. I'd like him to be able to modify some of the content (text for now, even if I could think about images also at some point), but I have no clue how to do it.
Because locally, everything could work fine (loading/writing a simple JSON) but once deployed it seems like the app is readonly so I can't really touch files even if they are in the public folder. The only workaround I've found for now is to use services such as Firebase, but it shifts the issue since it means everything I want to display will have to rely on a database system, and I'd really like to edit the content like if it was a CMS (I could even write a back office stuff so he can really customize his app).
Am I missing existing ways to edit local files for a production app ?
I am making a Nextjs app (deployed on Vercel atm) for someone in my surrounding, but he has 0 knowledge in IT whatsoever. I'd like him to be able to modify some of the content (text for now, even if I could think about images also at some point), but I have no clue how to do it.
Because locally, everything could work fine (loading/writing a simple JSON) but once deployed it seems like the app is readonly so I can't really touch files even if they are in the public folder. The only workaround I've found for now is to use services such as Firebase, but it shifts the issue since it means everything I want to display will have to rely on a database system, and I'd really like to edit the content like if it was a CMS (I could even write a back office stuff so he can really customize his app).
Am I missing existing ways to edit local files for a production app ?