Glance: Your All-in-One Information Hub
Sound familiar? You open 10 tabs in the morning — RSS feeds, Reddit, Hacker News, currency rates, weather. By lunch, you can't remember where you found what. Glance solves this by gathering all your information in one place.
What is Glance?
Glance is a lightweight, self-hosted dashboard written in Go. The project gathered over 26 thousand stars on GitHub in just one year, which speaks to its demand.

Who is this for?
- Developers following tech blogs
- IT enthusiasts with home servers
- Traders tracking markets
- People who like reading news from various sources
5 Reasons to Try Glance
-
All in one place — 20+ widgets:
- RSS/Atom feeds
- Posts from Reddit and Hacker News
- Weather forecasts
- Videos from YouTube and Twitch
- Crypto and stock prices
- Docker container status
-
Lightweight and fast — binary under 20 MB, runs even on Raspberry Pi. Pages load in ~1 second.
-
Flexible configuration via YAML:
type: weather
location: Moscow, Russia
units: metric
-
Mobile version — easy to view on your phone.
-
Themes — several built-in or create your own.
How does it work technically?
Glance uses:
- Go for the backend (minimal dependencies)
- Simple JavaScript on the frontend
- YAML for configuration
- Docker for easy deployment
The project can be launched in three ways:
- Docker container (recommended)
- Native binary for Linux/Windows/macOS
- From source
Practical Use Cases
For developers
type: rss
feeds:
- url: https://blog.golang.org/feed.atom
- url: https://martinfowler.com/feed.atom
For sysadmins
type: docker
containers:
- nginx
- postgres
For traders
type: markets
markets:
- symbol: BTC-USD
- symbol: SPY
Conclusion: Is it worth trying?
Glance is a great solution for those who:
- Are tired of information noise
- Want to control their own data (self-hosted)
- Value simplicity and speed
The project is actively developed, has clear documentation, and supports creating custom widgets. If you haven't found the perfect information dashboard yet — Glance definitely deserves your attention.
Related projects