NextJS App direction question / SQLlite
Unanswered
Transvaal lion posted this in #help-forum
Transvaal lionOP
I am building a Nextjs App that will be on different Kiosks. High level there will be a menu with images coming from an API (CMS). I do not want to constantly ping the API for the menu items all the time. I do understand I could have the Next App build and have the items on each app. What I was thinking was using SQLlite locally with the App to have the Menu and use that locally with each Kiosk App. When I started to look more into this it seems most NextJs hosting (like Vercel) does not support SQLlite. Back to getting the data from an external source. I have used local storage but not sure how well this would be. The Kiosk App will be the only thing running in the Web browser so maybe Local storage with the Nextjs app built locally...
Thanks for any direction. Trying to find the best way to do this. Thank you
Thanks for any direction. Trying to find the best way to do this. Thank you