2020-11-15 UTC
# [Simon_Willison] > What makes this interesting is that it’s trivial to scale (just run more copies of the app, each with a copy of the database) and you don’t have to build 1000s of static pages. It can be REALLY cheap to host, thanks to serverless hosting providers like Vercel and Google Cloud Run. And just like static sites, it’s hard to break - the database file is treated as read-only, so you don’t need to worry about many of the complexitie