Skip to content

kapmif/kapmif.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi, I'm Wei — building AI parcel sorting infrastructure for last-mile logistics

🔧 What I'm building

SortLease — AI-powered parcel sorting equipment for Amazon DSPs and last-mile logistics operators.

  • FlowSort S15: 21,000 parcels/hour · 99.9% AI accuracy · 2 operators
  • Pricing: $0.10/parcel pay-per-parcel · rental from $3,000/month
  • Target market: 5,000+ US Amazon Delivery Service Partners
  • Seed round open: $5M target · 83% gross margin

📦 Open source tools

Live calculator · Source

Free tool for Amazon DSPs and last-mile operators to calculate ROI of automated sorting vs manual. Enter your daily volume, staff count, wages — see exact monthly savings and payback period.

const DSPCalculator = require('./src/calculator.js');

const result = DSPCalculator.calculate({
  dailyVolume:   5000,   // parcels/day
  currentStaff:  6,      // sorting headcount
  hourlyWage:    22,     // USD/hr
  pricingModel:  'rental'
});

console.log(result.monthlySavings);  // $52,400
console.log(result.annualSavings);   // $628,800
console.log(result.paybackMonths);   // 7 months

Key benchmarks in the calculator:

Method Cost/parcel Throughput Accuracy
Manual sorting $0.22–$0.30 3,500/hr per operator 94–96%
FlowSort S15 AI $0.07–$0.10 21,000/hr (2 operators) 99.9%

📬 Contact

About

Free open-source ROI calculator for Amazon DSPs — AI parcel sorting vs manual. $0.10/parcel vs $0.27. MIT license.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors