Documentation

Welcome to PrivateStater documentation. Here you'll find guides for integrating the services into your website.

Quick Links

What is PrivateStater?

PrivateStater is a privacy-first analytics, captcha, and feedback platform for websites.

Main Services

Service Description Features
Analytics Visitor tracking IP hashing, no cookies
Captcha Bot and spam prevention Puzzle + PoW 2-step verification
Feedback User feedback collection Rating, text, screenshots

Privacy Protection

PrivateStater prioritizes visitor privacy:

Script Installation

All PrivateStater services work with a single integrated script:

<script>
  window.PrivateStaterConfig = { prstSite: "YOUR_SITE_ID" };
</script>
<script src="https://privatestater.com/privatestater.js"></script>

Replace YOUR_SITE_ID with your website ID from the dashboard.

Need Help?