# Unlock New Possibilities with Hybrid Rendering

DevFeed: [Unlock New Possibilities with Hybrid Rendering](<https://devfeed.tech/articles/unlock-new-possibilities-with-hybrid-rendering-3316.md>)

Original publisher: [Read original article](<https://astro.build/blog/hybrid-rendering/>)

Author: Nate Moore

Published: 2023-01-26T00:00:00Z

Content type: article

Language: en

Sources: [The Astro Blog](<https://devfeed.tech/sources/the-astro-blog.md>)

Topics: [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [astro](<https://devfeed.tech/tags/astro.md>), [building](<https://devfeed.tech/tags/building.md>), [html](<https://devfeed.tech/tags/html.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [performance](<https://devfeed.tech/tags/performance.md>), [server](<https://devfeed.tech/tags/server.md>)

## AI overview

Astro 2.0 introduces hybrid rendering, allowing individual website pages to be prerendered statically or rendered on the server. The article explains the revised build pipeline, including static analysis, route chunking, client manifests, and adapter processing.

## Source excerpt

New in Astro 2.0: Hybrid rendering unlocks the best of both worlds--choose between the performance of static pages or the full flexibility of server rendering for each page of your website.