Last updated: 2026-09-16
You can use rezgen.ai without ever creating an account. Signing in uses a magic link sent to your email — no password for us to store.
When you create an account, we store your email address, your subscription status, and your credit balance. This data lives in our database, hosted by Supabase. To delete your account and this data, email hello@thrill.foo — self-serve deletion is on the way, but for now we handle requests by hand.
If you're signed in and press "Save", we store that resume — plus a version history of your last 10 saves, so you can preview and restore an earlier one — under your account, along with any short link (rezgen.ai/s/…) you get for it from the "My rez" panel. Nothing is saved this way unless you press Save yourself: opening, editing, or generating a resume while signed in doesn't store anything on its own. Autosave is the exception, and it's narrow: while you're actively editing a resume you've already saved once, autosave updates that same version in place rather than minting a new one every few keystrokes, as long as it's within 10 minutes of your last save — an explicit Save always creates a new version regardless. Aiming a saved resume at a job description ("Target") or making a named copy both create their own resume, with their own version history, so your history for one never overwrites another. You can rename, restore an earlier version, get a link, or delete a saved resume at any time from "My rez"; deleting it removes the resume and its history immediately (a short link you'd already made keeps its id — ids are never reused for a different resume — but stops showing anything).
If you're signed in, the material you feed the AI panel — pasted text, an uploaded file's extracted text, a website URL and what we scraped from it, and any typed instructions — is saved to your account as a "Source" so you can reuse it for a future generation without re-adding it. Adding, editing, or deleting a Source is free; it never touches your credit balance. You can view, rename, edit, or delete any Source at any time from the AI panel. None of this is saved unless you're signed in: as an anonymous visitor, what you paste or upload is read once to generate that one resume, and kept nowhere afterward.
When you aim a saved resume at a job description, we keep the company and role (if you gave them) and, depending on how you gave us the posting: if you pasted the text, we store that text with the target (capped at 20,000 characters) so "Update all" can re-run it later without asking you to paste it again — delete the target and this goes with it. If you gave us a URL instead, we store the URL and a one-way fingerprint of the page instead of a second copy of it, and re-fetch it fresh each time you re-run that target.
If you never sign in, or you sign in but never press "Save", your resumes, Sources, and instructions stay on your device, in your browser's local storage, and are never stored on our servers — editing, generating, or getting a Share link (see "How shareable links work" below) doesn't change that.
When you generate a resume, target a job, or polish a section, your text is sent through Vercel's AI Gateway (or, in local development without it configured, directly to Anthropic's API) to Anthropic's models for parsing and structuring, and discarded once that request finishes. Anthropic's API terms state your content isn't used to train their models; their own privacy policy governs the processing itself.
rezgen.ai runs on Vercel's infrastructure, which necessarily processes every request to serve the app, in addition to routing AI calls per "AI processing" above.
Paid memberships and credit top-ups are processed by Stripe. We never see or store your card number — Stripe handles that directly. We only see your subscription status and billing history through Stripe's dashboard. Cancel anytime through the billing portal ("Manage billing" in your account menu), and we send a reminder email before each renewal charge.
Resend delivers our transactional email — sign-in magic links and renewal-reminder notices. We don't send marketing email unless you ask for it.
When you click "Share", your resume is compressed and encoded directly into the URL itself — the link carries its own data, and we store nothing when you share this way, signed in or not. "Get link" (in "My rez", signed in only) is different: it mints a short link — rezgen.ai/s/… — that always shows your latest save, so it does live in our database for as long as the resume it points to exists; delete the resume and the link stops working, and that id is never handed to a different resume. Anyone with either kind of link can view that resume, so treat the link itself as the secret; anyone you send it to can pass it on.
Without an account, you get 3 free credits and 1 free PDF download every 30 days. A generation spends one credit, plus one more for each extra file or site it reads — the same pricing an account pays. We enforce that with a cookie in your browser and a check on your IP address; both are used only to count usage against the free tier, and a page view alone never spends one.
If you don't create an account, we store nothing about you server-side beyond the free-tier metering above — no accounts, no saved resumes, no saved Sources, no persistent profile.
Questions, or want your account deleted? Email hello@thrill.foo.