New in February 2026 — 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. 10 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.
URL barTop-centerShows the current page URL.
ReloadTop-center-rightRefreshes the preview.
Responsive buttonsTop-center-rightResize the viewport.
GitHubTop-rightConnect your project to a GitHub repo. Push and pull commits without leaving the editor.
InspectTop-rightToggles the Inspect panel on the right side.
PublishTop-rightOpens the Publish dialog.
User avatarTop-right cornerAccount menu.

10 tabs organized into two groups separated by a divider:

Primary tabs: Chat, 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)

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