DevGlobe for VS Code
Show up on a 3D globe in real time while you code.
Your activity is displayed live on devglobe.app — other developers see you, discover your projects and your links.
VS Code Marketplace ·
devglobe.app ·
Source code
Open source & transparent — This extension is 100% open source. No code is read, no sensitive data is collected. You can audit every line on GitHub.
How it works
- Sign in on devglobe.app with GitHub, X (Twitter), or Google
- Copy your API key from the site settings
- Open the DevGlobe sidebar in VS Code (globe icon in the activity bar)
- Paste your API key → Connect
- You're online — your marker appears on the globe
The extension sends a heartbeat every 30 seconds as long as you're actively coding. It pauses after 1 minute of inactivity. After 10 minutes of inactivity, you disappear from the globe.
Visibility settings (anonymous mode, repo sharing, profile mode) are managed on devglobe.app/dashboard/settings.
Features
| Feature |
Description |
| Live heartbeat |
Sends your activity every 30s. Auto-pauses after 1 min of inactivity. |
| Language detection |
Detects 150+ languages from your active editor tab. |
| Platform detection |
Sends your OS (macOS, Windows or Linux) alongside each heartbeat so it appears on your profile. |
| Git integration |
Detects your repo from the git remote. Commit data is never read or sent by the extension. |
| Status message |
Write what you're working on — visible on your globe profile. |
| Status bar |
Displays your coding time for today (e.g. 2h 15m) in the VS Code status bar. |
Two views in the side panel:
- Login — masked API key field + link to get your key on devglobe.app
- Dashboard — live coding time, active language, status message, start/stop buttons, logout
Commands
Accessible from the Command Palette (Ctrl+Shift+P / Cmd+Shift+P):
| Command |
Description |
DevGlobe: Set Status Message |
Set your status message on the globe |
DevGlobe: Show Coding Time |
Show your coding time today |
DevGlobe: Open Globe |
Open devglobe.app/space in your browser |
DevGlobe: Debug |
Toggle debug logging in ~/.devglobe/devglobe.log |
DevGlobe: Open Log File… |
Open ~/.devglobe/devglobe.log |
DevGlobe: Open Config File… |
Open ~/.devglobe/config.toml |
Settings
| Setting |
Default |
Description |
devglobe.trackingEnabled |
true |
Enable/disable tracking |
What DevGlobe brings you
- Enhanced public profile — Your GitHub, X, projects, activity, tech stack and links on a single shareable page.
- Project directory — Publish your projects, invite teammates, get discovered and upvoted by the community.
- Comments & upvotes — Threaded discussions on every project. Give and get feedback from other developers.
- Developer dashboard — One place to manage your profile, projects and extensions, track coding stats, unlock badges and read notifications.
- Discovery — Browse and filter developers & projects by language, tools and platform.
- Networking — See who's coding right now and in which language. Click a marker to discover a developer, their projects and their links.
- Light & dark mode — Full theme support across the platform.
Privacy
The extension sends programming language, editor name, OS, coding time, the origin remote URL of your current git repo (when present), branch name, and the file path relative to your repo root — never an absolute home path.
Files outside any git repository are not tracked beyond their language. We never read source code, file contents, keystrokes, or commit messages.
Local privacy flags can be toggled in ~/.devglobe/config.toml under [privacy]: hide_file_names, hide_branch_names, hide_project_names (the project flag also hides branches).
Globe-side visibility (anonymous mode, repo sharing on the live globe, profile mode) is managed on devglobe.app/dashboard/settings.
API keys are stored in the OS keychain via VS Code SecretStorage (macOS Keychain, Windows Credential Manager, Linux libsecret) — never in plain text.
Network: HTTPS only (TLS 1.2+), no telemetry, no third-party trackers.
Requirements
- VS Code 1.80+ — also works with Cursor, Windsurf, VSCodium, Positron, Antigravity and other VS Code forks
- Web compatible — works in
vscode.dev and github.dev in addition to desktop VS Code
- Zero external dependencies — uses only native VS Code APIs (and Node.js on desktop)
Links
devglobe.app