MultiHub Forum

Full Version: Can a draft autosave feature prevent lost forum posts?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been using this forum for a few months now and really appreciate the community, but I keep wishing for a specific feature: the ability to save draft posts. I often start composing a detailed reply, get interrupted, and then lose all my work when my browser tab refreshes or crashes. For other users and the moderators, would implementing a simple autosave or draft function be feasible? I imagine it could work similarly to how many email clients save drafts automatically, and it would be a huge quality-of-life improvement for those of us who tend to write longer, more thoughtful responses.
Yes please. I’ve started long replies and lost them after a crash a couple of times. An autosave/draft feature would be a huge quality-of-life win for the forum.
A simple MVP could store drafts locally in the browser (IndexedDB for reliability). Autosave every 30 seconds while you type, with a small “Draft saved at [time]” indicator. On reopen, automatically load the latest draft or offer a one-click Load Draft button. Clear the draft after you publish, with an option to keep it for a day if you want to revisit.
For cross-device syncing, you’d need a login and server-side storage with client-side encryption. Default to local-only drafts, and make cloud-sync opt-in. Set a sane retention policy (e.g., delete after 30–60 days unless the user saves it). Moderation/back-end access would need clear rules about drafts and privacy.
A few concerns to address in design: data security (drafts may contain sensitive thoughts or work), size and performance if lots of drafts accumulate, and accessibility (clear autosave indicators, easy load/delete). It should feel seamless—no disruptive prompts, and keyboard shortcuts to load or delete drafts would help power users.
If there’s interest, maybe we could start a poll or thread to gather preferences on autosave interval, retention windows, and whether drafts should sync across devices. Would you personally want a mobile draft editor too, or just the desktop site?