# Phorder โ€” Full Documentation for AI Agents > Privacy-first camera app with one-time payment that organizes your photos and videos **at the moment of capture** with encrypted labels. ## Overview Phorder solves the problem of photo gallery chaos. Instead of sorting through thousands of photos after the fact, you **organize them immediately** with a single tap on a letter of the alphabet. Your custom labels are protected with biometric authentication. **Bundle ID:** com.creazona.phorder **Developer:** CreaZona **Price:** $9.99 one-time purchase (7-day free trial) **Platforms:** iOS, Android ## Core Principles | Principle | Description | |-----------|-------------| | ๐Ÿšซ **No distractions** | No ads, pop-ups, or intrusive notifications | | ๐Ÿ”’ **Privacy first** | No Firebase, no third-party analytics โ€” all data stays on device | | ๐Ÿ’ต **One-time payment** | $9.99 forever โ€” no subscriptions | | โšก **Native performance** | Uses only system APIs for maximum speed and minimal size | ## How It Works ``` 1. Shoot โ†’ Use full-screen viewfinder (photo or video) 2. Wait โ†’ Session timer (0โ€“30s) groups a series of shots into one session 3. Tap a letter โ†’ A-Z grid appears. One tap categorizes the entire session 4. Done โ†’ Files go to named album (iOS Photos) or DCIM subfolder (Android) ``` ### Example Workflow ``` ๐Ÿ“ท Take 5 photos of receipts at the store โฑ๏ธ Wait 3 seconds ๐Ÿ”ค Tap letter "R" (Receipts) โœ… All 5 photos automatically go to "Receipts" album ``` ## Features in Detail ### 1. Instant A-Z Filing - Tap a letter before or after capturing - Entire photo session (batch) goes to selected album - Albums created automatically on first use ### 2. Customizable Labels - Each letter (A-Z) has a default label (e.g., A=Archive, B=Business, R=Receipts) - Rename any letter to match your needs - Labels stored in encrypted local storage - Biometric authentication (FaceID/TouchID/Fingerprint) required to edit ### 3. Privacy Mode - Toggle in Settings hides custom labels in UI - Labels appear as โ€ขโ€ขโ€ขโ€ขโ€ขโ€ข when privacy mode enabled - Default A-Z letters never masked - Physical folders always use Phorder_A format ### 4. App Lock - Require Face ID / Fingerprint to open Phorder - Triggers on app launch and when returning from background - Protects access to custom labels and features - Note: Photos stored in native Photos app (no in-app gallery) ### 5. Session Timer - Configurable 0-30 second timer - Groups multiple shots into one batch - Visual indicator shows timer status - Batch all filed to same album with one tap ### 6. Screenshot Organizer - Automatically detects screenshots - Prompts to file or delete - Keeps camera roll clean ### 7. Album Browser - Browse Phorder albums directly in app - Swipe between photos - Pinch to zoom - View photo details ### 8. Share Mode - Take photos and share without saving to device - Or save and share - Batch sharing for multiple photos ## File Organization ### Directory Structure - **iOS**: Albums named `Phorder_[INDEX]` (e.g., Phorder_A, Phorder_Z) - **Android**: Folders in `DCIM/Phorder_[INDEX]/` ### Filename Format Pattern: `[INDEX]_[DD]_[MM]_[YY]_[HH]_[mm]_[ss]_[SSS].[ext]` Example: `A_11_05_26_12_30_45_678.jpg` - Index: A - Date: 11 May 2026 - Time: 12:30:45.678 ### Default Letter Mappings ``` A โ†’ Archive B โ†’ Business C โ†’ Creative D โ†’ Documents E โ†’ Events F โ†’ Family G โ†’ General H โ†’ Health I โ†’ Important J โ†’ Journal K โ†’ Kids L โ†’ Lifestyle M โ†’ Memories N โ†’ Nature O โ†’ Other P โ†’ Personal Q โ†’ Quick R โ†’ Receipts S โ†’ Shopping T โ†’ Travel U โ†’ Utilities V โ†’ Videos W โ†’ Work X โ†’ Extra Y โ†’ Year Z โ†’ Misc ``` ## Security & Privacy ### Data Collection **None.** Phorder collects, transmits, stores, or shares zero personal information. No analytics SDKs, no crash reporters, no advertising identifiers, no user accounts. ### Permissions Required - **Camera** โ€” Required to take photos and videos - **Microphone** โ€” Required for video capture with audio - **Photo Library (iOS) / Storage (Android)** โ€” Required to save to device gallery - **Vibration (Android)** โ€” Haptic feedback on UI actions None of the content captured through these permissions is transmitted anywhere. It is saved locally on your device only. ### Encryption & Device Integrity - **iOS:** Apple App Attest + DeviceCheck for fraud protection - **Android:** Google Play Integrity API for device validation - **Encrypted labels:** Custom labels stored in MMKV with device-bound key - **Biometric protection:** FaceID/TouchID (iOS) or Fingerprint (Android) for label editing - **Code obfuscation:** R8/ProGuard (Android), Symbol Stripping (iOS) - **Zero tracking** โ€” No external analytics services or telemetry ### In-App Purchase The one-time purchase of "Lifetime Access" ($9.99) is processed entirely by Apple App Store or Google Play. CreaZona does not receive or store your payment details. Purchase state is stored encrypted on your device using the operating system's secure storage. To verify purchase without a server, the app uses Apple App Attest (iOS) and Google Play Integrity (Android) โ€” standard platform APIs that confirm the app is running on a genuine, unmodified device. These APIs do not reveal your identity to CreaZona. ## Technical Stack - **React Native 0.73.2** โ€” Core framework (TypeScript) - **react-native-vision-camera v3** โ€” Hardware camera access - **react-native-iap** โ€” In-app purchases - **react-native-mmkv** โ€” Encrypted local storage - **react-native-shake** โ€” Shake gesture detection - **@react-native-camera-roll/camera-roll** โ€” Photo library integration - **react-native-fs** โ€” File system operations ## Supported Languages | Code | Language | RTL | |------|----------|-----| | en | English | โ€” | | ru | ะ ัƒััะบะธะน (Russian) | โ€” | | fr | Franรงais (French) | โ€” | | de | Deutsch (German) | โ€” | | es | Espaรฑol (Spanish) | โ€” | | pt | Portuguรชs (Portuguese) | โ€” | | ja | ๆ—ฅๆœฌ่ชž (Japanese) | โ€” | | zh-Hans | ็ฎ€ไฝ“ไธญๆ–‡ (Chinese Simplified) | โ€” | | ar | ุงู„ุนุฑุจูŠุฉ (Arabic) | โœ… | | he | ืขื‘ืจื™ืช (Hebrew) | โœ… | | uk | ะฃะบั€ะฐั—ะฝััŒะบะฐ (Ukrainian) | โ€” | ## Frequently Asked Questions ### How do I use the app? Open the app and you'll see an alphabet grid. Tap the letter that matches the subject you're about to photograph โ€” for example, tap **A** for Anya or **B** for Barcelona. Then take the photo. It's saved automatically to the correct album in your photo library. ### I accidentally saved a photo to the wrong letter. Can I undo? Yes โ€” shake your phone immediately after taking the photo. A confirmation will appear and the photo will be removed from the wrong album. This works for the most recent capture only. ### I paid but the app still shows a paywall. How do I restore? Tap **Restore Purchase** on the purchase screen (or in Settings โ†’ Restore). Your purchase will be verified through the App Store / Google Play and re-activated on this device. Make sure you are signed in to the same Apple ID or Google account you used to purchase. ### Does Phorder work offline? Yes, completely. No internet connection is required to take photos, file them, or use any feature. The only time a connection may be needed is when completing the initial purchase. ### Do you collect my photos or any personal data? No. Your photos never leave your device. Phorder has no servers and collects no analytics. See the full Privacy Policy for details. ### I switched to a new phone. Do I need to buy again? No. Your purchase is linked to your Apple ID or Google account. Install the app on the new device and tap **Restore Purchase** โ€” it will be unlocked at no charge. ### The camera doesn't open. What should I do? Go to your device Settings โ†’ Phorder and make sure **Camera** permission is set to *Allow*. If it already is, try force-quitting and reopening the app. If the problem persists, contact support. ### Are there ads? No ads. Ever. Phorder is a one-time purchase with no subscription and no advertising. ## Key Pages - **Homepage:** https://creazona.com/en/ โ€” App overview and download links - **Support:** https://creazona.com/en/phorder/support/ โ€” FAQ and help - **Privacy Policy:** https://creazona.com/en/phorder/privacy/ โ€” Full privacy details - **GitHub:** https://github.com/CreaZona/Phorder โ€” Open source repository ## Contact & Support **Developer:** CreaZona **Email:** bchenkirov@icloud.com **Website:** https://creazona.com **GitHub:** https://github.com/CreaZona **Response time:** Typically within 48 hours ## License **Proprietary.** All rights reserved. ยฉ 2026 CreaZona. --- Made with โค๏ธ by CreaZona