API Access

If the backend is started with FACECHECK_API_KEY, paste that same key here. It is stored only in this browser and sent as the X-API-Key header on every request. Leave blank when the backend runs open (development).

Import Members

Moving from another gym system? Upload a CSV of your members (name, phone, plan, dates). Map the columns, preview, then import. Face ID is never imported — members enroll their face at Reception afterwards.

White Label

Customize the dashboard with your gym's branding. Stored locally. No server needed.

No logo set

Demo Mode

Seed the database with 20 fake members for demos. Requires server to be running.

Backup & Restore

Download a copy of the SQLite database. To restore, replace database/facecheck.db and restart the server.

Restore Steps

  1. Stop the FaceCheck server.
  2. Copy the backup .db file into backend/database/ and rename it to facecheck.db.
  3. Start the server: python backend/app.py
  4. Confirm members load at Members page.

About

ProductFaceCheck
Versionv1.0-beta.1
BuildSprint 1, customer ready
ServerNot available