ℹ️ Future direction: The qqq admin UI is being rewritten as qqq-frontend-next (Next.js 15 + Tailwind 4 + shadcn/ui).
qqq-frontend-material-dashboardremains the supported choice today and will continue to receive fixes until existing qqq apps complete migration toqqq-frontend-next. New qqq apps starting in 2026 should evaluateqqq-frontend-nextfirst.
React admin dashboard for QQQ applications.
For: Teams using QQQ who want a ready-to-use admin UI without writing frontend code
Status: Stable (on long-term deprecation track — see banner above)
QQQ generates backend APIs automatically, but you still need a UI. This dashboard connects to any QQQ backend and renders:
- Table views with sorting, filtering, and pagination
- Record forms with validation
- Process execution screens
- Navigation based on your QQQ metadata
No frontend code required. The dashboard reads your QQQ metadata and builds the interface dynamically.
If you need a custom UI, use qqq-frontend-core directly instead.
- Auto-generated screens - Tables, forms, and processes from QQQ metadata
- Material-UI styling - Clean, professional appearance out of the box
- Authentication - Auth0, OAuth2, or anonymous modes
- Customizable - Override components when defaults aren't enough
- Responsive - Works on desktop and tablet
Prerequisites: Node.js 18+, running QQQ backend
git clone https://github.com/QRun-IO/qqq-frontend-material-dashboard
cd qqq-frontend-material-dashboard
npm run install:legacy
npm startOpens at http://localhost:3000. Point it at your QQQ server.
Create .env:
REACT_APP_QQQ_API_BASE_URL=https://your-qqq-server.com/apiFor authentication:
REACT_APP_AUTH0_DOMAIN=your-domain.auth0.com
REACT_APP_AUTH0_CLIENT_ID=your-client-idnpm start # Start dev server
npm test # Run tests
npm run build # Production buildnpm run build
# Output in build/ directorymvn clean package -PciMaturity: Stable, production use
Breaking changes: Follows QQQ versioning
Submit issues and PRs to the main QQQ repository.
npm run install:legacy
npm testApache-2.0 - See LICENSE for details.