Workspace Browser

Files: test-app

Browse the project workspace using a grouped list: preview files, jump to parent, or switch to git diff.

Host Project
Projects / test-app / files
Workspace

Browse project files and directories

This view is the project workspace: /projects/test-app. Navigate into folders, go back to parent, or switch to git diff to review changes.

Base dir
Project root directory
/projects/test-app
Current path
Relative path you’re browsing
public/index.html
Preview
Matching public host
https://test-app.beast-builder.marklo.de/

Handle the highest-value next step for this workspace

Review file content dirs=0 files=0
Current focus
What to address first
Review file content
Review this file first, then use Git diff to understand how it relates to other changes.
Primary action
The primary CTA to click now
Git Diff
Current selection
Workspace scope
public/index.html
Current file · public/index.html
Spotlight item
Start here to minimize decision cost
public/index.html
Selected file

public/index.html

text
<!doctype html>
<html>
  <head><meta charset="utf-8"><title>Sample Imported App</title></head>
  <body>
    <h1>Hello from imported zip</h1>
    <p>If you can see this, zip import worked.</p>
  </body>
</html>