yorukot/glance — explained in plain English
Analysis updated 2026-07-08 · repo last pushed 2025-07-19
Create a personal start page that shows your RSS feeds, Reddit posts, and YouTube channels in one place.
Build a dashboard to track weather, stock prices, and Twitch streams without opening multiple tabs.
Set up a self-hosted dashboard on your home server to aggregate information from custom APIs.
| yorukot/glance | 0-bingwu-0/live-interpreter | 0xkaz/llm-governance-dashboard | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | — | Python | Python |
| Last pushed | 2025-07-19 | — | — |
| Maintenance | Quiet | — | — |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | ops devops | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires writing a YAML configuration file to define your widgets and layout, and you need to run it via Docker or a standalone binary.
Glance gives you a single, customizable web page that pulls together all the stuff you check throughout the day, RSS feeds, Reddit posts, Hacker News, YouTube channel uploads, Twitch streams, weather, stock prices, and more. Instead of opening a dozen tabs or apps, you load one dashboard and see everything at once. You set up the dashboard by writing a configuration file where you list which widgets you want and how they should be arranged. You can create multiple pages or tabs, choose different column layouts, and tweak options for each widget, for example, which RSS feeds to include, which subreddits to follow, or which stock symbols to track. There's a theme system with prebuilt options, and you can add your own custom CSS if you want full control over the look. The project also supports building your own widgets if the built-in ones don't cover your needs, through options like embedding external content or fetching data from custom APIs. This is built for people who already self-host software, meaning they run applications on their own server or machine rather than using a cloud service. A typical user might be someone who already runs tools like Pi-hole or a home media server and wants a personal start page that aggregates their information sources. You can install it via Docker (a common way to package and run self-hosted apps) or as a standalone binary on Linux, Windows, or macOS. A few things stand out about how it's built. The app is written in Go and ships as a single file under 20 megabytes, which keeps it lightweight on memory and fast to start. Pages typically load in about a second. It does not continuously poll for updates in the background, information is fetched when you load the page and then cached for a configurable period, so a manual refresh is needed to see new content. The interface is optimized for mobile, and the project explicitly avoids heavy JavaScript frameworks, sticking to minimal vanilla JS.
A self-hosted, lightweight web dashboard that aggregates your daily info sources like RSS feeds, Reddit, YouTube, weather, and stocks into one customizable page.
Quiet — no commits in 6-12 months (last push 2025-07-19).
The explanation does not specify the license for this repository.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.