Discover static site generators that utilize islands architecture to deliver high-performance, content-driven web experiences.
Astro is a content-driven web framework designed for building multi-page applications that prioritize performance by shipping minimal JavaScript to the browser. It functions as a static site generator and server-side rendering engine, transforming source files into optimized HTML documents. By utilizing an island architecture, the framework isolates interactive components within static pages, ensuring that only necessary code is hydrated on the client side. The framework provides a unified build pipeline that supports component-agnostic rendering, allowing developers to integrate components f
Astro is a content-driven static site generator built on island architecture that ships zero JavaScript by default and selectively hydrates interactive components from any framework (React, Vue, Svelte), with full support for Markdown/MDX, file‑based routing, and multiple hydration strategies — exactly the tool this search describes.
Fresh is a server-side web framework for the Deno runtime designed for building websites with native TypeScript support. It functions as a zero-JavaScript server-side renderer that sends only HTML to the browser by default to eliminate client-side runtime overhead. The framework implements an islands architecture, which delivers static HTML and selectively activates JavaScript only for specific interactive components. It utilizes a file-system based router that automatically maps directory structures and filenames to URL patterns without requiring a central configuration file. The platform c
Fresh is a server-side web framework for Deno that implements islands architecture with zero-JS-by-default rendering and file-based routing, matching the core request, though it is Preact-specific rather than framework-agnostic and has limited MDX support, which narrows its scope from the listed ideal.
Starlight is a documentation framework built on Astro for generating fast, searchable static websites. It functions as a markdown documentation engine that converts markup files into accessible pages using a file-based routing system. The framework allows for the embedding of custom UI components from various frontend frameworks directly into documentation layouts. This enables the creation of interactive guides and specialized user experiences within a static site structure. The system includes integrated navigation and search engine optimization, as well as schema-based frontmatter validat
Starlight is a documentation-focused static site generator built on Astro, inheriting Astro’s islands architecture and partial hydration for selectively interactive components, with markdown support, file-based routing, and zero-JS-by-default output — a good fit for content-heavy sites, though it is specialized for docs rather than a general-purpose generator.