FollowUps

FollowUps is a local-first iOS app that helps you turn spoken call or meeting notes into actionable follow-ups.

You explicitly start recording, FollowUps processes the finished audio with OpenAI, extracts a concise list of tasks, and lets you selectively sync those tasks to Apple Reminders.

Highlights

What FollowUps Does

What FollowUps Does Not Do

Product Constraints (iOS-Compliant)

FollowUps is intentionally built around Apple platform constraints:

Tech Stack

Architecture

Repository Structure

Getting Started

Requirements

Setup

  1. Clone the repo:
    git clone https://github.com/thomasgregg/FollowUps.git
    cd FollowUps
    
  2. Install XcodeGen:
    brew install xcodegen
    
  3. Generate the project:
    xcodegen generate
    
  4. Open FollowUps.xcodeproj in Xcode.
  5. Configure Signing & Capabilities with your Apple Developer team.
  6. Run on Simulator or real device.

OpenAI Configuration

Reminders Behavior

Permissions

FollowUps uses:

Privacy

Privacy policy: https://thomasgregg.github.io/FollowUps/privacy.html Support: https://thomasgregg.github.io/FollowUps/support.html

Testing

Run tests in Xcode or via CLI:

xcodebuild test -scheme FollowUps -destination 'platform=iOS Simulator,name=iPhone 17 Pro'

Known Limitations

Roadmap Ideas