Skip to content
This organization was marked as archived by an administrator on Sep 13, 2023. It is no longer maintained.
@nolytics

nolytics

No Javascript website analytics

nolytics

fat doggo representing browsers in 2023

First of all, what the hell is nolytics? Well, nolytics is a no JavaScript solution for website analytics which I created with the intention of measuring my blog tracking performance. Instead of code event metrics, it uses HTML image fetching directly to track web pages hits. All of the measurement/metrics analytics magic is done on the server side, leaving the client free of cookies and CPU usage.

Nolytics is 100% open-source and lives entirely on the edge (although you can self-host), and you can setup the whole infrastructure right away with a one-click script!

Architecture

System communication is very easy to understand as each system component is bounded to a small group of responsibilities and everything can be perceived as a script. No virtual machines are needed, since the system is designed to run on the edge!

nolytics system communication diagram

Pinned Loading

  1. spec spec Public archive

    Quick summary on how this tool works

  2. worker worker Public archive

    Cloudflare worker that processes webpage hits

    TypeScript 1

  3. refresh refresh Public archive

    Scheduled Cloudflare worker that summarizes analytics database in a single JSON file

    TypeScript 1

  4. viewer viewer Public archive

    Visualize your website analytics

    TypeScript

Repositories

Showing 7 of 7 repositories
  • refresh Public archive

    Scheduled Cloudflare worker that summarizes analytics database in a single JSON file

    nolytics/refresh’s past year of commit activity
    TypeScript 1 MIT 0 1 1 Updated Sep 12, 2023
  • worker Public archive

    Cloudflare worker that processes webpage hits

    nolytics/worker’s past year of commit activity
    TypeScript 1 MIT 0 0 1 Updated Sep 12, 2023
  • viewer Public archive

    Visualize your website analytics

    nolytics/viewer’s past year of commit activity
    TypeScript 0 MIT 0 4 0 Updated Jun 7, 2023
  • hugo-bearblog Public archive Forked from janraasch/hugo-bearblog

    🧸 A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging. This theme now includes a dark color scheme to support dark mode 🦉 ⬛️!

    nolytics/hugo-bearblog’s past year of commit activity
    HTML 0 MIT 214 0 0 Updated Apr 3, 2023
  • mongo Public archive

    Data model schemas for MongoDB

    nolytics/mongo’s past year of commit activity
    0 MIT 0 2 0 Updated Feb 25, 2023
  • .github Public archive
    nolytics/.github’s past year of commit activity
    0 0 0 0 Updated Feb 22, 2023
  • spec Public archive

    Quick summary on how this tool works

    nolytics/spec’s past year of commit activity
    0 MIT 0 0 0 Updated Feb 21, 2023

Top languages

Loading…

Most used topics

Loading…