# Theia's Tidy Titans Alpha Build Notes

Current public testing focus:

- Verify the homepage loads correctly on desktop and mobile.
- Verify the contact form submits successfully on HostGator with PHP enabled.
- Verify required form fields reject incomplete requests.
- Verify quote requests are saved by the PHP handler.
- Verify the email notification path works in the HostGator environment.

## Current Form Endpoint

The contact form posts to:

`/contact.php`

## Required Host Support

- PHP 8 or compatible PHP runtime
- PHP `mail()` support or hosting mail configuration
- Write permission for the configured submission backup directory

