vscode.dev gives you a real code editor directly in the browser, with no install required, which is useful for quick edits to a project you are not running locally. These guides cover how to open a repository, make a change, and get it back into GitHub without needing a full local development setup.
vscode.dev handles editing, viewing, and committing code well, but it does not run your project locally, since there is no terminal or local server. It is best suited for focused edits, not full development.
Changing the domain in a GitHub repository URL to vscode.dev opens that repo instantly in a full editor, which is the fastest way to make a quick change without cloning anything.
No. It runs entirely in the browser and requires no installation, though signing in with GitHub is needed to save changes back to a repository.
No. vscode.dev is an editor, not a runtime environment, so it cannot start a local server or run your app directly. It is best for editing and committing code.