relysjs is a reactive web app server focused on multi-page applications (MPAs). Current stable version is 1.21.76. It integrates Bun, Elysia, ESBuild, rmemo, and ctx-core to provide a simple server route and browser build API. Release cadence is frequent with regular updates. Differentiators include native Bun support, reactive server-side rendering, and a unified server + build pipeline with ESBuild. It simplifies MPA development by combining routing, bundling, and reactivity in a single coherent framework.
npm install relysjsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a minimal MPA server with a single route and ESBuild client bundling config.
Use Bun v1.0+ as your JavaScript runtime.
Replace `serve` with `routes` in config.
Use import syntax or set type: module in package.json.
Install esbuild: bun add esbuild
Use ESM import: import relysjs from 'relysjs'
Import from 'relysjs/server' instead.