Welcome to Zen Nurture
This guide will walk you through creating your account, setting up your first baby profile, and logging your first activities. You’ll be tracking your baby’s care in under 5 minutes.Create Your Account
Visit the Zen Nurture app and sign up with your email and password.
Zen Nurture uses Better Auth with email/password authentication. No email verification is required by default, so you can start using the app immediately.
Create a Family
After signing in, you’ll be prompted to create a family. This is the container for all your baby profiles and activities.
convex/families.ts
Set Up Your Baby Profile
Now create your baby’s profile with essential information:
- Name: Your baby’s name
- Date of Birth: Used to calculate age and developmental milestones
- Gender: Optional (male/female/other)
- Timezone: For accurate time-based reminders and reports
- Measurement Units: Choose between metric (ml, kg, cm) or imperial (oz, lb, in)
convex/events.ts
Log Your First Activity
Start tracking by logging an activity. Let’s log a feeding:
Bottle Feeding Example
Other Activity Types
Breastfeeding
Breastfeeding
Diaper Change
Diaper Change
Sleep Session
Sleep Session
Medication Dose
Medication Dose
All events are stored with an ISO 8601 timestamp and are automatically synced across all family members’ devices in real-time thanks to Convex.
Invite Family Members
Share the caregiving load by inviting other family members:
convex/families.ts
Role Permissions
| Role | Permissions |
|---|---|
| Owner | Full access, can delete family, manage all settings |
| Admin | Can invite/remove members, edit baby profiles, manage reminders |
| Caregiver | Can log activities, view data, but cannot invite others |
Set Up Reminders (Optional)
Create smart reminders to stay on top of your baby’s routine:
Fixed-Time Reminders
Interval-Based Reminders
Push notifications require setting up the
CRON_SECRET and web push VAPID keys. See the Setup Guide for details.What’s Next?
Explore Analytics
View daily summaries, weekly digests, and trend charts to understand your baby’s patterns
Ask Mora
Chat with the AI assistant to get insights: “How many times did Emma feed yesterday?”
Track Milestones
Log developmental milestones like first smile, first steps, and more
Export Your Data
Download a complete JSON export of all your baby’s data anytime
Tips for Success
Log activities in real-time
Log activities in real-time
The most accurate tracking happens when you log events as they occur. Zen Nurture’s mobile-friendly interface makes it easy to quickly tap and log.
Use caregivers to track who did what
Use caregivers to track who did what
Assign a caregiver to each logged event so you can see who handled each feeding, diaper change, etc. This is especially helpful with multiple caregivers.
Add notes for context
Add notes for context
Include notes on events when something unusual happens or to remember important details (“refused bottle” or “slept extra long”).
Review weekly digests
Review weekly digests
Check your weekly digest every Sunday to spot trends and discuss with your pediatrician.
Need Help?
If you run into issues or have questions:- Ask Mora (the AI assistant) for help with app features
- Check the Setup Guide for troubleshooting
- Review the API Reference for technical details
