import type { RouteSectionProps } from "@solidjs/router"; import type { Component } from "solid-js"; import { A } from "~/components/ui/A"; import { Heading } from "~/components/ui/heading"; export const Privacy: Component = () => { return (
Privacy policy Introduction

This project ("signalstats", "I", "my") was built with the intention to not harm the privacy of its users. This project was created to be useful, but also to showcase privacy-preserving technology. It is designed to not collect any personally identifiable information.

All data processing happens on your device. The data contained in your backup and your passphrase will never leave it.

Data I collect and usage of data

I do not track any individual people. When you visit my website, your browser transfers data to the server, which makes you identifiable like your IP address. This is just how browsers work. But I do not use that data to track you or try to identify you as a person.

To ensure that signalstats keeps working, the server logs some information that helps with identifying problems.
My server logs the following information:

The server on purpose does not log the IP address.

These logs are kept for 10 days after which they are permanently deleted.
I use a self-hosted instance of Umami to collect anonymous statistics about my website. The goal is to stay up to date with the website traffic and identify trends in it. The collected data does not allow us to identify individuals. All of it is stored in aggregated form. The raw data is immediately deleted after the statistics are generated. That means that if I collect your screen resolution, it will only be used to detect the type of device (desktop, laptop, mobile), and the IP address is only used to identify the country you are coming from.

Sharing of data with third parties

I do not in any way share data with advertising companies or other third parties. Everything runs on my own server.
The only situation in which I might need to share data is to comply with legal requirements.

Your rights

You have certain rights regarding your personal data:

However, since I am not processing any personal data,

Contact

I run this website as an individual. If you have any questions or complaints regarding my privacy and data practices, you can reach out to the data controller:

duskflower
privacy(at)duskflower.dev

About this policy

This policy is currently up to date, the last change was done in January 2024.
With the development of signalstats or with new legal requirements it might become necessary to adjust the policy. All updates will be posted under here. To get the current version, refer to this page.

); };