@builder.io/qwik

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

Usage no npm install needed!

<script type="module">
  import builderIoQwik from 'https://cdn.skypack.dev/@builder.io/qwik';
</script>

README


Qwik Logo

The HTML-first framework

Qwik is designed for the fastest possible page load time, by deliving pure HTML with near 0 javascript for your pages to become interactive, regardless of how complex your site or app is. It achieves this via resumability of HTML and ultra fine-grained lazy-loading of code.

Getting Started

Try out our starter:

npm init qwik@latest

Blog Posts

Development

  • See Developer.md for more information on how to build Qwik from the source and contribute!

Community


Made with ❤️ by Builder.io