Refluent is a minimal, distraction-free flashcard app for Android.
- No clutter, no complicated decks setup
- Just you, your cards, and a solid spaced-repetition engine
- Available on Google Play
Refluent is built to stay out of your way and help you actually remember things, not manage yet another complex tool.
You can download Refluent from Google Play:
https://play.google.com/store/apps/details?id=app.refluent
- Android Studio (latest stable)
- A Gemini API key
git clone https://github.com/dalmif/refluent.git
cd refluentThe app expects a Gemini API key in a local secrets.properties file that is not checked into version control.
Create this file, secrets/secrets.properties
with this content:
GEMINI_API_KEY={YOUR_API_KEY}
Replace {YOUR_API_KEY} with your actual key from Google AI Studio.
Open the project in Android Studio, let it sync, then:
Choose a device/emulator
Click Run
This project is licensed under the Apache License 2.0.
Copyright © 2025 Mohammad Fallah
