# viewfinderco/viewfinder

Viewfinder client and server code

Repository: https://github.com/viewfinderco/viewfinder
Canonical: https://ross.abutalabs.com/products/viewfinder
Language: Python
License: Apache-2.0
License Family: permissive
Last push: 2018-09-17T18:56:31+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4510, "days_push": 2907, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1762, forks 507 (observed 2026-08-28T04:05:32.750922+00:00)

## What it is
The complete client and server source code for Viewfinder, a discontinued photo-sharing service, released after shutdown. It serves as a reference implementation covering a DynamoDB-backed server, iOS/Android apps, and mobile full-text search built on LevelDB.

## Use cases
- study how a startup built a DynamoDB-backed backend in Python
- learn to build a full-text search engine on top of LevelDB for mobile
- see how to detect duplicate photos using perceptual fingerprints
- reference for sharing code between iOS and Android with GYP
- revive or fork a photo-sharing app codebase
- learn database schema and indexing patterns on DynamoDB

## When to choose
- you want a real-world reference for mobile photo app architecture
- you need examples of DynamoDB schema design, indexing, and versioning
- you're interested in LevelDB-based mobile search or image fingerprinting

## When to avoid
- you need a maintained, supported photo-sharing service
- you expect clean, well-tested production code
- you need current iOS/Android toolchain compatibility

## Facets
- artifact type: application
- maturity: abandoned
- function: http-server, search-engine, image-processing, database, mobile-framework
- domain: mobile-development, backend, photography, databases, developer-tools
- platform: python, cross-platform
- tags: photo-sharing, dynamodb, leveldb, shut-down-service, reference-code, full-text-search, perceptual-hashing, ios, android

## Member repositories
- viewfinderco/viewfinder (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:32.750922+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:27:02.870804+00:00, confidence not recorded.
  - readme: https://github.com/viewfinderco/viewfinder (fetched 2026-08-28T04:05:32.750922+00:00, sha da8b46e445ed)
- Data as of 2026-08-30T08:39:29.467469+00:00.
