---
title: "Privacy"
description: "Privacy practices for the kwnva.design portfolio and public API."
canonical: https://kwnva.design/privacy
last-updated: 2026-08-30
---

# Privacy

This is a portfolio and public catalog. kwnva.design does not run user accounts, does not sell personal data, and does not show advertising.

## What this site collects

The marketing homepage is a static client application. Hosting (Cloud Run) and the CDN (Cloudflare) may record standard request logs such as IP address, user agent, path, and time. Those logs exist to operate and secure the site, not to build a marketing profile.

The public API is a read-mostly catalog of already-published case studies. `GET` requests are anonymous. If you `POST /api/v1/inquiries`, the server accepts `name`, `email`, and `message` so the studio can reply. Inquiry bodies are processed to deliver the message; they are not used for remarketing.

OAuth client registration exists so agents can obtain an optional bearer token. Registration collects only what you send (a client name). Tokens can be revoked at `POST /oauth/revoke`.

## Cookies and analytics

The visual homepage may store a local effects preference in the browser. That value does not leave the device. There is no third-party advertising pixel on these pages.

## Your requests

Email [hello@kwnva.design](mailto:hello@kwnva.design) to ask what inquiry data we hold, to correct it, or to ask us to delete a message you sent. We will answer without requiring you to create an account.

## Processors

Infrastructure is provided by Google Cloud (Cloud Run) and Cloudflare. They process requests under their own terms as hosting and CDN providers.
