Skip to content

QwikDev/astro

Repository files navigation

Qwik logo

Qwik + Astro

Render Qwik components in Astro.
Zero hydration. Instant interactivity. HTML until users care.

Documentation · Report an Issue · Discord

Quick Start

npm create @qwik.dev/astro@latest

Or add to an existing Astro project:

npx astro add @qwik.dev/astro

For full installation instructions, guides, and API reference, visit qwik.dev/astro.

Upgrading from v1

This is the v2 branch (build/v2), which supports Qwik v2 and Astro 6+ under the new @qwik.dev/astro package name. If you need Astro <5 or Qwik v1, use the @qwikdev/astro package (without the dot).

For a step-by-step migration guide, see Upgrading to v2.

Contributing

See our Contributing Guide to get started.

Help

Reach out in the Qwik Discord, there's a dedicated #qwik-astro channel. You can also open an issue.

Maintainers