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.
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@beta # or pnpm create qwik@beta # or yarn create qwik@beta # or bun create qwik@beta
- Understand the difference between resumable and replayable applications.
- Learn about Qwik's high level mental model.
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
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!