Legal · Pang

Privacy Policy

Pang: personal finance for Indonesia (Android, iOS).

Effective date: 15 June 2026  ·  Last updated: 21 July 2026
Operator: BRZK ("Pang", "we", "us", "our")  ·  Contact: support@planwithpang.com
🇮🇩 Versi Bahasa Indonesia ada di bagian bawah dokumen ini. A short Indonesian summary of this policy is at the bottom of the page.

1. Who we are

Pang is a personal-finance application developed by BRZK, an independent developer based in Indonesia. We build Pang to help Indonesians track their money in a way that is calm, private, and respectful of their attention.

This policy explains exactly what data Pang collects, where it goes, who sees it, and what control you have. It applies to the Android and iOS applications named "Pang" published by BRZK.

2. The short version

If you read nothing else:

  • Most of your financial data stays on your phone. Pang stores your transactions, wallets, budgets, debts, and goals in an encrypted local database (AES-256). They sync to our servers only if you have signed in and explicitly enabled cloud features.
  • We never sell your data. We do not run ads. We do not share with marketing companies, data brokers, or social media platforms.
  • You can delete everything anytime. Settings → Hapus Akun wipes your local data and triggers a server-side deletion of all data linked to your account.

3. What data we collect

3.1 Account data (cloud-synced)

  • Email address (from sign-up or Google OAuth)
  • Display name (you choose)
  • Optional profile photo URL
  • Optional handle (e.g., @yourname) for social features
  • Account creation date
  • Plan tier (free / personal / couple / family) and add-ons

3.2 Financial data (local + optional cloud sync)

  • Wallets you create (name, type, opening balance, currency)
  • Transactions (amount, category, vendor, date, optional note)
  • Budgets per category
  • Debts you owe + receivables owed to you
  • Recurring expenses you have set up
  • Investment/property holdings if you log them
  • Couple / family memberships and shared wallet permissions

3.3 Profile / demographic data (cloud-synced)

  • Income range and frequency
  • Savings level
  • Debt situation
  • Spending style preference
  • Investment experience
  • Financial goals
  • City of residence
  • Gender (optional, for product analytics)
  • Locale (Indonesian / English)

3.4 Voice transcription data

  • When you tap the microphone in Pang or use voice commands, we transcribe your speech locally using your device's built-in speech recognition (Android: SpeechRecognizer; iOS: Apple Speech Framework)
  • The transcribed text is processed locally to extract transaction details
  • We do not send your voice recordings or transcripts to our servers

3.5 Receipt OCR data

  • When you scan a receipt, the photo is sent to our scan-receipt Edge Function which uses Anthropic's Claude vision model to extract structured data (vendor, amount, date, category)
  • The image is processed in memory and not stored by us or Anthropic
  • See Section 5 for details on Anthropic as a subprocessor

3.6 Mood tags (local only, never transmitted)

  • If you tag a transaction with how it made you feel ("senang", "terpaksa", "bersalah", "biasa"), this data is stored only on your device
  • Mood data never syncs to our servers, it is too sensitive

3.7 Device biometric data (local only)

  • If you enable Face ID, Touch ID, or fingerprint to unlock Pang, the biometric data is handled entirely by your device's secure enclave (iOS Keychain / Android Keystore)
  • Pang never sees, stores, or transmits your biometric data, we only receive a boolean "authenticated successfully" from the OS

3.8 Diagnostic data

  • App crash reports via Sentry (see Section 5)
  • Stripped of PII before transmission: amounts, vendor names, emails, and Indonesian-format currency strings are scrubbed from stack traces and breadcrumbs before they leave your device

3.9 Payment data

If you upgrade to a paid plan, payment is processed entirely by the app store: Google Play Billing on Android, the Apple App Store on iOS. Subscriptions and entitlements are managed through RevenueCat.

Pang never sees or stores your card number, CVV, or banking details. We receive only your subscription/entitlement status (which plan is active) from RevenueCat, never payment instrument data.

3.10 Push notification token

  • If you enable push notifications, your device's push token is stored on our servers so we can deliver reminders
  • The token is rotated by your OS regularly; we keep only the latest active token per device

3.11 Bank notification auto-detection (planned, not yet active)

