Last updated: 2026-08-14
1. Who we are
Cardify is a free web tool and browser extension that turns AI-generated Markdown (from ChatGPT, Gemini, DeepSeek, and similar services) into beautiful, shareable images. It is available at cardify.1222155.xyz. An unpacked Chrome extension build is included in the project for local testing; there is no public store listing at this time.
2. Data we collect — none
Cardify collects no personal data whatsoever. We operate no backend servers, databases, or analytics pipelines.
- No accounts or sign-in — you never create an account or provide an email address.
- No cookies for tracking — the only browser storage used is
localStorageto remember your last-used theme and font settings (entirely on your device; never transmitted anywhere). - No analytics or telemetry — we do not embed Google Analytics, Mixpanel, Sentry, or any third-party tracking library.
- No advertising — Cardify shows no ads and has no advertising partners.
3. How the web tool works
When you paste text into the Cardify web app, that text is processed entirely within
your browser using client-side JavaScript (Vue 3 + markdown-it + Shiki). The rendered
preview and exported image are generated on your device and are never uploaded to any server.
The editor also keeps the latest non-empty draft in browser localStorage so it
can restore it after a refresh. This local draft, along with your theme/font preference,
never leaves your device; you can clear it from your browser's site-data controls.
4. How the browser extension works
The Cardify browser extension adds a small "Export as image" button to replies on ChatGPT, Gemini, and DeepSeek. When you click that button:
- The extension reads the visible text of the reply you chose from the page DOM — and only that reply, only when you click the button.
- It renders an image entirely on your device, in the same tab, using the same client-side pipeline as the web tool.
- It does not read your chat history, your messages, your login session, cookies, or any other page content.
- It does not transmit any data to any remote server — including our own.
- It does not store the reply or any account data. The generated image exists only in the current page while you export it.
5. Extension permissions
The extension declares no optional permissions. Its content script is limited to the supported chat page URL patterns below:
- Content scripts on
chatgpt.com,chat.openai.com,gemini.google.com, andchat.deepseek.com— to inject the export button and read the reply text you select. The extension is not active on any other websites.
No other permissions are requested. The extension does not request access to
<all_urls>, your browsing history, bookmarks, downloads, or any
system resources.
6. Third-party services
The Cardify web app loads fonts from Google Fonts
(fonts.googleapis.com / fonts.gstatic.com) for display purposes.
This is a standard browser request; please refer to
Google's Privacy Policy
for how they handle font requests.
No other third-party services are loaded by Cardify.
The browser extension does not load any external resources.
7. Children's privacy
Cardify is a general-purpose tool not directed at children under 13. Because we collect no personal data, there is no special risk to younger users, but parents should supervise general internet use.
8. Changes to this policy
If we make material changes to this Privacy Policy, we will update the "Last updated" date at the top of this page. Because we collect no data, there is no mechanism to notify you directly — please check this page occasionally if you are concerned.
9. Contact
Questions or concerns about this Privacy Policy? The project currently provides no public support inbox or store listing; use the project owner contact channel associated with the deployment before distributing the extension publicly.