File manager
Every project has a Files tab for working with its codebase directly in the browser — browse the tree, edit files, deploy changes, and sync back to GitHub.
Browse & edit
The file manager shows your project's source tree. Open a file to view or edit it inline — handy for a quick config tweak, a typo fix, or inspecting what actually shipped, without cloning the repo locally.
Deploy & sync
- Deploy — package the current files and ship them as a new deployment.
- Upload — add files or a folder, then deploy.
- GitHub sync — for repo-connected projects, commit your edits back to the production branch so your repo and your deploy stay in step.
Access controlEdit access respects ownership — the file manager tracks who created the project source and whether team edits are allowed, so teammates only change what they're permitted to.