=== statpx Analytics ===
Contributors: statpx
Tags: analytics, statistics, privacy, GDPR, cookie-free, free
Requires at least: 5.0
Tested up to: 6.6
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Lightweight, privacy-first website analytics by statpx. No cookies. No credit card. Free forever.

== Description ==

statpx tracks pageviews, sessions, referrers, countries, browsers, and more — without setting any cookies on your visitors' browsers.

**Features:**
* Real-time visitor dashboard
* Bounce rate, session duration, pages per session
* Country, city, browser, OS, device breakdowns
* Traffic sources: Organic, Direct, Social, Referral, Campaign
* Custom events API
* SPA / page router support (Next.js, Nuxt, Gatsby, etc.)
* GDPR-friendly (no cookies, no fingerprinting)
* 100% free — unlimited sites, unlimited pageviews

== Installation ==

1. Upload the `statpx-analytics` folder to `/wp-content/plugins/`
2. Activate the plugin through the **Plugins** menu in WordPress
3. Go to **Settings → statpx** and enter your **Tracking ID**
4. Your Tracking ID is found at statpx.com → Dashboard → (your site) → Snippet

That's it — your analytics will start appearing immediately.

== Frequently Asked Questions ==

= Where do I find my Tracking ID? =
Log in to statpx.com → Dashboard → click on your site → Snippet page. Your 16-character Tracking ID is shown there.

= Does this plugin set cookies? =
No. statpx uses sessionStorage and localStorage only. No cookies are set on your visitors' devices.

= Is this GDPR compliant? =
Yes. No personal data is transmitted to third parties, no cookies are used, and statpx.com stores data on your behalf without cross-site tracking.

= How do I track custom events? =
After the plugin is active, you can call `window._st('event', 'event_name')` in any JavaScript on your site.

== Screenshots ==

1. The statpx dashboard with real-time visitor stats
2. Plugin settings page — just paste your Tracking ID and save

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
Initial release.