Hacker News new | ask | show | jobs
by ivylee 744 days ago
I rebuilt my personal website[1] (static site) using Astro[2], and it was a pleasant experience.

[1]: https://ivylee.github.io/

[2]: https://astro.build/

1 comments

For static sites Astro is the way!

What do you use for more interactive / app like experiences?

Specifically I need to call external APIs to retrieve data, store it, and then call another API to send some of the adjust results in the body.