Is there a way to have a local database without renting a server?
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
I'm writing a portfolio for a fashion designer. The entire website is simply a list of collections with photos. Technically, I should have a database handle this, but it truly is overkill for the amount of content there is. Is there a way I can handle this inside my Next app?
15 Replies
Satin Angora
GitHub Pages support serving static websites on private repos.
I think you're just looking for a CMS, like Contentful or Sanity which is what I prefer.
Using a database is absolutely overkill as there's no reason to use it. For example, how does the client update his data?
By using a CMS, your client can have a dashboard to interact and modify the data, without programming skills.
Using a database is absolutely overkill as there's no reason to use it. For example, how does the client update his data?
By using a CMS, your client can have a dashboard to interact and modify the data, without programming skills.
and CMS are mostly free for small amount of data, you don't have to pay for that at all
I heard good things about Sanity
@Brown bear awesome, thank you.
btw if you appreciate my answer, feel free to mark it as the solution 

@Brown bear check out https://github.com/TimMikeladze/gist-database
I built it specifically for simple scenarios where you just need to store a trivial piece of data
But don’t want to use a database provider
Nice library 

Thanks!
Brown bearOP
@fuma apologies, I got caught up in things and forgot. I checked it out and it’s not quite what I need, since I already have a fully built app on Next. I’ll check out @linesofcode ‘s library soon.
@Brown bear do let me know if it helps
You mentioned you’re just storing a list of uploaded images?
If it’s really that simple you could rely on metadata in your object storage provider