conwnet/github1s

One second to read GitHub code with VS Code.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 2nd, 2026
Created on June 16th, 2019
Open Issues & Pull Requests: 59 (+0)
GitHub issues: Enabled
Number of forks: 904
Total Stargazers: 23,292 (+0)
Total Subscribers: 113 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.0 days
Mean response time: 27.3 days
90th percentile: 104.7 days
Tracked items: 16

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 566 days
Stale 30+ days: 5
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (2)
  • Discusson (1)
  • Enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

GitHub1s is a web application that lets you browse GitHub repositories in VS Code directly from your browser.

The tool solves the problem of needing to clone or download a repository just to read its code. It works by transforming a GitHub URL into a github1s.com URL—simply add "1s" after "github" in the address bar—which then loads the repository's code in a VS Code-like interface. The same approach extends to GitLab and npm packages through gitlab1s.com and npmjs1s.com respectively.

GitHub1s suits developers who want to quickly explore or review code without setting up a local environment. It works well for code review, learning from open-source projects, or checking dependencies. The tool integrates with Gitpod for cloud-based editing, allowing you to move from read-only browsing to full development with file editing, Docker container execution, and pull request creation. Private repositories can be accessed by adding an OAuth token through the browser interface, with the token stored locally and only sent to GitHub when fetching files.

The project maintains active development with regular updates to its codebase and documentation. Development can happen locally with a full VS Code build using the same prerequisites as VS Code itself, or through Docker containers using VS Code's Remote-Containers plugin for a pre-configured environment. The tool supports both traditional local development workflows and cloud-based development through Gitpod integration.