Protected application structure
Public assets and the front controller live in public_html; PHP configuration, templates and logs live outside the public webroot.
This is a real Bravaca internal build: the production-oriented PHP foundation powering the Bravaca website. The purpose is to keep deployment simple on Hostinger while leaving room for proof, products, local sites and future content growth.

Real Bravaca build notes, documented Lab models and specific next-step engagements connected to this page.
Public assets and the front controller live in public_html; PHP configuration, templates and logs live outside the public webroot.
The enquiry form uses signed time-limited CSRF tokens, a honeypot, rate limiting and server-side validation without starting a session on every visitor request.
Clean URL normalization, noindex handling, CSP, security headers, caching controls and structured-data support are part of the shared system.
Bravaca needs a global site that can grow into services, Labs, products, work, research and governed local-market sites without introducing a heavy CMS or exposing internal application files.
For the current Bravaca site, a small PHP system keeps hosting requirements low, reduces dependency surface and makes individual pages easy to audit. It is not presented as the right architecture for every future product.
Status is intentionally “Working internal build”. This page documents what is actually present in v0.3; it does not claim client results or performance measured on the production Hostinger server.
Tell us what you are trying to improve. We will help define what should happen next.