
YTubic
YTubic is a fast, responsive, open-source YouTube Music desktop client for Windows, Linux, and macOS that uses direct InnerTube API communication and aggressive caching to provide instant navigation and playback.
It explicitly addresses the commonly neglected 20% of interaction details—jumps, restarts, and animations that ignore the user—and ships robust, accessible implementations that work under prefers-reduced-motion and keyboard-only use.
Micro-interactions for React, built for the half-second after a click.
Everybody builds these components. Almost nobody finishes them. The missing twenty percent is always the same three things: a jump, a restart, an animation that ignores the person watching it. This set ships that last twenty percent.
There is no package. Every component is one file in
components/interior/ that you copy into your project.
Each file exports two things:
useX) that owns all the behaviour and touches zero class namesX) built on the hook, as an example you can keep or replaceThe behaviour lives entirely in the hook, so reskinning a component to your own
design language costs nothing but classes. The only dependency is
motion.
Trust is won in the half-second after a click, and lost in exactly the same place. A button that resizes when its label changes, a list that jumps as it loads, a drag that gets stuck because the tab lost focus: none of these are bugs anyone files, but every one of them teaches the person to stop believing the interface.
So every component here is argued out to the frame. Nothing moves unless
something happened; motion that models a physical process obeys that process
instead of taste; every state the component can reach has its space reserved
before it arrives; and every gesture knows all the ways it can be abandoned.
The keyboard is not a fallback but a second complete implementation, and under
prefers-reduced-motion the information still arrives; only the trip is
skipped.
bun install
bun run dev
The design language behind every decision lives in DESIGN.md.
micro-interactions for react, built for the half-second after a click
Similar projects matched by category, topics, and programming language.

YTubic is a fast, responsive, open-source YouTube Music desktop client for Windows, Linux, and macOS that uses direct InnerTube API communication and aggressive caching to provide instant navigation and playback.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.