# @builder.io/qwik

> An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

Latest version **1.20.0** (published 2026-05-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install @builder.io/qwik
pnpm add @builder.io/qwik
yarn add @builder.io/qwik
bun add @builder.io/qwik
```

Provides the command `qwik`.

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; high maintenance score; popular repo.

Warnings: low downloads; large bundle.

## Facts

| | |
|---|---|
| Version | 1.20.0 |
| Published | 2026-05-22 |
| First published | 2021-06-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=16.8.0 <18.0.0 \|\| >=18.11 |
| Dependencies | 3 |
| Unpacked size | 19.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 22069 |
| Maintainers | steve8708, samijaber, teleaziz123, mrkoreye, mhevery, gustavohgs, manucorporat, sanyamkamat, bengirone, midhunadarvin, kylefowler, builderio-bot, armela, aishwarya_parab, emmaac, anaghavarhade, sidmohanty11, jcortesebuilder, vishwasgopinath, nicholaskoech, paprikaf, pabloelisseo, liamdebeasi, wmertens, jackshelton, gioboa, shairez |
| Keywords | Builder.io, framework, generator, prerender, server-side-render, ssg, ssr, static-site, static-site-generator, webapp, website |

## Links

- npm: https://www.npmjs.com/package/@builder.io/qwik
- Repository: https://github.com/QwikDev/qwik
- Homepage: https://qwik.dev/
- Issues: https://github.com/QwikDev/qwik/issues
- npm.io page: https://npm.io/package/@builder.io/qwik

## Dependencies (3)

- [rollup](https://npm.io/package/rollup.md) ^4.59.0
- [csstype](https://npm.io/package/csstype.md) ^3.1.3
- [launch-editor](https://npm.io/package/launch-editor.md) ^2.11.1

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.20.0 (latest) — 2026-05-22
- 1.7.0-dev20240711122353 (dev) — 2024-07-11
- 0.9.0 (next) — 2022-09-19
- 1.19.2 — 2026-03-13
- 1.19.1 — 2026-03-02
- 1.19.0 — 2026-01-30
- 1.18.0 — 2025-12-17
- 1.17.2 — 2025-11-03
- 1.17.1 — 2025-10-26
- 1.17.0 — 2025-10-08
- 1.16.1 — 2025-09-23
- 1.16.0 — 2025-08-21
- 1.15.0 — 2025-07-21
- 1.14.1 — 2025-05-21
- 1.14.0 — 2025-05-21
- … 323 more at https://npm.io/package/@builder.io/qwik/versions

## README

<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>

<b>
  This is the branch for Qwik v2, currently in beta. For v1, see the `v1`
  branch.
</b>

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 [pick up from where the server left off](https://next.qwik.dev/docs/concepts/resumable/).

As users interact with the site, only the necessary parts of the site load on-demand. This [precision lazy-loading](https://next.qwik.dev/docs/concepts/progressive/) is what makes Qwik so quick.

## Getting Started

```sh
npm create qwik@beta
# or
pnpm create qwik@beta
# or
yarn create qwik@beta
# or
bun create qwik@beta
```

- Understand the difference between [resumable and replayable](https://next.qwik.dev/docs/concepts/resumable/) applications.
- Learn about Qwik's high level [mental model](https://next.qwik.dev/docs/concepts/think-qwik/).

## Nightlies

We use pkg.pr.new to make packages available for each PR and for the branches. Use these URLs instead of versions to get the latest build:

- https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@main
- https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@main
- https://pkg.pr.new/QwikDev/qwik/@qwik.dev/react@main
- https://pkg.pr.new/QwikDev/qwik/@qwik.dev/devtools@main

## Resources

- [Docs](https://next.qwik.dev/)
- [Examples](https://next.qwik.dev/examples/introduction/hello-world/)
- [Tutorials](https://next.qwik.dev/tutorial/welcome/overview/)
- [Videos](https://next.qwik.dev/media/#videos)
- [Podcasts](https://next.qwik.dev/media/#podcasts)
- [Presentations](https://next.qwik.dev/media/#presentations)
- [Blogs](https://next.qwik.dev/media/#blogs)

## Community

- Ping us at [@QwikDev](https://twitter.com/QwikDev)
- Join our [Discord](https://qwik.dev/chat) community
- Join all the [other community groups](https://next.qwik.dev/ecosystem/#community)

## Development

- See [Contributing.md](https://github.com/QwikDev/qwik/blob/main/CONTRIBUTING.md) for more information on how to build Qwik from the source and contribute!

## Related

- [Partytown](https://partytown.qwik.dev/): Relocate resource intensive third-party scripts off of the main thread and into a web worker 🎉.
- [Mitosis](https://github.com/BuilderIO/mitosis): Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.
- [Builder](https://github.com/BuilderIO/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">
        <img width="250" src=".github/assets/kunaico.svg" alt="Kunaico logo">
      </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="Hirez logo">
        </picture>
      </a>    
    </td>
  </tr>
</table>

---
_Source: https://npm.io/package/@builder.io/qwik · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
