Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Kind1
Category
Sort:Used by Most Apps
lowlight
Virtual syntax highlighting for virtual DOMs and non-HTML things, powered by highlight.js
unist-util-visit
Tiny utility to walk unist syntax trees and run a visitor on matching nodes
rehype-highlight
Rehype plugin that syntax-highlights code blocks at build time using lowlight and highlight.js.
remark-rehype
A unified/remark plugin that converts a markdown (mdast) syntax tree into an HTML (hast) syntax tree, bridging the remark and rehype ecosystems.
hast-util-to-html
Serializes hast syntax trees into WHATWG-compliant HTML strings, with fine-grained control over escaping, quoting, and tag omission.
refractor
Lightweight virtual syntax highlighter that wraps Prism to output hast syntax trees instead of HTML strings.
hast-util-from-html
A hast utility that parses serialized HTML into a syntax tree using parse5, with detailed error reporting.
hast-util-is-element
Checks whether a hast node is an Element, optionally matching a tag name, list of tag names, or a custom test function.
rehype-react
A unified/rehype plugin that compiles HTML syntax trees into React, Preact, Solid, or Vue JSX elements.
hastscript
A hyperscript-style helper for building hast (HTML/SVG) syntax trees in JavaScript.
hast-util-has-property
A tiny hast utility that checks whether an element node owns a given property, safely excluding inherited and falsy values.