hexagon
FAMST AGENCY
Engineering

Collecting Reader Feedback Without a Backend: The E-book Feedback Experiment

How a single static page delivers timestamped reader reviews straight to an author — no server, no database, no signup. A useful pattern for independent writers.

A

Abdullah Tarar

Jul 19, 2025 ·2 min read ·1 views
article

When we published Main Akeli Thi as a web book, one question followed immediately: how do readers tell the author what the story meant to them? The usual answers — a comments platform, a mailing list, a contact backend — all felt too heavy for an independently published story on static hosting. So we ran an experiment: how far can a feedback form go with no backend at all?

The Reader's Side

The form is deliberately minimal. An optional name field (empty means "Anonymous" — honesty sometimes prefers it), a feedback box with a gentle prompt, and one button. Submit, and you land on a warm thank-you page written in both English and Urdu, with a link back to the book.

The Author's Side

Every submission arrives in the author's private channel within seconds, formatted and timestamped — reader name, the full message, and when it was sent. No dashboard to check, no database to query, no plugin to update. The feedback simply arrives.

The Small Details

  • Double-submit protection — the button disables and shows "Sending…" while a message is in flight, so nervous double-clicks don't create duplicates.
  • Graceful failure — if delivery fails, the reader gets a clear message and the button restores so they can retry.
  • Bilingual by design — the thank-you page respects that the book's audience reads in two scripts.

What the Experiment Proved

A static page on free hosting can be a complete, real-time feedback pipeline. For independent authors — especially those publishing in languages underserved by mainstream platforms — this pattern removes the last technical excuse between a reader's reaction and the writer's inbox.

See it live: E-book Feedback Collector.

Share this article

More in Engineering