>_ DevTrendsen

Language

Home

Languages

Sections

Frontend Backend Mobile DevOps AI / ML GameDev Blockchain Embedded Security
Go

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.

Glance main interface

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

  1. 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
  2. Lightweight and fast — binary under 20 MB, runs even on Raspberry Pi. Pages load in ~1 second.

  3. Flexible configuration via YAML:

type: weather
  location: Moscow, Russia
  units: metric
  1. Mobile version — easy to view on your phone.

  2. 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:

  1. Docker container (recommended)
  2. Native binary for Linux/Windows/macOS
  3. 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.

Install Glance | Widget community

Related projects