@prezly/admin-ui-v2
admin-ui-v2 is the current Prezly internal admin dashboard.
It replaces the legacy admin-ui project and is built with modern React + TypeScript tooling.
Project links
- Linear project:
- GitHub repository: https://github.com/prezly/admin-ui-v2
- Production url:
https://admin.prezly.com
Setup Instructions
See SETUP.md
Technologies used
- React 19 + TypeScript
- React Admin 5
- Vite 7
- MUI 7
- TanStack Query
- Nivo charts
- pnpm + Make
Common make commands
| Command | Description |
|---|---|
make clean | Remove generated dependencies/build artifacts. |
make fresh | Clean and reinstall dependencies with pnpm. |
make app | Install dependencies (if needed) and start local dev server. |