React Tour Guide

A flexible React component for creating step-by-step tours in your UI. Use it for onboarding, product tours, or tutorials.

Convert price numbers to Polish words

Convert numeric PLN amounts into written words in Polish. Ideal for invoices and documents.
 

nject class and ID attributes into Markdown AST

Remark plugin that allows adding class and ID attributes to Markdown AST via special comment syntax.
 

Convert MIME types to file extensions and back

Convert MIME types to file extensions and file extensions back to MIME types. Fast, lightweight, and written in TypeScript.

Web Audio API Limiter built with AudioWorklet

Limiter node for Web Audio API, built with AudioWorklet. Cap peak levels of audio in real time with precision and low latency.

Reverse Polish Notation calculator written in TypeScript

A small Reverse Polish Notation (RPN) calculator written in TypeScript. Evaluates arithmetic expressions using a stack.

Scroll-triggered animation for React components

react-on-scroll-animation (ROSA) is a React library that enables scroll animations for components using Intersection Observer and AOS-style classes.