This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Moxy — Terms of Service | |
| Effective Date: February 19, 2026 | |
| By using Moxy, you agree to these Terms of Service. If you do not agree, do not use the app. | |
| 1. Description of Service | |
| Moxy is a research-informed nutrition tracking application that helps you log meals, track macronutrients and micronutrients, set | |
| evidence-based health goals, and discover recipes. The app combines government nutrition databases with insights drawn from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Moxy — Privacy Policy</title> | |
| <style> | |
| * { margin: 0; padding: 0; box-sizing: border-box; } | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; |