At Karshey, we operate under a strict zero database write vector philosophy. The public frontend interface of this website is compiled using Static Site Generation (SSG) and does not write user data to any runtime database.
All forms on this site pass through a client-side firewall utility that sanitizes inputs using regular expression patterns to strip script elements, SQL parameters, and database query operators. Any detected threats are logged client-side and blocked from transmission.
This statically generated frontend does not store tracking cookies or database logs on your machine. All calculations, state transitions, and simulations run locally in your browser memory context.
Clean messages are routed directly through secure, signature-validated API gateways to our cold database storage.