Rutile.js is a declarative UI library that does not require a transpiler, enabling direct use in modern browsers. Version 0.0.2 is an early-stage release with no stable release cadence. Key differentiators include a declarative API, no build step, and support for both ESM and UMD formats, making it suitable for vanilla JS projects. However, it lacks documentation, community, and production readiness.
npm install rutile-jsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple app with a div using hyperscript, mounts it to #root.
Pin to exact version and test upgrades.
Use machine translation or explore examples on GitHub.
Consider mature alternatives like React, Preact, or Solid.
Run 'npm install rutile-js' and ensure import uses correct ESM syntax.
Use 'import { createApp } from 'rutile-js''.No dependency data recorded yet.