Intelligent box selection and packing optimization for shipping operations. Multi-store support, role-based access, and smart recommendations.
# Run with Docker
docker compose up
# Create your first store
./tools/auth create 100 admin@example.com
# Open http://localhost:5893Try the demo at http://localhost:5893/login → Demo tab
- Installation Guide - Full setup instructions
- Store Configuration - Box inventory setup
- Architecture Overview - Technical design
- API Reference - Endpoint documentation
- Development Guide - Contributing & testing
See all docs in the /docs directory.
- 📦 Smart box recommendations based on item dimensions
- 🔒 Two-tier authentication (PIN for staff, email for admins)
- 🏪 Multi-store isolation with separate inventories
- 💰 Flexible box pricing (standard or itemized with materials/labor)
- 📊 Excel import/export for bulk updates
- 🖨️ Thermal label printing
MIT - See LICENSE
Important: See DISCLAIMER.md for liability limitations.
Built on navigator9951's original PackingWebsite. The core packing algorithms remain the heart of this system.
Questions? Open an issue or see the documentation.