Swetrix Fe

screenshot of Swetrix Fe
react
remix
tailwind
headless-ui

Frontend for the main website of Swetrix (swetrix.com).

Overview

Swetrix is a privacy-oriented, simple, and fully cookie-less web analytics service. It aims to provide a better quality and experience of using a web analytics service while fighting against web analytics giants like Google Analytics. Swetrix offers various metrics such as unique visitors, live visitors monitoring, custom events, and pageviews. It also includes features like dashboard metrics, GDPR exports, and email reports. The project is released under the AGPL v3.0 license.

Features

  • Privacy-oriented: Swetrix is fully cookie-less, ensuring user privacy.
  • Metrics: Provides metrics like unique visitors, live visitors monitoring, custom events, and pageviews.
  • Dashboard metrics & GDPR exports: Offers a dashboard for tracking metrics and allows for GDPR exports.
  • Email reports: Generates and sends email reports based on web analytics data.

Summary

Swetrix is a privacy-oriented web analytics service that aims to provide a better alternative to web analytics giants like Google Analytics. It offers various metrics, including unique visitors, live visitors monitoring, custom events, and pageviews. Additionally, Swetrix provides features like dashboard metrics, GDPR exports, and email reports. The installation process involves setting up environment variables and hosting either through a React application or using the pre-built Docker Image. Contributions and donations are welcome to support the project's development and improvement.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

remix
Remix

Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

headless-ui
Headless UI

Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that empower developers to build their own fully accessible custom UI components. Headless UI allows developers to focus on building accessible and highly functional user interfaces, without the need to worry about styling or layout.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.