Privacy policy
Last updated: 2026-07-31
Loopcam is a looping-video camera and sharing app, run as a personal project by its developer. It is currently in development and pre-launch: the service is not yet publicly available. This page describes what the Loopcam service — this site and the API at loopcam.lol/api — stores, what it does with it, and what it deliberately does not do.
What Loopcam stores
- Account. Your username, your email address, a hash of your password if you set one (never the password itself), your Apple user identifier if you use Sign in with Apple, an optional avatar image and bio, the counts shown on your profile (loops, followers, following, LOLs, comments), and when your account was last active. An account created with Sign in with Apple whose email Apple did not report as verified has no email address on file.
- Content you create. The loops you upload — the original video file plus the renditions the server transcodes from it (an MP4, a preview image, and a GIF), stored in object storage — along with captions and tags, your comments, your LOLs, who you follow, and @-mentions of other users.
- Activity. A notification entry when someone follows you, LOLs or comments on one of your loops, or mentions you.
- Devices and sessions. A push-notification token for each device that enables push notifications, and a session record for each device you sign in on. The session token itself is stored only as a SHA-256 hash, alongside an optional device name and when the session was last used.
- Safety. Reports you file about loops, comments, or users, and the list of users you have blocked.
- Abuse prevention. Short-lived counters used to rate-limit sign-in and sign-up attempts and uploads. Some of these are keyed by IP address or email address; they cover windows of between fifteen minutes and an hour and are reset as the windows roll over.
What Loopcam does not do
- No analytics, no tracking. There are no analytics SDKs, no advertising identifiers, and no third-party trackers anywhere in the app or on this site. These web pages set no cookies; the API authenticates with bearer tokens, not cookies.
- No ads, no selling of data. Loopcam shows no advertising and does not sell or share your data for advertising or any other commercial purpose.
- No Facebook Login, no Meta SDKs. Loopcam does not use Facebook Login and holds no data obtained from Meta.
Passwords and security
Passwords are stored only as scrypt hashes, never in plain text. Session tokens are stored only as SHA-256 hashes, so a leaked database could not be used to sign in as anyone. Sessions are per device and can be revoked individually. All traffic to the production service goes over HTTPS.
Where your data lives
In production, Loopcam runs on cloud infrastructure: Vercel hosts the site and the API, uploaded video and its renditions live in Vercel Blob object storage, and account and social data live in a hosted Postgres database. Push notifications are delivered through Apple’s Push Notification service. These providers process data on Loopcam’s behalf on their own infrastructure; Loopcam does not currently make any data-residency commitments. The hosting platform also keeps standard request logs (IP address, requested URL), as any web host does.
Sign in with Apple
The server supports Sign in with Apple, but it is not currently enabled in the app. When it is used, Loopcam verifies the identity token with Apple and stores your Apple user identifier, plus your email address only if Apple reports it as verified.
Moderation
Users can report loops, comments, and other users, and can block users. Moderation can remove loops and comments and suspend accounts. Content removed by moderation is hidden from the service but retained, marked as removed, while the report about it is handled.
Retention and deletion
Your content stays until you delete it or your account. Deleting a loop removes its database records and its stored video files. Uploads that are never turned into a loop are pruned automatically after 24 hours. Deleting your account removes everything attached to it — see Data deletion for exactly what that covers and how to do it.
Changes and contact
This policy will change as the project develops; the date at the top reflects the latest revision. Questions about it, or about your data, go to me@torrauden.com.
Loopcam is a personal project and is currently pre-launch. This page is written to describe the system accurately, but it is not legal advice and has not been reviewed by a lawyer. It should be, before any public launch.