Gnoke
SaveNative

Mount, write, survive. A self-healing native file write layer for browser apps — shelf fallback, auto-flush, zero dependencies.

npm install gnoke-savenative
Live testbench — mount a folder, write, reload, wake
Editor — content written to ghost_editor.txt
shelf: 0
Activity log
// Waiting for action...
Browser — no npm needed <script type="module"> import { saveNative } from 'https://cdn.jsdelivr.net/gh/edmundsparrow/gnoke-savenative/gnoke-savenative.js'; </script> <!-- Or plain script tag — window.saveNative available globally --> <script src="https://cdn.jsdelivr.net/gh/edmundsparrow/gnoke-savenative/gnoke-savenative.js"></script>

Bring your own openDB from idb. No build step required.