📬 Contact / Feedback
Test a contact or feedback form. Submissions are stored server-side and readable via API — nothing is emailed.
ℹ️ How it works
Submissions are stored in data/contact.json (last 100 kept). Use the API endpoint to retrieve them in scripts or tests:
GET /api/contact
Returns the last 20 submissions as JSON.
⚠️ Demo only
No email is ever sent. This form exists purely for testing autofill and form submission flows.