top | item 40626391

(no title)

ivylee | 1 year 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/

discuss

order

kirso|1 year ago

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.