Skip to content
Fyndi docs
Polski

Technical documentation#

This is the technical part of the Fyndi guide: how the Android app, the API, the website and the server fit together, where the data lives, how releases are built and how work on the project is organised.

What is in this section#

These pages describe the machinery behind the app, not the screens you tap. Each one answers a single question and points to the places where the answer is checkable in code.

PageQuestion it answers
ArchitectureWhat is Fyndi made of, and what talks to what?
Data modelWhich object lives in the database, and which is just a file?
Staff panelWhat can staff do, and where?
Quality and checksHow do we know something is not broken — before and after release?
APK releasesWhere does the app come from, and how is it signed?
Change historyWhat changed in which release, in plain language?
Map and markersHow are markers drawn, and what do they cost per frame?
3D characterHow is the blocky character built?
WorkflowWhere does work live and who closes it?

How to read the technical pages#

Read them in any order — every page starts from a one-sentence answer and only then goes into numbers. A suggested route depending on what you need:

  1. You want to know what the product is made of — start with Architecture and then Data model.
  2. You want to check a claim (“is that measurement real?”) — Quality and checks lists the gates, the commands and the numbers they produced.
  3. You want to change the content (a route, a stop, a find) — Staff panel and then Workflow.
  4. You want the app on your phone — APK releases, and for the player-facing steps Installation.

Two conventions are worth knowing before you start:

  • Paths and command names are written as they are in the repository. Where something is a secret, the guide says what it is and where it lives instead of repeating its value — that is deliberate, not an omission.
  • The app and the API have separate version numbers. The app version (the one you install) and the API version (the server) move independently, so a page can mention both.

List of technical pages#

Vocabulary used across the technical pages#

TermMeaning in this guide
mapthe screen you start from — pawn, routes, finds, bots
finda side collectible, always visible on the map, never a route stop
routean ordered list of stops to visit in sequence
stopa single place on a route with a completion rule (GPS, puzzle, AR)
exploringwalking routes and completing stops
botan NPC character controlled by the server
offline packa versioned set of city content to download to the phone
characterthe 3D (blocky) figure, in the app, on the website and in the panel
gate, checkan automated test that can stop a change
releaseone published APK, with a tag and a version code
release keythe private key stored on the server that signs the APK
project brainthe project's knowledge directory in the repository, browsable in the panel

Quick index of the technical pages#


Documented for app version 0.120.1 (updated 2026-09-26).

Machine translation — the Polish version prevails.

App version: 0.120.1 · API version: 0.35.0 ·

docs.fyndi.app · 2026-09-26