Pixelex.Dashboard.Live (Pixelex v0.1.0)

Copy Markdown View Source

The dashboard: traffic, sources, pages, devices, events and a funnel builder, in one LiveView.

pixelex_dashboard "/analytics"

No dependencies of its own

No Tailwind, no chart library, no CDN. The styles are one scoped block and the chart is inline SVG. A host that does not use Tailwind should not have to adopt it to see their traffic, and a library that pulls a chart bundle from a CDN has quietly reintroduced the third-party request pixelex exists to avoid.

Every query is bounded

The range picker offers fixed windows, Pixelex.Query requires from and to, and every table is limited. There is no "all time".

It has no authentication

Scope it behind yours. See Pixelex.Router.