logoalt Hacker News

i_love_retroslast Saturday at 2:37 PM3 repliesview on HN

Curious why a celebration of HTML needed a full stack javascript framework?


Replies

dlazarolast Saturday at 3:06 PM

A server is needed to calculate the sun's position from latitude + longitude + time, and then render the gradient. I could use HTML templating in some other language/framework, but I used Astro because that's what I'm familiar with and it's very easy to deploy to Cloudflare Pages.

show 1 reply
ascorbiclast Saturday at 5:12 PM

Astro is a great way to write HTML

show 1 reply