Privacy-first analytics for iOS, Android, and web apps. No cookies, no device IDs, no fingerprinting — only aggregate counts.
For full SDK documentation see llms-full.txt.
npm install @trackless-telemetry/sdk-web
import { Trackless } from "@trackless-telemetry/sdk-web"; Trackless.configure({ apiKey: "tl_your_api_key_here", autoScreenTracking: true, }); Trackless.view("home"); Trackless.feature("export_clicked"); Trackless.feature("theme", "dark");
All plans include the same features and full analytics dashboard. Pricing is based on monthly event volume only. No overage charges. No automatic tier upgrades.
Annual plans include 2 months free (pay for 10, get 12). Paid plans include priority support.
Qualifying open source projects get the Launch tier ($14/mo value) free — 200,000 events/month, 5 apps, all platforms. Eligibility: public repo with OSI-approved license, actively maintained. Apply: email oss@tracklesstelemetry.com with your account email, repo URL, and project description.
apiKey
endpoint
environment
autoScreenTracking
appVersion
buildNumber
Trackless.configure(options)
Trackless.view(name, detail?)
Trackless.feature(name, detail?)
Trackless.funnel(name, stepIndex, step)
Trackless.performance(name, duration)
Trackless.error(name, severity?, code?)
Trackless.setEnabled(enabled)
Trackless.flush()
Trackless.destroy()