Current Build
Local browser storage
Request, contact, and account demo data are stored in the browser to preserve interaction continuity in a static environment.
Privacy Policy
This website is currently presented as a static frontend demonstration. Forms and lightweight account state are stored in browser-local storage unless and until a server-side integration is introduced.
Current Build
Request, contact, and account demo data are stored in the browser to preserve interaction continuity in a static environment.
Backend Readiness
Field names, routes, and form structures are already organized so a live backend can replace local storage with minimal UI change.
Operator Responsibility
If this site is connected to analytics, identity services, or databases, the deployed privacy policy should describe those systems directly.
Handling Summary
In the current implementation, form data is captured for demonstration purposes and kept on the local device. No live API transmission is required for the default workflow shown on this site.
Local session state is also used to support the member portal demonstration, including sign-in, account settings, and billing views. These states are illustrative and should not be treated as production-grade identity controls.
A production deployment should move authentication, storage, access logging, and retention logic to audited server-side systems with explicit access control and operational monitoring.