E-SPower Line is a platform access layer for ecommerce and social messaging surfaces. It focuses on adapter ingestion, private protocol normalization, auth, routing, and downstream framework delivery.
- 中文文档: README.zh-CN.md
- English documentation: README.en-US.md
- API Reference (zh-CN): docs/api-reference.zh-CN.md
- API Reference (en-US): docs/api-reference.en-US.md
- Protocol v1: docs/protocol-v1.md
- Browser adapter example: docs/examples/browser-adapter.js
- 官方社区群 / Official community: E-SP Line 社区
- Backend: uv-managed FastAPI service for auth, routing, inbox, adapter gateway, and catalog APIs.
- Frontend: Vite + React Router admin console with zh-CN and en-US i18n.
- Ecommerce adapters:
qianniu-userscript,taobao-seller-userscript,tmall-service-userscript,pinduoduo-userscript,douyin-shop-userscript,jd-im-userscript.
qianniu-userscript, taobao-seller-userscript, and tmall-service-userscript are rendered from the same Ali trade userscript template so DOM selector hardening, network packet recognition, and message deduplication can ship once across the whole Taobao-family entry surface.
- Backend:
uv sync && uv run main.py - Frontend:
cd web && pnpm install && pnpm dev - API docs and integration details: start from the localized README and API reference links above.
