Dee view
A token playground for enterprise dashboard systems.
Deeview turns design tokens from abstract values into something designers and developers can see, edit, test, and export immediately. The product gives token work a live enterprise UI context instead of leaving decisions trapped inside tables, swatches, and static documentation.
Problem
Tokens are decisions without context.
Design token work is often split across disconnected surfaces. Designers inspect values inside design tools, developers receive CSS variables or JSON later, maintainers document the rules separately, and accessibility issues are often found after tokens have already been applied.
The core question became simple: how can a team edit tokens and immediately understand their visual, functional, and implementation impact?
Product
A playground where token changes become visible.
Deeview lets users edit light and dark theme tokens, preview component behavior, inspect contextual layouts, and export theme-ready CSS variables, token JSON, and React usage snippets.
Edit relevant tokens
Component-specific controls keep users focused on the values that actually affect the selected UI pattern.
Preview real dashboard UI
Tokens are tested against enterprise scenarios like forms, analytics dashboards, navigation shells, and overlays.
Export usable outputs
The output panel generates CSS variables, token JSON, and React usage snippets from the same token source.
Interface model
Three zones. One feedback loop.
Architecture
Built around one shared token source.
Next.js handles the app shell. React renders the editor, preview, and output panels. Zustand stores tokens, selected component, preview mode, undo history, theme mode, and preferences. CSS variables apply token values to the preview surface.
Screenshots
The product surface across editing, previewing, and export.
The screens show how Deeview turns token work into an immediate feedback loop: adjust values, inspect real interface impact, and export implementation-ready output from one workspace.
My role
From design-system idea to working tool.
- Product strategyDefined Deeview as a token generator and preview playground for enterprise dashboards.
- UX designStructured the app around a three-zone edit, preview, and export workflow.
- Visual designCreated a restrained enterprise interface with dense panels and realistic dashboard surfaces.
- Frontend developmentBuilt the Next.js app, token editor, preview system, output panel, custom picker, and interactive components.
- Design-system logicMapped token groups to actual component usage so users can understand what each variable changes.
