A web application that converts Adobe XMP sidecar files into Lightroom configuration format.
backend/index.ts - Main Hono API serverfrontend/index.html - Upload form interfacefrontend/index.tsx - React frontend logicshared/types.ts - Shared TypeScript typesshared/xmp-parser.ts - XMP parsing utilitiesGET / - Serve the main interfacePOST /api/convert - Convert uploaded XMP file