{"library":"rutile-js","title":"Rutile.js","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install rutile-js"],"cli":null},"imports":["import rutile from 'rutile-js'","import { createApp } from 'rutile-js'","import { h } from 'rutile-js'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { createApp, h } from 'rutile-js';\n\nconst App = () => h('div', { id: 'app' }, ['Hello Rutile!']);\n\nconst app = createApp(App);\napp.mount('#root');","lang":"typescript","description":"Creates a simple app with a div using hyperscript, mounts it to #root.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}