OPEN SOURCE

Tools I built for problems I actually hit.

Each of these started as a pain point in production work — then got extracted, documented, and published. Real installs from real teams are the honest signal that they solve something.

react-native-skelo

Automatic skeleton loading for React Native

Hand-writing skeleton screens is tedious and drifts out of sync with the real UI. Skelo generates the loading state from the component you already wrote — describe your UI once, get the skeleton for free.

React NativeTypeScriptZero-config
64 downloads/mo
v0.0.5
$npm i react-native-skelo
npm GitHub

react-native-qa-logger

In-app QA logging & debugging for React Native

QA and non-technical testers can't open a Metro console. This drops an in-app debug console into any build — network logs, errors, and events visible on-device, so bug reports come with real evidence instead of screenshots.

React NativeTypeScriptOn-device consoleNetwork logging
529 downloads/mo
v1.1.1
$npm i react-native-qa-logger
npm GitHub