Skip to main content
This guide walks you through installing the Flashcard AI desktop app, connecting your Gemini API key, and scanning a folder of images to produce your first flashcard deck.

Prerequisites

  • Windows 10 or later
  • .NET 8 SDK installed (for the primary .NET app)
  • A Google Gemini API key — see the tip below
Get a free Gemini API key at ai.google.dev. The free tier is sufficient for personal use.

Setup

Build a standalone executable

To distribute the app without requiring the SDK on the target machine:
cd appDotNet
build_exe.bat
The .NET build output is named FlashcardAI-DotNet-v<version>.exe; the Python build output is named FlashcardAI-Python-v<version>.exe.

Next steps

Mobile quickstart

Import your exported deck on Android and study on the go.

Cloud sync

Enable bi-directional Google Drive sync to keep all devices up to date.

Build docs developers (and LLMs) love