I forked react-hook-form-persist, a tiny library that automatically saves and restores form state (via localStorage or custom storage). The original package wasn’t actively maintained and lacked proper TypeScript support, so I rewrote it with clean types and tests.