What is Verklet

A browser runtime for Node.js-style workloads.

Verklet is a runtime that runs Node.js-style code inside a browser tab. It uses Web Workers for process isolation, WebAssembly for the heavy systems work, OPFS for persistent storage, and Service Workers for routing preview requests — so what your code produces is what your visitor sees.

It is distributed as @verklet/sdk, a single package you import into a client-side React, Vue, or vanilla project. Each integration uses a public projectId so Verklet can serve compatible runtime assets and registry URLs for the SDK version you installed. There is no backend to provision, no container to start, no SSH tunnel to keep open.

What you can build with it

What you cannot use it for

Ready? Jump to getting started.