SoleFlow is a modern, high-performance order management system designed for small businesses and independent sellers. Built with a focus on aesthetics and user experience, it provides a seamless workflow from order entry to tracking and reporting.
- Intuitive Dashboard: Real-time insights into your sales, orders, and products.
- Order Management: Create, edit, and track orders with ease. Supports both grid and list views.
- Smart Poster Generation: One-click generation of beautiful, shareable order posters for social media.
- Data Portability: Import and export your data via Excel (with images) and JSON formats.
- Shipping Integration: Integrated tracking number management with quick links to carrier services.
- Beautiful UI: Modern "Liquid Glass" design with dark mode support and micro-animations.
- Multi-language Support: Fully bilingual in English and Chinese.
- Frontend: React 19 + Vite
- Styling: Tailwind CSS 4 + Framer Motion
- State Management: Zustand
- Date Handling: date-fns
- Excel Export: exceljs
- Icons: Lucide React
- Internationalization: react-i18next
- Clone the repository:
git clone https://github.com/yourusername/order-stystm.git
- Install dependencies:
npm install # or pnpm install - Run the development server:
npm run dev
- Build for production:
npm run build
SoleFlow 是一款专为小微企业和独立卖家设计的现代、高性能订单管理系统。系统专注于美学设计和用户体验,提供从订单录入、发货跟踪到数据分析的无缝流程。
- 直观仪表盘: 实时分析销售额、订单量和商品分布。
- 订单管理: 轻松创建、编辑和跟踪订单。支持网格和列表两种视图切换。
- 智能海报生成: 一键生成精美的可分享订单海报,助力社交媒体引流。
- 数据迁移: 支持 Excel(包含图片)和 JSON 格式的数据导入导出。
- 物流整合: 集成的快递单号管理,支持主流物流公司一键跳转查询。
- 卓越 UI 设计: 现代“流体玻璃”美学,支持深色模式和动效交互。
- 多语言支持: 完整的中英文界面支持。
- 前端框架: React 19 + Vite
- 样式方案: Tailwind CSS 4 + Framer Motion
- 状态管理: Zustand
- 日期处理: date-fns
- Excel 处理: exceljs
- 图标库: Lucide React
- 国际化: react-i18next
- 克隆项目:
git clone https://github.com/yourusername/order-stystm.git
- 安装依赖:
npm install # 或 pnpm install - 运行开发服务器:
npm run dev
- 打包上线:
npm run build
MIT License.