a sleek browser-based serial terminal powered by the Web Serial API.
Runs fully in the browser - no extra software required.
- 🔌 Connect to any serial device via browser
- ⏱️ Real-time terminal output with precision timestamps
- 💾 Save terminal output to file
- 🎨 Minimal dark theme interface
- Frontend: Vanilla JavaScript (no frameworkxx)
- APIs: Web Serial API
- UI: HTML5, CSS3 (dark theme)
- Deployment: GitHub Pages (or any static hosting)
- Open the page in a supported browser (Chrome / Edge).
- Select a baud rate from the dropdown.
- Click Connect and choose your serial device.
- View terminal output in real-time.
- Use toolbar buttons to:
- Clear the terminal
- Save logs
- Clone this repository:
git clone https://github.com/nlkguy/termicelli.git

