| name | context-admin-ui |
| description | Admin dashboard, task management, and review interfaces. |
| tags | frontend, ui, admin |
Admin UI Context
Overview
Next.js App Router pages and components for the Affordabot Admin Dashboard.
Active Files
Pages (App Router)
frontend/src/app/admin/page.tsx- Dashboard Homefrontend/src/app/admin/discovery/page.tsx- Discovery toolsfrontend/src/app/admin/reviews/page.tsx- Review queuefrontend/src/app/admin/sources/page.tsx- Source management
Components
frontend/src/components/admin/ScrapeManager.tsx- Scraper controlsfrontend/src/components/admin/AnalysisLab.tsx- RAG testingfrontend/src/components/admin/ModelRegistry.tsx- LLM configfrontend/src/components/admin/PromptEditor.tsx- System prompt editorfrontend/src/components/admin/JurisdictionMapper.tsx- Jurisdiction config
Usage
Use this skill when modifying the admin dashboard or internal tools.