Agath is a mobile FRC scouting application built with React Native and Expo. It allows scouts to record robot data during autonomous, teleop, and endgame phases, then sync that data to a backend server or transfer it offline via QR codes. The app is built for FRC Team 2638 but is open-source and any team may fork and adjust the code accordingly.
Coming soon.
-
Clone the repository:
git clone https://github.com/rebels2638/ScoutingApp2026.git cd ScoutingApp2026 -
Install dependencies:
npm install
-
(Optional) Configure the Appwrite backend:
cp .env.example .env
Then fill in
.envwith your Appwrite project credentials. Note that you will also need to set up the Appwrite database and scripts. The app runs fully offline without this step and is how it was intended to be used by other teams.
Start the Expo development server:
npx expo startThen press the corresponding key to launch on a specific platform.
Or run directly:
npm run android
npm run ios
npm run webHave a suggestion or a bug report? Head over to the Issues tab to let me know!
This project is licensed under the GNU General Public License v3.0.