# lindly > The calm, privacy-first shared baby tracker. One shared, real-time > timeline for every parent and caretaker in a Home — log a feed, > diaper, sleep, or activity in two taps, one-handed, offline. Hosted > in Switzerland (Zurich, europe-west6). No ads, no data sold. lindly is a mobile and web app for tracking an infant's day across the people who share their care. It is not a medical device and does not give medical advice; it records and summarizes what caregivers log. ## Machine-readable mirrors - Every page below has a clean Markdown sibling at `.md` (e.g. `/pricing.md`, `/guides/getting-started.md`). A full-content bundle of all of them is at [/llms-full.txt](/llms-full.txt). ## Languages - Published in English (canonical, no path prefix), German (`/de/…`) and Spanish (`/es/…`). Core pages, guides and blog posts are translated; this file lists the English canonical routes only (ADR-0012) — each has `/de/` and `/es/` equivalents linked via hreflang on the pages. ## Core pages - [lindly — The calm, shared baby tracker](/) — mirror: [/index.md](/index.md): One shared, real-time timeline for every parent and caretaker. Log a feed, diaper, or nap in two taps — offline-first, hosted in Switzerland, no ads. - [About lindly — who builds it, and why](/about) — mirror: [/about.md](/about.md): An independent, privacy-first baby tracker built by one developer — why it exists, why your family's data is hosted in Switzerland, and what we'll never do. - [Blog — lindly](/blog) — mirror: [/blog.md](/blog.md): Calm, honest writing for tired parents — design, privacy engineering, and the evidence behind lindly's reminders. - [Compare lindly — honest, sourced baby-tracker comparisons](/compare) — mirror: [/compare.md](/compare.md): Factual, sourced comparisons of lindly against Huckleberry, Nara Baby Tracker and Glow Baby — privacy, residency, sync, offline, export and AI access. - [lindly vs Nara Baby Tracker (Baby Tracker) — 2026](/compare/lindly-vs-baby-tracker) — mirror: [/compare/lindly-vs-baby-tracker.md](/compare/lindly-vs-baby-tracker.md): How lindly compares to Nara Baby Tracker (formerly “Baby Tracker”): residency, ads, export, offline and AI access — every Nara claim sourced, 2026-07. - [lindly vs Huckleberry — a privacy-first comparison (2026)](/compare/lindly-vs-huckleberry) — mirror: [/compare/lindly-vs-huckleberry.md](/compare/lindly-vs-huckleberry.md): How lindly compares to Huckleberry: data residency, ads and data sharing, offline, export and your-own-AI access — every claim sourced, 2026-07. - [Privacy-first baby trackers 2026: lindly, Nara, Huckleberry](/compare/privacy-first-baby-trackers-2026) — mirror: [/compare/privacy-first-baby-trackers-2026.md](/compare/privacy-first-baby-trackers-2026.md): A sourced, privacy-first comparison of baby trackers in 2026 — residency, ads, sharing, offline, export and AI access across lindly, Huckleberry, Nara and Glow. - [Contact — lindly](/contact) — mirror: [/contact.md](/contact.md): Reach lindly for support, and find the legal imprint and data-controller details for our privacy-first, Swiss-hosted shared baby tracker. - [Guides — lindly](/guides) — mirror: [/guides.md](/guides.md): Step-by-step how-tos for lindly: getting started, inviting caretakers, tuning reminders, and connecting AI assistants and smart-home hubs over MCP. - [Pricing — lindly](/pricing) — mirror: [/pricing.md](/pricing.md): lindly is free today — full logging, real-time sharing, reminders and free export, no ads. A Premium plan for larger Homes is planned; prices shown here first. - [Privacy — lindly](/privacy) — mirror: [/privacy.md](/privacy.md): How lindly handles your family's data: hosted in Switzerland, no ads, no data sold, free export and erasure. A pre-launch draft, pending legal review. - [Terms — lindly](/terms) — mirror: [/terms.md](/terms.md): The plain-language terms for using lindly: what the service is, how accounts work, acceptable use, and how it links to privacy and erasure. A pre-launch draft. ## Guides - [Connect lindly to your smart-home hub via MCP](/guides/connect-smart-home-via-mcp) — mirror: [/guides/connect-smart-home-via-mcp.md](/guides/connect-smart-home-via-mcp.md): Wire lindly into a smart home over MCP, with Home Assistant as the worked example — read your baby's status into automations, or log from a button or voice. - [Getting started with lindly](/guides/getting-started) — mirror: [/guides/getting-started.md](/guides/getting-started.md): Create your Home, add your baby, and log your first few events — the five-minute setup that gets your whole family onto one shared timeline. - [Inviting a caretaker](/guides/inviting-a-caretaker) — mirror: [/guides/inviting-a-caretaker.md](/guides/inviting-a-caretaker.md): Bring a partner, grandparent or nanny onto your Home — and grant caretakers access to just the child or children they look after, not everything. - [Log events with Claude or Gemini via MCP](/guides/log-events-with-ai-via-mcp) — mirror: [/guides/log-events-with-ai-via-mcp.md](/guides/log-events-with-ai-via-mcp.md): Connect an AI assistant to your Home over MCP — ask how your baby's doing, and log events by voice — with OAuth consent you control per child and per scope. - [Understanding reminders](/guides/understanding-reminders) — mirror: [/guides/understanding-reminders.md](/guides/understanding-reminders.md): How lindly's calm reminders work — the three rules, why they fire on a time gap, quiet hours overnight, and how to tune the thresholds per child. ## Blog - [Built for 3 a.m.](/blog/built-for-3am) — mirror: [/blog/built-for-3am.md](/blog/built-for-3am.md): Why we designed a baby tracker to be calm enough for the middle of the night — grayscale, one-handed, no streaks, no guilt. - [How we set our reminder defaults](/blog/reminder-defaults) — mirror: [/blog/reminder-defaults.md](/blog/reminder-defaults.md): lindly's gentle reminders fire on a time gap — no wet diaper in X hours, no feed in Y. The evidence behind our defaults, and why a flat 24-hour rule was wrong. - [Where your baby's data lives](/blog/where-your-babys-data-lives) — mirror: [/blog/where-your-babys-data-lives.md](/blog/where-your-babys-data-lives.md): Infant health data is sensitive. Here's the plain, honest engineering of where lindly keeps it — in Switzerland — and the short list of things that leave. ## Agent access - An OAuth-protected MCP server (Model Context Protocol) will be available at mcp.staging.lindly.app for authenticated access to a specific Home's data, granted per Home and scope by its members. Endpoint not yet live. Tools: list_kids, get_kid_summary, list_recent_events, list_active_reminders (read) and log_event (write, confirmation-gated). See the guide: /guides/log-events-with-ai-via-mcp.