Capability demo
Request a quote
A lead-capture form, shown as a demonstration rather than as a service this site offers. It is fully wired: submitting writes to the inbox and sends mail. A fork points its own navigation here.
How this worksShow
Each photo goes straight from the browser to object storage under a one-time signed URL, so the bytes never pass through this server; the upload is bound to a cookie, verified by its own magic number on completion, and claimed by the request when it is saved. An upload nobody claims is swept away. The request itself is written to the inbox before any mail is attempted, so a mail outage cannot lose a lead.
Before you try it
What it needs
RESEND_API_KEYWithout them: The inquiry is stored and the notification prints to the console.Mode right now
A safe failure to try
Read the code:src/app/quote/actions.tssrc/components/upload/attachment-field.tsxsrc/lib/storage/storage.ts