Public
Like
xmp2reshade
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
index.ts
https://jjg--3f28628e97fa11f0afe60224a6c84d84.web.val.run
A web application that converts Adobe XMP sidecar files into Lightroom configuration format.
- Upload XMP files through a web interface
- Parse XMP metadata and extract Lightroom adjustment settings
- Convert to key-value configuration format
- Download converted configuration file
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 utilities
- Visit the web interface
- Upload an XMP file using the form
- The file will be parsed and converted to Lightroom config format
- Download the converted configuration file
GET /
- Serve the main interfacePOST /api/convert
- Convert uploaded XMP file