Repository: QwikDev/qwik
Stars: 21976
CLAUDE.md
@AGENTS.md
README.md
<br>
<p align="center">
<img alt="Qwik Logo" width="400" src="https://raw.githubusercontent.com/QwikDev/qwik/main/packages/docs/public/logos/qwik.svg" />
</p>
<br>
<p align="center">
<a href="https://github.com/QwikDev/qwik/actions/workflows/ci.yml"><img src="https://github.com/QwikDev/qwik/actions/workflows/ci.yml/badge.svg?event=push" alt="Qwik CI"></a>
</p>
<br>
<br>
<h1 align="center">Instant-loading web apps, without effort</h1>
Qwik offers the fastest possible page load times - regardless of the complexity of your website. Qwik is so fast because it allows fully interactive sites to load with almost no JavaScript and pickup from where the server left off.
As users interact with the site, only the necessary parts of the site load on-demand. This precision lazy-loading is what makes Qwik so quick.
Getting Started
npm create qwik@latest
or
pnpm create qwik@latest
or
yarn create qwik@latest
or
bun create qwik@latest- Understand the difference between resumable and replayable applications.
- Learn about Qwik's high level mental model.
Resources
- Docs
- Examples
- Tutorials
- Videos
- Podcasts
- Presentations
- Blogs
Community
- Ping us at @QwikDev
- Join our Discord community
- Join all the other community groups
Development
- See Contributing.md for more information on how to build Qwik from the source and contribute!
Related
- Partytown: Relocate resource intensive third-party scripts off of the main thread and into a web worker 🎉.
- Mitosis: Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.
- Builder: Drag and drop page builder and CMS for React, Vue, Angular, and more.
<br>
<br>
<table align="center">
<tr align="center">
<td>special sponsor</td>
</tr>
<tr>
<td align="center">
<a href="https://www.builder.io/m/developers" rel="noopener">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/eT9FjKT.png">
<img width="250" alt="Special sponsor Builder.io" src="https://i.imgur.com/32mv01X.png">
</picture>
</a>
</td>
</tr>
<tr align="center">
<td>sponsors</td>
</tr>
<tr>
<td align="center">
<a href="https://kunaico.com/" target="_blank" rel="noopener">
<picture>
<source srcset="https://github.com/user-attachments/assets/47c6d86a-5141-40c6-a0fb-5986266fa589" media="(prefers-color-scheme: dark)">
<source srcset="https://github.com/user-attachments/assets/84bff951-ed35-43e4-9515-ebe07e8b09e4" media="(prefers-color-scheme: light)">
<img width="250" src="https://github.com/user-attachments/assets/84bff951-ed35-43e4-9515-ebe07e8b09e4" alt="Company logo">
</picture>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="http://hirez.io/" target="_blank" rel="noopener">
<picture>
<source srcset="https://i.imgur.com/DHhJM0J.png" media="(prefers-color-scheme: dark)">
<source srcset="https://i.imgur.com/DIbsvQC.png" media="(prefers-color-scheme: light)">
<img width="250" src="https://i.imgur.com/DIbsvQC.png" alt="Company logo">
</picture>
</a>
</td>
</tr>
</table>