
A local-first file browser using OPFS and web workers. Demo soon.
Exifbrowser is a local-first file explorer that utilizes the Origin Private File System (OPFS) and web workers. With Exifbrowser, users can drop a folder of 1000+ images onto the page and it will generate a list of all the images and their EXIF data in just a couple of seconds. This tool serves as a base for a custom iNaturalist upload interface and is currently a work in progress.
Exifbrowser is a local-first file explorer that offers fast and efficient browsing of large image folders while displaying their respective EXIF data. With features like file tree navigation, image editing, and parallel transformations, Exifbrowser aims to provide users with a seamless and powerful image management tool. Although still a work in progress, the project demonstrates the potential of utilizing web technologies like OPFS, web workers, and IndexedDB to create responsive and feature-rich applications.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.