Sage is a conversational, personality-evolving AI designed for wearables. It acts as your thought partner, executive assistant, and companion—helping you think, organize, and grow every day. Sage is ethical, user-first, and privacy-focused, inspiring deep loyalty and daily use, especially for young people.
Default name: Sage (customizable by the user)
To create an AI sidekick that is genuinely helpful, ethical, and user-first, inspiring trust, loyalty, and daily engagement.
- Conversational AI engine (voice/text)
- Personality growth and user personalization
- Thought partner: ideation, reflection, learning
- Executive assistant: reminders, organization, integrations (opt-in)
- Companion: emotionally intelligent, fun, present (opt-in)
- Wearable integration and offline functionality
- Privacy, security, and transparency by design
- Core System & Conversational AI
- Personality & Thought Partner
- Executive Assistant
- Companion & Emotional Intelligence
- Wearable Integration
- Privacy, Security, and Compliance
- Testing & Launch
Create a .env file in the root directory:
# Groq API Key (free tier, recommended for development)
GROQ_API_KEY=your_groq_api_key_here
# OR for development only:
# EXPO_PUBLIC_GROQ_API_KEY=your_groq_api_key_here
# OpenAI API Key (optional, for production)
OPENAI_API_KEY=your_openai_api_key_here
# OR for development only:
# EXPO_PUBLIC_OPENAI_API_KEY=your_openai_api_key_hereSecurity Note:
- Use
GROQ_API_KEY(withoutEXPO_PUBLIC_) for better security EXPO_PUBLIC_variables are bundled into the app and visible to users- For production, API calls should go through a backend server
Getting API Keys:
- Groq: Sign up at groq.com (free tier available)
- OpenAI: Sign up at platform.openai.com
npm install
npm run web # Web version
npm run ios # iOS simulator (requires Xcode)
npm run android # Android emulatorSee ROADMAP.md and TODO.md for detailed progress and feature checklists.
This project is in active development. All features are opt-in, privacy-first, and user-controlled.