I appreciate being able to see changes I make as soon as possible, so Aurora comes with hot reloading and incremental static regeneration for development. Refreshes and reloads are ~200ms, and trigger automatically.
You can see a demo at:
https://github.com/capjamesg/aurora/assets/37276661/39f62bd8...
Aurora comes with a "hooks" API that lets you control state before page generation and after site build. I use the former feature to read locally-cached link previews. There is also a feature to load data from JSON and CSV files.
I would love feedback!
[1] https://jamesg.blog
[2] https://jamesg.blog/2024/06/16/aurora-isr/