SMRTR ProgrammingMar 17, 2026Hacker News

Self Hosted Website Analytics with SQLite

SMRTR summary

Simple Web Analytics (SWA) is a Rust-built web analytics tool that packages everything into a single binary with SQLite storage. It features privacy-friendly tracking without cookies, dual-port architecture separating public tracking from authenticated dashboards, and real-time analytics with dark-themed UI. The tool requires no external dependencies or cloud services, making deployment straightforward.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.