Future versions of Pang may include an opt-in feature on Android that reads notifications from a fixed allow-list of Indonesian banking apps to auto-fill transactions. When that feature ships, the notification text will be parsed entirely on-device and never transmitted. As of v1.0 (August 2026 launch), this feature is not active. We will update this policy and notify you in-app before enabling it.

4. How we use this data

PurposeData used
Show you your transactions, wallets, budgetsSection 3.2 (your data shown back to you)
Sync across your devicesSection 3.1, 3.2, 3.3, only when signed in
Share with your spouse (Couple mode)Wallets/transactions you have marked shared, only with the partner you invited
Share with family members (Family mode)Same as above, with role-based access (admin, member, viewer)
Auto-categorize transactions from receipts/voiceSections 3.4, 3.5, processed locally where possible
Suggest spending categories based on your historySection 3.2, entirely on-device pattern learning
Fix bugs and crashesSection 3.8, Sentry, PII scrubbed
Process paymentsSection 3.9, Google Play / App Store via RevenueCat
Deliver push notificationsSection 3.10, device token only
Send you transactional emails (e.g., password reset)Section 3.1, email address

We do not use your data to:

  • Sell or share with marketers or data brokers
  • Train AI/ML models (except OCR scans which Anthropic processes in-memory)
  • Build behavioral advertising profiles
  • Match against third-party datasets

5. Who we share data with (subprocessors)

We use the following third-party services to deliver Pang. Each has its own privacy policy that you can review:

ServiceWhat they processWhere data livesPrivacy policy
SupabaseAccount, financial, profile, sharing dataSingapore / US data centers, encrypted at restlink
AnthropicReceipt photos (only when you scan a receipt)US, in-memory only, not retainedlink
RevenueCatSubscription / entitlement status (paid plans only)USlink
Google Play / ApplePayment processing (paid plans only)Per store policieslink
SentryAnonymized crash reportsUS / EUlink
Expo Push ServicePush notification token + deliveryUSlink
Google Sign-In (optional)OAuth-only, email, name, profile photoPer Google's policieslink

We do not integrate with any advertising networks, analytics SDKs (other than Sentry for crashes), social media SDKs, or data brokers.

6. How we secure your data

6.1 On your device

  • All financial data in the local database is encrypted with SQLCipher AES-256
  • The encryption key is a 256-bit random value generated on first launch and stored in your device's secure storage (iOS Keychain / Android Keystore), never transmitted off-device
  • PIN authentication is required after 30 seconds of background time
  • Face ID / Touch ID / fingerprint unlock is optional
  • The app screen blurs immediately when sent to background (privacy overlay)

6.2 In transit

  • All communication between Pang and our servers uses HTTPS with TLS 1.2+

6.3 On our servers

  • Data is encrypted at rest by Supabase (AES-256, AWS KMS)
  • Row-level security policies enforce that you can only read/write data belonging to your account
  • Database backups are encrypted and access-controlled
  • Pang staff access to production data is logged and limited to incident response

6.4 Breach notification

If a breach affecting your data occurs, we will notify you within 72 hours of discovery via the email associated with your account, and report to relevant authorities as required by Indonesian law.

7. Your rights

You can exercise these rights at any time directly inside the app or by emailing support@planwithpang.com:

RightHow to exercise
Access, see all data we have about youSettings → Profil → Lihat data saya, or email request
Delete, wipe everythingSettings → Hapus Akun (cascades local + server)
Export, get a copy of your dataSettings → Export → CSV
Correct, fix wrong informationEdit directly in app; for read-only fields, email us
Withdraw consentSettings → toggle off the relevant feature OR Android/iOS Settings → app permissions
Object, to specific processingEmail support@planwithpang.com describing the concern
Lodge a complaintIndonesia: Kementerian Komunikasi dan Informatika (Kominfo)

Account deletion is irreversible. We may retain certain data for legal obligations (e.g., financial transaction records for 5 years per Indonesian tax law), these are minimal and never used for any other purpose.

8. Specific feature disclosures

8.1 Beta program data

During the beta period (May 2026 to Aug 2026), participating testers may have their app usage observed more closely for bug discovery. We log:

  • Beta code redemption (which code, when, by which user)
  • Crash reports more aggressively (we may temporarily lower Sentry sampling)

