Skip to content

Instantly share code, notes, and snippets.

View mirzemehdi's full-sized avatar

Mirzamehdi Karimov mirzemehdi

View GitHub Profile
@mirzemehdi
mirzemehdi / generate_aso_metadata.sh
Created January 8, 2026 19:52
Automatically generates App Store and Google Play metadata (title, subtitle, keywords, description) for multiple locales using OpenAI. Accepts an app idea or PRD file and optionally target keywords, following real ASO best practices. Outputs files for iOS and Android, with parallel generation and locale support.
#!/usr/bin/env bash
set -euo pipefail
# ============================================================
# ASO Metadata Generator (Named Arguments)
# ============================================================
# ----------------------------
# CONFIG
# ----------------------------

Privacy Policy

KMPAuth Example App (“we”, “our”, or “us”) provides this Privacy Policy to inform you about how we collect, use, and share information through our app.

Information We Collect

  • If you sign in using Facebook or Google, we may collect your name, email address, and profile picture.
  • We do not sell your information to third parties.

How We Use Your Information

  • To provide authentication and core app functionality.
@mirzemehdi
mirzemehdi / #GoogleSignInButton
Created January 19, 2024 04:18
GoogleSignInButton - Can be used in Compose Multliplatform
#GoogleSignInButton - Can be used in Compose Kotlin Multliplatform that follows
Google's design guidelines and can be easily customized to fit into your project.
@mirzemehdi
mirzemehdi / #AppleSignInButton
Last active January 18, 2024 02:14
AppleSignInButton - Can be used in Compose Multliplatform
#AppleSignInButton - Can be used in Compose Kotlin Multliplatform that follows
Apple's design guidelines and can be easily customized to fit into your project.