JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs
Compress React/Next.js files, HTML, and SVG by ~40% for AI assistants. An MCP server and library that converts JSX/TSX, HTML, and SVG into JSXN — a compact notation optimized for LLM token consumption. Every time an AI assistant reads your React components, HTML, or SVG files, it wastes tokens on closing tags, repeated / attributes, and verbose props. That's context window space that could be…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Compress React/Next.js files, HTML, and SVG by ~40% for AI assistants. An MCP server and library that converts JSX/TSX, HTML, and SVG into JSXN — a compact notation optimized for LLM token consumption. Every time an AI assistant reads your React components, HTML, or SVG files, it wastes tokens on closing tags, repeated / attributes, and verbose props. That's context window space that could be used for actual reasoning. JSXN strips the redundancy while keeping the meaning: Indentation replaces…