Documentation
Welcome to PrivateStater documentation. Here you'll find guides for integrating the services into your website.
Quick Links
- Getting Started - Project setup and script installation
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:
- No cookies - PrivateStater does not use cookies
- No IP storage - IP addresses are hashed, originals are discarded
- No fingerprinting - PrivateStater does not use browser fingerprinting
- No third-party sharing - Data is never sold or shared with third parties
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?
- Check the Troubleshooting Guide
- For additional support, contact us at hello@privatestater.com