npm install @mauroandre/velojs// app/routes.tsximport Home from './pages/Home'; export default [{ path: '/', module: Home }];@mauroandre/velojsExperimental full-stack framework combining Hono, Preact SSR, hydration, and Vite transforms.
Compatibility is possible but still being validated for production Preact use.