RepoPilot

glanceapp/glance

A self-hosted dashboard that puts all your feeds in one place

Mixed

Mixed signals — read the receipts

ConcernsDependency

copyleft license (AGPL-3.0) — review compatibility

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • Concentrated ownership — top contributor handles 73% of recent commits
  • AGPL-3.0 is copyleft — check downstream compatibility
  • Scorecard: default branch unprotected (0/10)
  • 1 moderate-severity advisory on direct dependencies
  • Last commit 2d ago
  • 17 active contributors
  • AGPL-3.0 licensed
  • CI configured
  • Tests present

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: glanceapp/glance

Generated by RepoPilot · document generated 2026-09-15 · concise human review Evidence snapshot · analyzed 2026-09-15T10:09:31.752Z · commit 372466c6d753

Verdict

Mixed — Mixed signals — read the receipts

  • Last commit 2d ago
  • 17 active contributors
  • AGPL-3.0 licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Glance is a self-hosted, lightweight dashboard written in Go that aggregates multiple feed sources (RSS, Reddit, Hacker News, YouTube, Twitch, weather, Docker stats, market prices) into a single customizable interface. It delivers a <20MB binary with minimal dependencies, fast page loads (~1s uncached), and responsive mobile-first design, all configured via YAML. Monolithic single-binary structure: internal/glance/ contains the core application split into functional modules (auth.go, config.go, glance.go, main.go), with static assets (CSS, JS, icons, fonts) embedded in internal/glance/static/. Widget-specific styling (widget-rss.css, widget-docker-containers.css, etc.) and template logic…

Start here

Read these in order:

  • internal/glance/static/js/templating.js — Foundation: doesn't import anything internally and is imported by 4 other files. Read first to learn the vocabulary.
  • internal/glance/static/js/utils.js — Foundation: imported by 3, no internal dependencies of its own.
  • internal/glance/static/js/todo.js — Built on the foundation; imported by 1 downstream file.
  • internal/glance/static/js/calendar.js — Built on the foundation; imported by 1 downstream file.
  • internal/glance/static/js/page.js — Layer 2 — application-level code that wires the lower layers together.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

No package.json or Makefile visible, implying Go-only build. Inferred setup: git clone https://github.com/glanceapp/glance && cd glance && go build ./cmd/glance (verify exact build target in repository). Install Go 1.…

Daily commands:

Clone repo, build with go build ./cmd/glance (or run go run ./cmd/glance for development), create a glance.yml config file (reference: docs/configuration.md), then execute the binary. Binary will serve HTTP on confi…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership — top contributor handles 73% of recent commits
  • AGPL-3.0 is copyleft — check downstream compatibility
  • Scorecard: default branch unprotected (0/10)
  • Embedded assets: Static files (CSS, JS, images) are embedded in the binary at build time via embed.go; changes to internal/glance/static/ require rebuilding. YAML schema validation: config-fields.go likely…
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/glanceapp/glance?axis=fork)](https://repopilot.app/r/glanceapp/glance)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/glanceapp/glance on X, Slack, or LinkedIn.

Ask AI about glanceapp/glance

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/glanceapp/glance"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>