import { createFileRoute } from "@tanstack/react-router"; import { AlertTriangle, Shield } from "lucide-react"; export const Route = createFileRoute("/terms")({ head: () => ({ meta: [ { title: "Terms & Safety Disclaimer — SafeSight" }, { name: "description", content: "SafeSight Terms of Service and Safety Disclaimer. SafeSight is a driver assistance tool only." }, { property: "og:title", content: "Terms & Safety Disclaimer — SafeSight" }, { property: "og:description", content: "SafeSight Terms of Service and Safety Disclaimer." }, { property: "og:type", content: "website" }, { property: "og:url", content: "/terms" }, ], links: [{ rel: "canonical", href: "/terms" }], }), component: TermsPage, }); function TermsPage() { return (
Please read these terms carefully. SafeSight is a tool to help you drive more safely, but it is not a replacement for your own attention and judgment.
SafeSight is a driver assistance tool only. It does not prevent accidents and is not a substitute for attentive driving. Drivers remain fully responsible for vehicle operation and any accidents that may occur while using this app or at any other time.
SafeSight is not liable for any damages, injuries, fatalities, or losses resulting from distracted driving, whether or not the app was active at the time of the incident.
By downloading, installing, or using SafeSight, you agree to be bound by these Terms of Service and our Privacy Policy. If you do not agree to these terms, do not use the app.
The user acknowledges and agrees that:
To the maximum extent permitted by applicable law, SafeSight and its developers, affiliates, officers, employees, and agents shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages, including but not limited to personal injury, property damage, loss of life, or emotional distress, arising out of or in connection with your use of or inability to use the app, even if advised of the possibility of such damages.
SafeSight is provided "as is" and "as available" without warranties of any kind, either express or implied, including but not limited to implied warranties of merchantability, fitness for a particular purpose, or non-infringement. We do not warrant that the app will be uninterrupted, error-free, or completely accurate in detecting distraction.
SafeSight requires access to your device's camera to monitor driver focus. All processing is done on-device. By using the app, you consent to this camera access for the sole purpose of driver safety monitoring.
Premium features require a subscription. Subscriptions are billed through Stripe and are subject to Stripe's terms. You may cancel anytime. No refunds are provided for partial billing periods unless required by law.
We reserve the right to terminate or suspend your access to SafeSight at any time, without notice, for conduct that we believe violates these terms or is harmful to other users or us.
These terms shall be governed by and construed in accordance with the laws of the State of Delaware, United States, without regard to its conflict of law provisions.
We may update these terms from time to time. Continued use of SafeSight after changes constitutes acceptance of the updated terms.
For questions about these terms, contact us at hello@safesight.app.
Last updated: {new Date().toLocaleDateString("en-US", { year: "numeric", month: "long", day: "numeric" })}