# duval-software/legal
Privacy Policy
TL;DR from Lucas
Your data is your data. We collect what we need to build your product and communicate with you — nothing more. We never sell it, never share it with ad networks, and never will. Your intellectual property and project details are treated like classified intel. We run a tight ship from our warehouse in Jax Beach, and that extends to how we handle every byte of information you trust us with. Locked down like a fortress.
— Lucas Wyman, CEO
// Quick start
$ npm install @duval/privacy-policy --lock-it-down
Data We Collect
We collect information you provide directly to us, such as when you fill out a contact form, request a consultation, or communicate with us.
const collectedData = [
"name",
"email",
"phone",
"company",
"project_details",
"anything_you_choose_to_share"
];
How We Use It
Respond to your inquiries and provide requested services
Communicate with you about projects and services
Send you technical notices and support messages
Improve our services and develop new features
Information Sharing
> We never sell your data. Period.
We do not sell, trade, or otherwise transfer your personal information to third parties.
// exceptions (when required)
With your explicit consent
To comply with legal obligations
To protect our rights and safety
With service providers under strict confidentiality agreements
Data Security
const security = {
encryption: true,
accessControl: "strict",
monitoring: true,
guarantee: "industry-standard protection"
};
// No transmission method is 100% secure, but we implement every reasonable safeguard.
Cookies & Tracking
Our website may use cookies and similar tracking technologies to enhance your experience. You can control cookies through your browser settings.
$ browser --manage-cookies // your call
Third-Party Links
Our website may contain links to third-party websites. We are not responsible for the privacy practices of these external sites. We encourage you to review their privacy policies before engaging.
Your Rights
user.permissions = [
"access_your_data",
"request_corrections",
"request_deletion",
"opt_out_of_marketing"
];
Changes to This Policy
We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new policy on this page and updating the commit history.
// check git log for version history
Contact Us
Questions about this policy? Open a ticket:
$ curl Support@DuvalSoftware.com
© 2026 Duval Software. All rights reserved.