Micro-WMS is a mobile-first, local-first warehouse management system for small e-commerce sellers and boutique depots.
mobile/— React Native / Expo application with local SQLite/WatermelonDB storagebackend/— Node.js / TypeScript backend targeting AWS EKS (copybackend/.env.exampletobackend/.envfor local runs)infra/— Terraform infrastructure bootstrapping for AWS resourcesdocs/— architectural documentation and roadmap
- Local-first transaction capture with offline support
- Freemium limit enforcement for first 300 transactions
- Cloud migration path for paid users using AWS EKS
- PostgreSQL-compatible relational schema and tenant-aware backend
- Implement the mobile data model and local transaction counter
- Build the backend auth, tenant, and sync service skeleton
- Define Terraform infrastructure for EKS, RDS, and Cognito