lithent

Installation
SKILL.md

Lithent Agent Skills

Version: {{VERSION}}

This file provides AI agent skills for working with the Lithent library.

Overview

Lithent is a lightweight (~4KB) JSX-based virtual DOM library with closure-based state management. It offers two component modes:

  • Manual Mode (mount): Explicit control with renew() function
  • Light API Mode (lmount): Auto-reactive with lstate/lstore

Component Creation

Manual Mode (mount)

import { mount, render } from 'lithent';
import { state } from 'lithent/helper';
Installs
1
First Seen
Mar 23, 2026
lithent from smithery.ai