$ cd ../home

class TermsOfService {

// Last updated: July 15, 2025

# Acceptance of Terms

if (user.usesService) {
user.agreesTo(theseTerms)
}

// By using CursorFit, you agree to these terms and conditions

# Service Description

const service = {

name: "CursorFit",

purpose: "Developer wellness during AI processing",

features: ["stretch_reminders", "QR_exercises", "analytics"],

availability: "24/7"

}

// Service provided as-is with continuous improvements

# User Responsibilities

const userMust = [

"provide_accurate_info",

"keep_account_secure",

"use_service_legally",

"respect_other_users",

"follow_exercise_safely"

]

// You are responsible for your account and safe exercise practices

# Health Disclaimer

⚠️ IMPORTANT HEALTH NOTICE

const healthWarning = {

disclaimer: "Not medical advice",

consultation: "Consult healthcare provider",

liability: "User assumes exercise risks"

}

// Always exercise within your comfort zone and abilities

# Payment & Subscriptions

const billing = {

freeTier: "Always available",

proTier: "$7/month yearly or $9/month",

refunds: "30-day policy",

cancellation: "Anytime"

}

// No hidden fees, cancel anytime

# Limitation of Liability

try {
useService()
} catch (issues) {
// CursorFit not liable for indirect damages
}

// Service provided "as is" without warranties

# Questions?

const contact = "legal@cursorfit.app"

// For questions about these terms

} # End of TermsOfService class