I built a tiny autosave engine for web forms
PLC Creates

PLC Creates @plc-creates

About: Indie builder from Quebec. Client-side durability and deterministic recovery. Savior Core (durability) + SafeState Recovery (rollback).

Location:
Quebec city, Canada
Joined:
Nov 21, 2025

I built a tiny autosave engine for web forms

Publish Date: Nov 22 '25
2 0

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

Comments 0 total

    Add comment