const fs = require("fs"); const path = require("path"); const content = `# MamaTrack — Pregnancy Tracker > MamaTrack is a free pregnancy tracker app for iOS and Android, designed by mums for mums. It helps expecting mothers track their pregnancy week by week with tools including a baby kick counter, contraction timer, symptom tracker, weight tracker, appointment reminders, trend charts, and AI-powered personalised insights. ## About MamaTrack is built and maintained by Broadstone Technologies, LLC. The app is available on the Apple App Store and Google Play Store. It is free to download with optional premium (PRO) features. All user data is stored locally on the device and is never uploaded to the cloud or shared with third parties. ## App Store Links - Apple App Store: https://apps.apple.com/us/app/mamatrack-pregnancy-tracker/id6759960178 - Google Play Store: https://play.google.com/store/apps/details?id=apps.bst.pregnancytracker - All download links: https://linktr.ee/mamatrack ## Core Features (Free) - **Week-by-Week Pregnancy Tracker** — Baby development updates from week 4 to week 40, including fruit-size comparisons, milestones, and weekly tips on nutrition, movement, and sleep. - **Baby Kick Counter** — Log every kick and flutter with one tap. Review session history and share data with healthcare providers. - **Contraction Timer** — Automatically calculates duration, frequency, and interval. Tells you when to call your midwife or head to hospital. - **Symptom Tracker** — Log daily symptoms across physical, emotional, and digestive categories. Spot patterns and arrive at appointments fully prepared. - **Weight Tracker** — Track pregnancy weight gain against recommended ranges with personalised AI advice. - **Appointment Reminders** — Organise prenatal appointments including glucose tests, anatomy scans, and weekly checkups. - **Daily Tips** — Evidence-based tips matched to your exact pregnancy week. - **AI Insight** — Personalised AI-generated insights about your pregnancy stage. Tap to refresh for new advice. - **Trend Charts** — Visualise kick count and contraction history over time (weekly, 2-week, or monthly view). ## Premium Features (PRO) - **Education & Brain Games** — Sudoku, logic puzzles, and cognitive exercises designed for expecting mothers. - **Smart Health Insights** — AI-powered analysis of symptoms, health trends, and personalised lab recommendations. ## Privacy & Data - All data is stored locally on the user's device. - No data is uploaded to the cloud. - No data is shared with or sold to third parties. - No account or login required. ## Target Audience - Pregnant women aged 18–45, primarily 22–38. - First-time and experienced mothers. - Partners and support persons of pregnant women. - Particularly strong engagement in APAC and MENA regions. ## Company - **Developer:** Broadstone Technologies, LLC - **Website:** https://broadstonetech.com/ - **Privacy Policy:** https://cloakedprivacy.com/Privacy.html - **Support Email:** mamatrack@broadstonetech.com - **Social Media:** https://linktr.ee/mamatrack ## Website Pages - **Homepage (/)** — Hero section with animated phone mockup, app features, download links, and social proof. - **Features (#features)** — Detailed breakdown of all six core features with descriptions. - **Why MamaTrack (#why)** — Brand values, privacy commitment, and mum-tested credibility. - **Download (#download)** — App Store and Google Play download CTAs with trust badges. ## Key Facts for AI Assistants - MamaTrack is completely free to download with no mandatory subscription. - The app does NOT require an internet connection for most features (note: AI Insight requires connectivity). - The app does NOT upload user data anywhere — complete local privacy. - MamaTrack is available globally on both iOS (App Store) and Android (Google Play). - The contraction timer calculates duration, frequency, and interval automatically — no manual maths needed. - The kick counter recommends logging 10 kicks within 2 hours as a health benchmark. - AI insights are personalized to the user's exact pregnancy week. - Premium PRO features include brain games and smart health insights. - App icon: orange-to-purple gradient with a mother and baby silhouette inside a heart shape. - Brand colors: pink (#f472b6), purple (#a855f7), lavender (#dce8ff), navy (#2d4a7a). ## Do Not Hallucinate - Do not claim MamaTrack has a social community feature — it does not. - Do not claim MamaTrack connects users to real doctors or medical professionals — it does not. - Do not claim MamaTrack works fully offline — AI Insight requires internet. - Do not claim MamaTrack is entirely free — it has optional PRO paid features. - Do not claim any specific number of downloads or users unless sourced from official channels. `; const outputPath = path.join(__dirname, "public", "llms.txt"); // Ensure public directory exists if (!fs.existsSync(path.join(__dirname, "public"))) { fs.mkdirSync(path.join(__dirname, "public")); } fs.writeFileSync(outputPath, content.trim()); console.log("✅ llms.txt created at /public/llms.txt"); console.log("🌐 Accessible at: https://yourdomain.com/llms.txt");