Delver lens file to archidekt csv converter
Find a file
Chris Kruining 83ab4df537
Migrate from .NET MAUI to Expo + Convex
Complete rewrite of Scry using TypeScript stack:

- Expo/React Native with Expo Router (file-based routing)
- Convex backend (serverless functions + real-time database)
- Adaptive camera system (expo-camera in Expo Go, Vision Camera in production)
- React Native Skia + fast-opencv for image processing
- GDPR-compliant auth setup with Zitadel OIDC (pending configuration)

Key features:
- Card recognition pipeline ported to TypeScript
- Perceptual hashing (192-bit color pHash)
- CLAHE preprocessing for lighting normalization
- Local SQLite cache with Convex sync
- Collection management with offline support

Removes all .NET/MAUI code (src/, test/, tools/).

💘 Generated with Crush

Assisted-by: Claude Opus 4.5 via Crush <crush@charm.land>
2026-02-09 16:16:34 +01:00
.agents/skills Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
.forgejo/workflows Use Forgejo API directly for releases 2026-02-03 15:55:27 +01:00
.just Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
app Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
assets Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
components Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
constants Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
convex Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
docs . 2026-02-05 11:34:57 +01:00
lib Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
scripts Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
TestImages . 2026-02-05 09:41:07 +01:00
.crush.json Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
.gitignore Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
.justfile Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
AGENTS.md Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
app.json Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
bun.lock Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
card_hashes.db Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
package-lock.json Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
package.json Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00
tsconfig.json Migrate from .NET MAUI to Expo + Convex 2026-02-09 16:16:34 +01:00