We do not read your transactions or financial data during beta. Beta data handling reverts to the normal policy at production launch.

8.2 Couple / Family mode

When you invite a partner or family member:

  • They receive an email invitation containing your name and a join link
  • After they accept, they can see wallets/transactions you have marked as shared
  • Family mode has roles: admin (full access), member (own + shared data), viewer (read-only)
  • You can remove a member or revoke their access anytime in Settings
  • Their data is not visible to you unless they share it back

8.3 Easter eggs and small unannounced moments

Pang has a small number of intentionally-undocumented UI moments (approximately 30 across the app) that fire on specific gestures or dates. These are not trackers, they are decorative reactions. They process device sensor data entirely on-device. No data is transmitted.

9. Data retention

Data typeRetention periodWhy
Active account dataWhile account existsProvides the service
After account deletionWiped within 30 daysAllow time for accidental-deletion recovery
Financial records (tax)5 years from transactionIndonesian tax law
Crash reports90 daysBug analysis
Beta program logsUntil beta ends + 30 daysBug analysis during beta
Server backups30 days rollingDisaster recovery
Payment records (store / RevenueCat)Per store policyAnti-fraud regulation

10. Children's data

Pang is intended for users aged 17 and over. We do not knowingly collect data from anyone under 17. If you believe we have collected data from a child under 17, please email support@planwithpang.com and we will delete it immediately.

11. International data transfers

Because Supabase, Anthropic, RevenueCat, and Sentry have infrastructure outside of Indonesia, your data may be transferred to and processed in the United States, European Union, or Singapore. We rely on Standard Contractual Clauses (SCCs) and equivalent safeguards to protect your data during transfer.

12. Changes to this policy

We will notify you of material changes to this policy at least 30 days before they take effect via:

  • An in-app notification banner
  • An email to the address on your account
  • An updated "Last updated" date at the top of this document

13. Contact us

TopicEmail
Privacy questions, data requestssupport@planwithpang.com
Security vulnerabilities (responsible disclosure)support@planwithpang.com
General supportsupport@planwithpang.com
Press / partnershipssupport@planwithpang.com

Postal address:
BRZK
[Registered business address, to be updated when PT formation completes]


🇮🇩 Ringkasan dalam bahasa Indonesia

Versi ringkas, untuk yang ingin baca cepat. Versi lengkap (bahasa Inggris) ada di atas dan secara hukum mengikat.

Apa itu Pang?

Pang adalah aplikasi catat keuangan yang dibuat oleh BRZK.

Data apa yang Pang ambil?

  • Data akun: email, nama, foto profil
  • Data keuangan: transaksi, dompet, budget, hutang/piutang, tujuan keuangan
  • Data demografi: rentang gaji, kota, gender, tujuan finansial (opsional)

Yang Pang tidak lakukan

  • Tidak menjual data kamu
  • Tidak ada iklan
  • Tidak melatih AI dengan data kamu (kecuali OCR foto struk yang diproses sebentar oleh Anthropic dan tidak disimpan)
  • Tidak membaca notifikasi WhatsApp, email, atau chat apapun

Keamanan

  • Semua data finansial di HP kamu dienkripsi pakai AES-256 (SQLCipher)
  • Kunci enkripsi disimpan di Keychain (iOS) / Keystore (Android), tidak pernah keluar dari HP
  • PIN otomatis aktif setelah HP idle 30 detik
  • Face ID / sidik jari opsional
  • Layar otomatis blur kalau Pang masuk background

Hak kamu

  • Hapus akun: Pengaturan → Hapus Akun. Semua data lokal + server kamu dihapus dalam 30 hari.
  • Lihat data kamu: Pengaturan → Profil → Lihat data saya
  • Ekspor data: Pengaturan → Ekspor (CSV)
  • Cabut izin: matikan fitur di Pengaturan, atau matikan izin di Settings HP Android/iOS

Kontak

Pertanyaan privasi: support@planwithpang.com
Laporan bug keamanan: support@planwithpang.com
Bantuan umum: support@planwithpang.com

BRZK, independent developer based in Indonesia.