File Processor
Full-stack SaaS web application that processes Excel files for PedidosYa store operations. Users upload files containing store claims; the system automatically removes duplicate orders using a deterministic multi-case algorithm, transforms columns, and delivers a clean file for download. Built with an async processing architecture: files are uploaded via signed URL directly to Supabase Storage, a job is created and enqueued in BullMQ, and a worker processes it independently — fully decoupling the API from the processing layer.