Mutate – free inline text replacement for Mac
Text expander like Espanso but Mac-native with JavaScript customization.

Procedural limb animation using sin() math instead of sprite sheets or keyframes.
Website owners wanting decorative UI elements
Custom Scrollbar JS libraries · Lottie scroll animations
The idea came from nostalgia; remember SkiFree game on Windows? I wanted a skier skiing down my site. Building the skier mechanics in pure javascript turned out to be difficult so I started with a runner, added a santa hat, and recently built scuba buddy.
You can try it directly as soon as you start to scroll down the page, and see the other animations with the "Change Animation" button.
Technical details: entirely javascript, takes scroll depth value (window.scrollY) and inputs that into math.sin() functions. This lets CSS (transform: rotate() property) create rotations of the various stick-figure's html elements, giving the character animation based on the input which is a user scrolling. It is pretty cumbersome to sync correctly when building the animations. It's difficult to get the upper and lower arms / legs to stay connected and have the animation transitions appear smooth.
Posted the runner about year ago here on hn. https://news.ycombinator.com/item?id=43237581
Should I re-try the skiier or something else? Thank for checking it out!
Text expander like Espanso but Mac-native with JavaScript customization.
Pure CSS scroll animations with @scope and cascade layers, no JavaScript required.
Windows-style taskbar for macOS when uBar feels too heavy.
Wellness app with zero data collection, but 'calm scrolling' is crowded territory.
cp reimagined in Rust with resume, parallelism, and 5x speed boost over GNU cp.
Redis-compatible Rust cache with vector search and 1.9x throughput. Real benchmark, real drop-in.