Installation
Start building with PawaJS — a lightweight reactive runtime that works anywhere.
Quick Start
npm install pawajs
<script type="module" src="https://cdn.jsdelivr.net/npm/pawajs-cdn@2.0.0/dist/pawajs.iife.min.js"></script>
Manual Setup (CDN)
The simplest way to try PawaJS. Perfect for prototypes, CodePens, or adding reactivity to an existing static site.
Manual Setup (Vite / Webpack)
For custom builds using Vite or other bundlers, you can manually initialize your application. PawaJS is ESM-native and fits perfectly into modern development workflows.
SupaPawaJS
If you are building a production-ready web application, we recommend using SupaPawaJS. It is a full-stack meta-framework that handles routing, server rendering, and RPC-style server actions out of the box.
npx create-supa-app project-name
Server-Side Runtimes
To enable the Continuity Rendering Model (CRM), your server must generate the appropriate HTML markers.
Currently available
pawa-ssr) is ready.
Support for other server languages is in progress.
Learn more in the Pawa SSR documentation.
Page Not Found
We couldn't find the page you're looking for. It might have been moved or deleted.
Go back home