Skip to content

πŸ”– Localhost project manager - Quick access browser extension for local development servers

Notifications You must be signed in to change notification settings

Jeffrey0117/LocalTab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LocalTab Logo

LocalTab

A lightweight localhost dashboard for developers. View and manage multiple local dev servers in one browser tab.

License: MIT


Features

  • Multiple Layouts - Row, Column, 2x2 Grid, Left/Right/Top Main, Tab Mode
  • Tab Mode - Browser-like tabs for switching between panels
  • Panel Management - Add, remove, rename panels on the fly
  • Keyboard Shortcuts - Fast navigation without touching the mouse
  • Auto-Save - Configuration persists in localStorage
  • Import/Export - Share or backup your setup as JSON
  • Notification Badges - See which panels have updates
  • Port Scanner - Backend API to auto-detect running dev servers

Quick Start

  1. Open index.html in your browser
  2. Add your localhost URLs
  3. Pick a layout that works for you

Backend (Optional)

The backend provides automatic port scanning to discover running dev servers.

cd server
bun install
bun run index.ts

Then open admin.html to scan and manage ports.

Keyboard Shortcuts

Key Action
1-9 Focus panel by number
R Reload current panel(s)
← β†’ Switch tabs (Tab Mode)

Configuration

Action Description
Export Download current setup as JSON
Import Load a saved configuration
Reset Restore default settings

Tech Stack

Component Technology
Frontend Single HTML file, vanilla JS, no dependencies
Backend Bun + Elysia (TypeScript)
Storage localStorage (browser)

License

MIT

About

πŸ”– Localhost project manager - Quick access browser extension for local development servers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published