Intelligent LLM response renderer that detects semantic intent (comparisons, steps, pros/cons, code explanations, tables, emails, verdicts) and renders with purpose-built visual components instead of generic markdown.
Storybook React renderer
OpenTelemetry semantic conventions
React package for snapshot testing.
React package for shallow rendering.
@vue/runtime-core
Bundle Renderer for Vue 3.0
Reference semantic renderer for @ng-orbit/table.
@vue/server-renderer
Renders highlighted Prism output using React
Storybook Vue 3 renderer: Develop, document, and test UI components in isolation
TypeScript definitions for react-test-renderer
Automated semver compliant package publishing
Storybook for React: Develop React Component in isolation with Hot Reloading
errors with more than just a message
semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues
Just a simple logging module for your Electron application
Listr verbose renderer
semantic-release plugin to analyze commits with conventional-changelog
semantic-release plugin to publish a npm package
React package for creating custom renderers.
semantic-release plugin to create or update a changelog file
semantic-release plugin to commit release assets to the project's git repository
Render videos in the browser (not yet released)
Pure protocol code for CalDAV (RFC 4791) and CardDAV (RFC 6352). No rack, no async, no I/O. Pair with async-caldav for a server.
Rails 3 plugin that renders error messages and input hints next to their fields with semantic markup
A multi-dimensional semantic layer on top of ActiveRecord that allows running pivot table queries and rendering them as CSV, HTML, or KickChart-ready hashes. Supports time dimensions, cohort analysis, custom rollups, and drilling through to the underlying ActiveRecord objects.
Smck (Semantic Markup and Content Kit, pronounced like "smack") is a markup system designed for consistent ease-of-use and extensibility. Smck uses a YAML-based syntax to describe a Lispy markup DSL which renders content to semantic HTML.
Versionian is a Ruby library for declaring, parsing, comparing, and rendering version schemes. It provides model-driven primitives for defining how versions work, supporting Semantic Versioning, Calendar Versioning, and unlimited custom schemes through YAML configuration or Ruby inheritance.
tui-td drives terminal applications in a PTY, captures ANSI state as structured data, and provides PNG screenshots and HTML renders. Includes an MCP server for AI-driven testing, a JSON test runner, RSpec matchers, Minitest assertions, semantic selectors, and named snapshot testing.
Proper related posts plugin for Jekyll - uses document correlation matrix on TF-IDF (optionally with Latent Semantic Indexing). Each document is tokenized and stemmed, every word found is treated as keyword for analysis (except for some stop words). TF-IDF matrix for the whole site is calculated (including extra provided weights), then if given accuraccy is lower than 1.0, LSI algorithm is used to compute new simplified vector space. Document correlation matrix is created using dot product of the matrix and its transpose. For each of the post' related documents are inserted into priority queue (sorted by score from document correlation matrix), assuming the score is greater than minimal required score. Selected few bests related posts are retrieven from the queue. Liquid template for each post is rendered and <related-posts /> is replaced with the outcomes of algorithm.