peek(1)
Share HTML reviews inside your company.
`Peek` turns generated HTML reports, prototypes, and internal pages into review links with pinned, text-anchored, and page-level feedback. It stays small: one Go server, one CLI, SQLite state, and file or S3-compatible object storage.
Preview
Start
# Start Peek locally
peekd --addr :7700 --data ./data --base-url http://localhost:7700
# Create the first admin from the setup URL in the logs, then log in
peek login --host http://localhost:7700
# Share an HTML file
peek upload demo.html --visibility public
# Inspect follow-up activity
peek list
peek stats <slug>
peek comments <slug>