About

Filler page — content is intentionally unimportant.

demoform exists to demonstrate one thing: a static Astro site that can still receive form submissions, without any application server. nginx does the secret-keeping.

When a visitor submits the contact form, the browser sends a same-origin request to /tg/send. nginx forwards it to Telegram with the bot token injected server-side. The token and destination chat live only in environment variables.