SECST (Semantic, Extensible, Computational, Styleable Tagged markup) is a markup language and HTML transpiler for creating interactive documents. The current version is 0.0.3-alpha, with infrequent updates. It is designed for joyfully creating compelling documents backed by HTML, aiming to be more extensible and computational than Markdown. Key differentiators include a custom tag syntax, runtime interactivity, and styleability. The project is in early alpha, so expect instability and limited documentation.
npm install secstNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic compile usage with and without custom tags, showing SECST to HTML transformation.
Pin to exact version or watch for updates.
Use import syntax or set type: 'module' in package.json.
Test thoroughly and report issues on GitHub.
Refer to GitHub README or source code.
Run npm install secst@0.0.3-a and ensure ESM import syntax.
Add type: 'module' to package.json or use .mjs extension.
Use import { compile } from 'secst' rather than default import.No dependency data recorded yet.