Skip to content
Back to portfolio

Bold Reuse — Reuse Logistics Platform

Full-stack product engineering for a reusable packaging company: operational workflows, data-heavy CRUD interfaces, and automation used daily by live fulfillment teams.

Overview

Bold Reuse runs reusable packaging programs — items go out, come back, get washed, and go out again. Since March 2025 I've been designing and shipping full-stack features across a React + TypeScript frontend and a PostgreSQL backend, supporting complex, stateful workflows and high-volume operational data.

What I built

  • Multi-step operational workflows (wash, pack, rewash, receive, pickup, delivery) as dedicated pages and reusable components, used daily by live fulfillment teams
  • CRM-style, data-heavy CRUD interfaces for clients, inventory pools, assets, events, and users — GraphQL queries/mutations, role-gated actions, and navigation-level access control
  • A client onboarding flow with route-level and UI-level guards that enforce required setup before core product access
  • Bulk data import and admin tooling: CSV validation, deduplication, and ingestion pipelines for large-scale onboarding
  • Background jobs and automation for scheduled processing, bulk updates, and third-party data sync, with retry and cleanup logic

Data layer

I architected a migration-driven PostgreSQL schema with explicit domain modeling, enums, and relational integrity — built to safely support evolving workflows and large datasets.