forked from
devins.page/devins.page
my website, hosted on wisp.place
1---
2import Layout from "../layouts/Layout.astro";
3---
4
5<Layout title="privacy" description="privacy information for devins.page">
6 <h1>privacy</h1>
7
8 <p>
9 this website is deployed on <strong>Cloudflare Pages</strong>, and uses <strong
10 >Cloudflare Web Analytics</strong
11 > to help me understand basic traffic information. as of 2025, Cloudflare <a
12 href="https://www.cloudflare.com/web-analytics">claims</a
13 > that they do not use any client-side state, such as cookies or localStorage,
14 to collect usage metrics, and don't fingerprint individuals via IP address, User
15 Agent string, or any other data.
16 </p>
17
18 <p>
19 <em
20 >i do not personally collect, store, or share any visitor data other than
21 what Cloudflare provides.</em
22 >
23 </p>
24
25 <a href="/">← home</a>
26</Layout>