Local storage
The browser saves the question and thoughts on the visitor's device so the board survives page refreshes.
Client-side conversation
This page is the static-site version of a shared thinking board. A visitor can ask a question, save an answer, and see it follow them across Ten Thirty Two pages on the same browser.
Yes, but that requires a shared service: a small backend, GitHub issue intake, Apps Script, Supabase, Firebase, Cloudflare, or Azure. This version stays free and static by saving locally first.
What do you think?
Saved locally
How it works
The browser saves the question and thoughts on the visitor's device so the board survives page refreshes.
BroadcastChannel and storage events keep open Ten Thirty Two pages in step on the same browser.
To make every visitor see the same conversation, connect the same form to a reviewed shared inbox or database.