Skip to content

Schmessing/Recallify

Repository files navigation

📱 Recallify Mobile App

Welcome to the Recallify Mobile App, built with Expo and React Native.


🚀 Getting started

Step 1: Install the app

Scroll down for more instructions on how to get the app on your device.

Step 2: Get API keys

To use Recallify, you will have to supply API keys for Gemini and AssemblyAI. Follow the official steps recommended by Google and AssemblyAI to set up your respective accounts.

Step 3: Enter your API keys on the Settings page of the app.

Screenshot 2025-12-04 161428

Step 4: Enjoy!

Note: if you are using free versions of Gemini and AssemblyAI, you may be rate limited. Refer to the official Gemini and AssemblyAI documentation for more information.

📦 How to install a prebuilt version of the app (Android)

Getting Recallify onto on your phone is simple.

Step 1: Download latest .apk from Releases page

Step 2: Tap on the .apk to begin installation

You may need to change permissions on your phone to allow installing .apk files from outside the Play Store; follow this article if you get stuck.

Step 3: Refer to the Getting started section of this README to set up the app.


🔨 How to build the app yourself (Android or iOS)

Step 1: Download the source code

If you have Git installed, open Command Prompt or Terminal and run:

git clone https://github.com/Schmessing/Recallify.git
cd Recallify

Step 2: Install necessary dependencies

In the project directory, open Command Prompt or Terminal and run:

npm install

Step 3: Build the app

Use EAS to build the app yourself. For example, to build the app for an Android target, you would run the following command in your terminal while in the Recallify project directory:

eas build --platform android

Step 4: Install the built executeable directly on your device or an emulator and enjoy!


Team Workflow (for editing and testing)

1. Make changes and push

git add .
git commit -m "Describe what you changed"
git push

2. Always pull before working

git pull

This keeps everyone in sync.


Tech Stack

  • React Native (via Expo)
  • JavaScript
  • Expo Router (navigation)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors