Legend Card Maker is an Android app that lets a user design a premium trading-card style sports card of themselves, a teammate or a favourite player, and export it as a PNG image to share. How it works: the user picks a sport (football, basketball, fighter, gamer or custom), types in a name, shirt number, position and country, sets six stat sliders and an overall rating, optionally adds a photo from their device, chooses a visual template, then exports the finished card as a PNG. The card itself is drawn entirely in the app with CSS and SVG — there is no server-side rendering and no image is ever uploaded. Accounts: there are none. There is no sign-up, no login, no email collection and no user profile. Everything the user makes is stored locally on the device (browser localStorage and IndexedDB inside the app's own sandbox). Uninstalling the app deletes all of it. Monetization: subscription only. There is NO advertising of any kind and no ad SDK is present. A free tier exports a 720x960 PNG with a small watermark and offers the basic templates. "Legend Premium" is a weekly auto-renewing subscription of USD 3.00 with a 3-day free trial, sold through Google Play Billing (product id legend_premium_weekly). Premium unlocks higher-resolution export (1080x1920 story, 1080x1080 square and 3840x5120 4K), removes the watermark, unlocks the automatic photo background-removal feature and unlocks all premium templates. Billing, renewal, cancellation and refunds are handled entirely by Google Play; the app never sees or stores payment details. The subscription can be cancelled any time in the Google Play account settings. Permissions: INTERNET only. There is no camera permission, no location, no contacts, no microphone and no storage permission. Photos are chosen through the system file picker, which does not require a permission. Exported cards are handed to the Android share sheet from the app's private cache directory, so the user decides where the image goes. Age: the app is suitable for a general audience and is not directed at children under 13. It contains no user-generated content feed, no chat, no social features and no way for users to see each other's cards.