Phase 1 — Skeleton fork. Forked
[dashboardpack-apex-django](https://github.com/puikinsh/dashboardpack-apex-django)
as the starting point for the Zenith Dashboard Django Edition.
Backend, 27 apps, full test suite, and architecture carry over
verbatim from apex; visual presentation rebrands to Zenith's
pure achromatic OKLCh palette ("shadcn default, elevated").
Phase 1 — Skeleton fork. Forked
dashboardpack-apex-django
as the starting point for the Zenith Dashboard Django Edition.
Backend, 27 apps, full test suite, and architecture carry over
verbatim from apex; visual presentation rebrands to Zenith's
pure achromatic OKLCh palette ("shadcn default, elevated").
Added
- Phase 0 recon doc cataloguing Zenith's 67 pages, 44 UI primitives, 10 chart types, and 6 color presets — input to the 15-phase port plan (
docs/superpowers/specs/2026-05-14-phase0-zenith-recon.md).
- Phase 1 design doc covering the rename strategy and token swap (
docs/superpowers/specs/2026-05-14-phase1-skeleton-design.md).
Changed
- Renamed Django package
apex → zenith across the codebase (settings, ASGI/WSGI entry points, deploy configs).
- Project metadata, README, CLAUDE.md, CUSTOMIZE.md rebranded.
- Alpine.js factory names (
apexShell → zenithShell and ~25 others) and apex-* CSS classes renamed to zenith-*.
- HTTP webhook signing headers (
Apex-Signature, Apex-Event, Apex-Webhook) renamed to Zenith-*.
- API token prefix
apex_ → zenith_.
- Demo credentials:
demo / ZenithShowcase!2026 (was ApexShowcase!2026).
- OKLCh design tokens replaced with Zenith's achromatic (zero-chroma) palette — pure greyscale neutral scale, light sidebar, colourful chart 1–5 accents preserved.
LocalStorage keys: apex-theme, apex-density, etc. → zenith-theme, zenith-density, etc.
Preserved
ApexCharts / apexcharts JS library references (third-party charting library at apexcharts.com).
- The full test suite (710+ unit tests) — runs green against the renamed codebase.