Privacy Policy

Springs AI Solutions  ·  VoxGram  ·  InclineTrac  ·  COS-GPT   |   Effective: April 2026

Springs AI Solutions, LLC ("we," "us," or "our") operates the VoxGram app, the InclineTrac app, the COS-GPT service, and the springsaisolutions.com website (collectively, the "Services"). We are committed to protecting your privacy. This Privacy Policy explains what data we collect, how we use it, and your rights.

1. Information We Collect

We collect only the minimum personal data necessary to provide our Services:

For VoxGram and COS-GPT: we do not collect location data, contacts, payment information, or any personal identifiers beyond what is listed above.

1a. InclineTrac — Location & Hike Data

InclineTrac requests access to your device's GPS to provide real-time trail tracking. Specifically:

2. How We Use Your Information

3. AI & On-Device Processing

Where technically feasible, our AI features are designed to favor local or on-device processing to minimize the transmission of your data to external servers. When cloud processing is required, data is transmitted securely and is not retained beyond what is necessary to complete the request.

4. Sharing Your Information

We do not sell, rent, or trade your personal data. We may share limited data only with trusted third-party service providers (e.g., cloud infrastructure, AI processing services) strictly to operate our Services. All third parties are contractually required to protect your data and may not use it for their own purposes.

We may disclose data if required by law or to protect the rights and safety of our users.

5. Data Retention

We retain your data only as long as necessary to provide our Services or as required by law. When you delete your account, we remove your personal data within 30 days, except where retention is required for legal compliance.

6. Security

We use industry-standard security measures including encryption in transit (HTTPS/TLS) and at rest, access controls, and regular security reviews. However, no method of transmission or storage is 100% secure, and we cannot guarantee absolute security.

7. Your Rights & Data Deletion

You may request access to, correction of, or deletion of your personal data at any time. To exercise these rights, contact us at [email protected]. We will respond within a reasonable timeframe.

8. Children's Privacy

Our Services are not directed to children under 13 years of age. We do not knowingly collect personal data from children. If you believe we have inadvertently collected data from a child, please contact us immediately.

9. Changes to This Policy

We may update this Privacy Policy from time to time. When we do, we will revise the effective date above. Your continued use of our Services after any changes constitutes your acceptance of the updated Policy. We encourage you to review this page periodically.

10. Contact Us

For questions, data requests, or concerns about this Privacy Policy, please visit springsaisolutions.com or email us at [email protected].

This policy is provided for informational purposes only and does not constitute legal advice. No warranties are expressed or implied. Use of our Services is governed by applicable law.

footer> html>

/* ── Products Dropdown ── */ .nav-dropdown { position: relative; } .nav-dropdown-toggle { cursor: pointer; } .nav-dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: #0f172a; border: 1px solid rgba(99,102,241,0.3); border-radius: 8px; padding: 0.5rem 0; min-width: 180px; z-index: 200; list-style: none; } .nav-dropdown-menu li a { display: block; padding: 0.5rem 1.25rem; white-space: nowrap; font-size: 0.85rem; color: #cbd5e1; text-decoration: none; transition: color 0.2s, background 0.2s; } .nav-dropdown-menu li a:hover { color: #6366f1; background: rgba(99,102,241,0.08); } .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { display: block; } @media (max-width: 768px) { .nav-dropdown-menu { position: static; transform: none; border: none; background: transparent; padding: 0; min-width: unset; } .nav-dropdown-menu li a { padding: 0.4rem 1rem; font-size: 0.9rem; } }