Analysis updated 2026-06-21
Browse any GitHub repository's full file tree in a VS Code-style interface without cloning it locally
Search across all files in a project before deciding whether to use or contribute to it
Access a GitLab repository the same way via gitlab1s.com
Explore a private GitHub repository by adding a personal access token stored only in your browser
| conwnet/github1s | facebook/lexical | mihomo-party-org/clash-party | |
|---|---|---|---|
| Stars | 23,303 | 23,366 | 23,410 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
github1s is a browser trick that lets you instantly open any GitHub repository in a full VS Code editor, the same coding environment professional developers use, right inside your web browser, with no installation required. The trick is almost embarrassingly simple: just type "1s" after "github" in any repository URL. So github.com/microsoft/vscode becomes github1s.com/microsoft/vscode, and the page loads with a VS Code-style interface where you can browse files, read code, search across the project, and navigate the folder structure with all the familiar editor conveniences. This solves the problem of GitHub's default code viewer being fairly basic, it shows one file at a time, without a file tree on the side or the ability to search across all files at once. github1s gives you that richer view immediately. You would use this when someone shares a repository link and you want to explore the codebase more comfortably than GitHub's built-in viewer allows, or when you want to read through a project's structure before deciding to clone it locally. It also works with GitLab repositories via gitlab1s.com. For private repositories, you can add a personal access token stored only in your browser. The project is built with TypeScript and runs entirely in the browser.
github1s lets you open any GitHub repository in a VS Code-like editor in your browser instantly, just add "1s" after "github" in the URL, no installation or sign-in required.
Mainly TypeScript. The stack also includes TypeScript.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.