
Astro
Content-focused web framework that ships zero JavaScript by default, with island-architecture hydration for interactive components when needed.
Astro ships zero JavaScript to the browser by default, rendering pages to static HTML at build time and hydrating only the interactive islands that need it. It supports components from React, Vue, Svelte, and Solid within the same project.
The ideal framework for content-rich websites where performance and SEO matter, blogs, documentation, marketing sites, and ecommerce. Use it to build lightning-fast static sites while still using your preferred component framework for interactive features.
URL
https://astro.build/Recommended tools

Svelte
Compiler-first UI framework that shifts work from the browser to the build step, ships minimal JavaScript and delivers high runtime performance.

TanStack Query
capable async state management for React, Vue, Solid, and Svelte, handles caching, background refetching, pagination, and mutations out of the box.

Zod
TypeScript-first schema declaration and validation library, define types once and get static type inference and runtime validation together.