Technical Reference
Technical Reference
For developers maintaining the Car Battery Pro theme and integrations.
Technical Reference
🛠 Dev
For developers maintaining or taking over the CBP theme. This section assumes familiarity with Shopify theme development (Liquid, the Shopify CLI) and JavaScript.
The repository also ships deeper engineering docs that this section links to rather than
duplicates: CLAUDE.md (conventions), AGENTS.md (detailed agent/contributor guide),
DESIGN-GUIDELINES.md (design system), and TRACKING.md (analytics, reproduced under
Tracking).
- Repository & theme structure — how the codebase is laid out.
- Local development & environments — running the theme locally; staging vs production.
- Deployment & releases — how changes reach the live store.
- Custom JavaScript modules — the bespoke front-end modules.
- The backend API — endpoints, auth, and ownership.
- Debug mode & dev tooling — toggling staging and developer logging.