Craftify — Privacy Policy
This document describes how the Craftify iOS app handles user data. The app is published by Stanislav Korchagin (dev.korchasa.Craftify).
Short summary
- Craftify runs text operations (translate, simplify, correct, explain) on text you select, via the iOS Share sheet.
- It is bring-your-own-key: you supply your own Large Language Model (LLM) API key. The app has no servers of its own and runs no accounts.
- When you run an operation, the selected text is sent directly from your device to the LLM provider you configured, authenticated with your key. The developer never receives your text or your key.
- Your API key is stored securely on your device (iOS Keychain) and never leaves it except as the authorization header of requests you initiate to your provider.
- No analytics, no advertising, no tracking inside the app.
What the developer does not collect
We operate no first-party servers. We do not request, collect, receive, or store your name, email, phone number, contacts, photos, location, the text you process, your API key, or any device identifier for advertising. There is no account to create.
Text you process
The text you select and send to an operation is transmitted directly from your device to the third-party LLM provider you chose (for example OpenAI, Anthropic, or any compatible endpoint you configure), using your own API key. That request does not pass through any server operated by the developer. How the provider handles that text is governed by that provider's privacy policy and your agreement with them — please review it. Choose a provider you trust for the content you process.
Data stored on your device
The following are stored locally, inside the app's iOS sandbox:
- Your LLM API key and endpoint configuration — kept in the iOS Keychain.
- Your operations and app preferences — stored with Apple's on-device storage inside the app container.
This data never leaves your device except as described under “Text you process”. Uninstalling the app removes it.
In-App Purchases
Craftify is a paid app. Any purchase is processed entirely by Apple through the App Store; we never receive your payment details or any personal information from the transaction. Charges for LLM usage, if any, are billed by your LLM provider directly to you.
Children's privacy
The app does not target children and does not knowingly collect any personal data from any user, including children.
Cookies and tracking
The Craftify app sets no cookies and embeds no third-party trackers, analytics scripts, or advertising identifiers. It is not configured for tracking.
This website (the pages on craftify.korchasa.dev, including this one) uses Microsoft Clarity, a web-analytics service by Microsoft, to understand how visitors use the site — aggregated traffic, engagement, and anonymized session interactions. Clarity sets cookies and is loaded only after you accept the cookie banner; if you decline, no Clarity cookies are set and no analytics data is sent. See Microsoft's privacy statement. To change your choice later, clear this site's data in your browser.
Your rights
Because the developer holds no data about you on any server, there is no remote account to delete or export. To remove everything the app has stored on your device, uninstall it. To delete data held by your LLM provider, use that provider's own controls.
Changes to this policy
If we change how the app handles data, this page will be updated and the Effective date at the top will change. Material changes will also be reflected in the App Store release notes.
Contact
Questions, concerns, or data requests:
- GitHub Issues: https://github.com/korchasa/Craftify/issues