ClientJS
Device information and digital fingerprinting written in pure JavaScript for visitor analytics.
Why consider ClientJS?
ClientJS is an open-source digital client fingerprinting library written by Jack Spirou. ClientJS generates visitor device hashes by inspecting screen DPI resolutions, installed fonts, canvas rendering hashes, timezones, and WebGL parameters to prevent fraudulent click attribution.
Learn ClientJS by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of ClientJS
ClientJS computes browser device fingerprints to detect unique visitors and prevent ad click fraud.
Quickstart
npm install clientjsimport { ClientJS } from 'clientjs';const client = new ClientJS();const fingerprint = client.getFingerprint();console.log('Visitor ID:', fingerprint);ClientJS is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
FlowInquiry
Interactive user research surveys and customer satisfaction polling platform.
Mailcoach
Self-hosted email newsletter and drip campaign platform built on Laravel.
phpList
World-proven open-source newsletter manager and email campaign marketing platform.
django-newsletter
Newsletter and subscriber campaign application built for Django websites.