ApplicationExhibition Domain — ui Architecture
Complex vertical examples demonstrating full-page layouts like Dashboards and Playgrounds.
Entity Profile
Dependency Diagram
graph TD domain_ApplicationExhibition["ApplicationExhibition"] subdomain_ApplicationExhibition_PlaygroundAI["PlaygroundAI"] domain_ApplicationExhibition --> subdomain_ApplicationExhibition_PlaygroundAI subdomain_ApplicationExhibition_Authentication["Authentication"] domain_ApplicationExhibition --> subdomain_ApplicationExhibition_Authentication subdomain_ApplicationExhibition_TaskManagement["TaskManagement"] domain_ApplicationExhibition --> subdomain_ApplicationExhibition_TaskManagement style domain_ApplicationExhibition fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Subdomains
Source Files
- apps/v4/app/(app)/examples/dashboard/components/app-sidebar.tsx
- apps/v4/app/(app)/examples/dashboard/components/chart-area-interactive.tsx
- apps/v4/app/(app)/examples/playground/components/code-viewer.tsx
- apps/v4/app/(app)/examples/tasks/components/columns.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-column-header.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-faceted-filter.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-pagination.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-row-actions.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-toolbar.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-view-options.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table.tsx
- apps/v4/app/(app)/examples/dashboard/components/data-table.tsx
- apps/v4/app/(app)/examples/dashboard/data.json
- apps/v4/app/(app)/examples/tasks/data/data.tsx
- apps/v4/app/(app)/examples/playground/components/maxlength-selector.tsx
- apps/v4/app/(app)/examples/playground/components/model-selector.tsx
- apps/v4/app/(app)/examples/playground/data/models.ts
- apps/v4/app/(app)/examples/dashboard/components/nav-documents.tsx
- apps/v4/app/(app)/examples/dashboard/components/nav-main.tsx
- apps/v4/app/(app)/examples/dashboard/components/nav-secondary.tsx
- apps/v4/app/(app)/examples/dashboard/components/nav-user.tsx
- apps/v4/app/(app)/examples/playground/page.tsx
- apps/v4/app/(app)/examples/dashboard/page.tsx
- apps/v4/app/(app)/examples/tasks/page.tsx
- apps/v4/app/(app)/examples/playground/components/preset-actions.tsx
- apps/v4/app/(app)/examples/playground/components/preset-save.tsx
- apps/v4/app/(app)/examples/playground/components/preset-selector.tsx
- apps/v4/app/(app)/examples/playground/components/preset-share.tsx
- apps/v4/app/(app)/examples/playground/data/presets.ts
- apps/v4/app/(app)/examples/tasks/data/schema.ts
- apps/v4/app/(app)/examples/dashboard/components/section-cards.tsx
- apps/v4/app/(app)/examples/tasks/data/seed.ts
- apps/v4/app/(app)/examples/dashboard/components/site-header.tsx
- apps/v4/app/(app)/examples/playground/components/temperature-selector.tsx
- apps/v4/app/(app)/examples/playground/components/top-p-selector.tsx
- apps/v4/app/(app)/examples/tasks/components/user-nav.tsx
Source
- apps/v4/app/(app)/examples/dashboard/components/app-sidebar.tsx
- apps/v4/app/(app)/examples/dashboard/components/chart-area-interactive.tsx
- apps/v4/app/(app)/examples/playground/components/code-viewer.tsx
- apps/v4/app/(app)/examples/tasks/components/columns.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-column-header.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-faceted-filter.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-pagination.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-row-actions.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-toolbar.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table-view-options.tsx
- apps/v4/app/(app)/examples/tasks/components/data-table.tsx
- apps/v4/app/(app)/examples/dashboard/components/data-table.tsx
- apps/v4/app/(app)/examples/dashboard/data.json
- apps/v4/app/(app)/examples/tasks/data/data.tsx
- apps/v4/app/(app)/examples/playground/components/maxlength-selector.tsx
- apps/v4/app/(app)/examples/playground/components/model-selector.tsx
- apps/v4/app/(app)/examples/playground/data/models.ts
- apps/v4/app/(app)/examples/dashboard/components/nav-documents.tsx
- apps/v4/app/(app)/examples/dashboard/components/nav-main.tsx
- apps/v4/app/(app)/examples/dashboard/components/nav-secondary.tsx
- apps/v4/app/(app)/examples/dashboard/components/nav-user.tsx
- apps/v4/app/(app)/examples/playground/page.tsx
- apps/v4/app/(app)/examples/dashboard/page.tsx
- apps/v4/app/(app)/examples/tasks/page.tsx
- apps/v4/app/(app)/examples/playground/components/preset-actions.tsx
- apps/v4/app/(app)/examples/playground/components/preset-save.tsx
- apps/v4/app/(app)/examples/playground/components/preset-selector.tsx
- apps/v4/app/(app)/examples/playground/components/preset-share.tsx
- apps/v4/app/(app)/examples/playground/data/presets.ts
- apps/v4/app/(app)/examples/tasks/data/schema.ts
- apps/v4/app/(app)/examples/dashboard/components/section-cards.tsx
- apps/v4/app/(app)/examples/tasks/data/seed.ts
- apps/v4/app/(app)/examples/dashboard/components/site-header.tsx
- apps/v4/app/(app)/examples/playground/components/temperature-selector.tsx
- apps/v4/app/(app)/examples/playground/components/top-p-selector.tsx
- apps/v4/app/(app)/examples/tasks/components/user-nav.tsx
Frequently Asked Questions
What is the ApplicationExhibition domain?
The ApplicationExhibition domain is an architectural grouping in the ui codebase. Complex vertical examples demonstrating full-page layouts like Dashboards and Playgrounds. It contains 36 source files.
What subdomains are in ApplicationExhibition?
The ApplicationExhibition domain contains 3 subdomain(s): Authentication, PlaygroundAI, TaskManagement.
How many files are in ApplicationExhibition?
The ApplicationExhibition domain contains 36 source files.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free