2 min read
How to Manage Comments

This site now uses a local-only, ephemeral comment system. This means that when a user leaves a comment, it appears instantly on their screen, but it is not saved to any database.

How it works

  1. User Experience: A visitor types a comment and hits post. The comment appears immediately with a generated username.
  2. Ephemeral Nature: If the user refreshes the page or leaves, the comment disappears forever.
  3. Why? This is a “practical joke” or “interaction-only” feature. It gives the satisfaction of commenting without the overhead of storage, moderation, or spam.

Adding “Real” Comments

Since there is no database, any comments you want to appear permanently must be hardcoded directly into the Comments.tsx component or loaded from a static JSON file if you choose to implement that in the future.

For now, the comments section is just for show!

Comments

No comments yet. Be the first!