DEV Community

Cover image for I built a tiny autosave engine for web forms
PLC Creates
PLC Creates

Posted on

I built a tiny autosave engine for web forms

I built a small autosave engine for web forms.

I wanted something simple: save while typing, restore on reload, and clear after submit. No dependencies, no heavy setup.

Savior uses localStorage and a minimal core: SaviorCore + a driver.

The API is intentionally small.

It’s not a framework.

It’s not a full solution.

Just a lightweight tool if you want to prevent users from losing what they type.

There’s a small example in the repo if you want to see how it works.

GitHub: https://github.com/Pepp38/Savior

Top comments (0)