About this project

@yeger/page-views is a privacy-focused utility for tracking page views without user-tracking. It is designed to be lightweight (less than 1KB gzipped) and offers flexibility in how views are recorded. Key capabilities include: - **View Submission**: Supports both manual submission of page views and automatic submission, including support for client-side navigation. - **Data Retrieval**: Provides a method to retrieve the current view count for a page. - **Deployment Options**: Users can utilize the default public backend instance or deploy their own self-hosted backend adhering to the project's scheme. - **Integration**: Available as an NPM package with examples provided for React and Vue frameworks.