Skip to content

Rollearning/ai-second-brain

Repository files navigation

AI Second Brain

A React Native app that helps you convert your thoughts into actionable SMART goals.

Features

  • 🧠 Capture your thoughts, ideas, and goals
  • 🎯 Automatically convert notes to SMART goals format:
    • Specific: What exactly needs to be accomplished?
    • Measurable: How will progress be tracked?
    • Achievable: Is it realistic?
    • Relevant: How does this align with broader objectives?
    • Time-bound: When does it need to be completed?
  • 📝 Save and organize your notes and goals
  • 🔍 Search functionality to find specific notes
  • 📱 Native mobile experience for iOS and Android

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Expo CLI
  • iOS Simulator (for iOS testing)
  • Android Emulator or physical device (for Android testing)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/ai-second-brain.git
cd ai-second-brain
  1. Install dependencies:
npm install
  1. Start the development server:
npx expo start
  1. Run on iOS Simulator:
npx expo start --ios
  1. Run on Android Emulator:
npx expo start --android

Building for Production

EAS Build

This project uses Expo Application Services (EAS) for building production-ready apps.

  1. Configure your EAS setup:
npx eas-cli build:configure
  1. Build for iOS:
npx eas build --platform ios
  1. Build for Android:
npx eas build --platform android
  1. Submit to stores:
npx eas submit -p ios
npx eas submit -p android

👨‍💻 Who made this?

Pierre-Henry Soria

Pierre-Henry Soria. A super passionate and enthusiastic software engineer! 🚀 True cheese 🧀 , coffee, and chocolate lover! 😋 Reach me at pH7.me 💫

YouTube Tech Videos @phenrysay pH-7 BlueSky

☕️ Enjoying this project? Buy me a coffee (my favorite is almond flat white ☕️)

License

This project is licensed under the MIT License. See LICENSE for more details.

About

AI second brain app that let you save everything you got in your brain and make it in an achievable SMART goal

Topics

Resources

License

Stars

Watchers

Forks

Contributors