sattvasurya v0.3: static site / 15 minute delay
· One min read
sattvasurya is a static site. I am intentionally building it to be a static site as opposed to a dynamic website. There are multiple reasons for this. The first is cost. Static websites are just vastly more cost effective versus dynamic websites. Second is security. A static site with no public endpoints makes the site much more secure.
This does not mean we don't use a database. The database just generates a data.json dump that is deployed every 15 minutes. In a world obsessed with up to date information I think a delay is appropriate.
