Contact Page

Submit a real form to the Hono backend.

This page stays pre-rendered on Firebase Hosting, but the form itself posts JSON to /api/contact and expects the backend to validate name, email, and message.

Frontend route
/contact
API route
/api/contact
Validation
Angular form checks first, then Hono validates again on submit.
Minimum 10 characters.0/1200

Fill in the form and the Hono endpoint will validate the payload before returning success.