Astro
Static pages with optional islands.
Open field noteExplore Static site generators.
3 field notes
| Concept | Features | Advantages | Limitations | Suitable situations | Combination conditions |
|---|---|---|---|---|---|
| Astro | Selective client islands | Article text stays static | Personal saves need a service | Content with small interactive areas | UI islands plus static hosting |
| Hugo | Content plus Go templates | No request-time article renderer | Templates and widgets need work | File-centered documentation | Static hosting plus a Save API |
| Jekyll | Ruby build with reusable layouts | One layout serves many articles | Build dependencies need maintenance | Existing Jekyll publishing workflows | CI build plus static hosting |