New — Spec templates, comment editing, and more. See what's new
DazlDocs
Feature Reference

The Editor Layout

The Editor is the workspace where you build, edit, and inspect your project. It opens when you click a project from the Dashboard.

The Editor is the workspace where you build, edit, and inspect your project. It opens when you click a project from the Dashboard.

The full Editor workspace showing the left sidebar, center area with preview, and top bar

Three-Column Layout

AreaDescription
Left sidebarTab icons along the edge, with the active panel's content beside them. 11 tabs total.
Center areaA tabbed container holding the Preview, code editor tabs, and spec editor tabs.
Inspect (optional)Opens on the right when you click Inspect in the top bar. Shows Style and Props tabs.

Top Bar

The top bar spans the full width of the editor:

ElementLocationDescription
Project menuTop-leftApp icon + project name + chevron. Opens the application menu.
Edit / Preview toggleTop-center-leftSegmented control to switch between selecting elements for editing and interacting with the live app.
Pages dropdownTop-centerNavigate between pages and routes in your project.
ComponentsTop-centerOpens the Component page — a live gallery of your project's design system.
URL barTop-centerShows a simplified version of the current URL. Click to focus and see the full URL.
ReloadTop-center-rightRefreshes the preview.
Responsive buttonsTop-center-rightResize the viewport.
Online membersTop-rightShows avatars of collaborators currently connected to the project. Click to see the full list.
ShareTop-rightOpens the Share dialog to invite collaborators by email.
GitHubTop-rightConnect your project to a GitHub repo. Push and pull commits without leaving the editor.
CommentsTop-rightOpens the Comments panel for leaving feedback.
InspectTop-rightToggles the Inspect panel on the right side.
PublishTop-rightOpens the Publish dialog.

11 tabs organized into two groups separated by a divider:

Primary tabs: Chat, Add, History, Elements, Specs, Integrations, Theme

Utility tabs: Files, Search, Logs, Keys

Click a tab icon to switch panels. The active panel's content fills the sidebar area.

Center Area Tabs

The center area uses a dynamic-until-pinned tabbing system (similar to VS Code):

  • The Preview tab is always available
  • Opening a file or spec creates a new tab
  • Unpinned tabs (shown in italic) are replaced when you open something else
  • Double-click a tab, start typing, or edit its content to pin it (shown in normal text)

Split-Screen View

Open a code or spec tab alongside the Preview to work in a split-screen layout. The Preview stays on the left while the code editor appears on the right, so you can see changes reflected in real time as you read or edit the source.

The Editor in split-screen view with the Preview on the left and the code editor on the right

Application Menu

Click the project name in the top-left corner to open the application menu:

The application menu showing Back to Projects, account info, Save as Template, Download Project, Appearance, Settings, Keyboard Shortcuts, and Contact Us

  • Back to Projects — return to the Dashboard
  • Account section — plan, email, balance, Upgrade, Manage Billing
  • Save as Template — save the project as a reusable starting point
  • Download Project — download the source code
  • Appearance — Light / Dark / System theme for the editor UI
  • Settings — project settings
  • Keyboard Shortcuts — open the keyboard shortcuts reference (also available via Shift+?)
  • Contact Us — support link

The Appearance setting controls the Dazl editor's theme. Your project's theme can be configured separately in the Theme panel, which can override the editor's appearance setting.

On this page