{"library":"simply-jsx","title":"Simply JSX","description":"A lightweight transpiler for JSX that does not require React. Version 0.0.3 is the latest stable release, which is essentially an early-stage proof-of-concept with no active development cadence. It transpiles JSX to JavaScript using a simple configuration file and includes a file watcher for auto-reloading in the browser. This tool is minimally viable, lacking TypeScript types, extensive testing, or community adoption. It differentiates from Babel by targeting a simpler, zero-config setup for non-React JSX usage.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install simply-jsx"],"cli":{"name":"simply-jsx","version":null}},"imports":["import simplyJsx from 'simply-jsx'","import { jsx } from 'simply-jsx'","import { render } from 'simply-jsx'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Ensure package is installed: npm install simply-jsx@0.0.3\n// Create simply.json in project root with:\n// { \"source\": \"src\", \"build\": \"dist\", \"staticFiles\": \"public\" }\n// Create public/index.html with a root element\n// Then run: npx simply-jsx\n// Write a component in src/App.jsx:\nexport default function App() {\n  return <div>Hello Simply JSX</div>;\n}","lang":"javascript","description":"Demonstrates minimal setup: install the package, configure simply.json, create an HTML file, and run the transpiler.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}