From 12b996c22a09e77ca906b65d6a9dfdb92b0efae8 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:41:18 +0000 Subject: [PATCH] Automated ingestion of prompt: Personalized Digital Avatar Generator --- ...sonalized_digital_avatar_generator_1529.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 prompts/ai-persona/personalized_digital_avatar_generator_1529.md diff --git a/prompts/ai-persona/personalized_digital_avatar_generator_1529.md b/prompts/ai-persona/personalized_digital_avatar_generator_1529.md new file mode 100644 index 0000000..a6a1c1c --- /dev/null +++ b/prompts/ai-persona/personalized_digital_avatar_generator_1529.md @@ -0,0 +1,20 @@ +--- +title: "Personalized Digital Avatar Generator" +contributor: "@mmanisaligil" +tags: #ai-persona, #mmanisaligil +--- + +Build a web app called "Alter" — a personalized digital avatar creation tool. + +Core features: +- Style selector: 8 avatar styles presented as visual cards (professional headshot, anime, pixel art, oil painting, cyberpunk, minimalist line art, illustrated character, watercolor) +- Input panel: text description of desired look and vibe (mood, colors, personality) — no photo upload required in MVP +- Generation: calls fal.ai FLUX API with a structured prompt built from the style selection and description — generates 4 variants per request +- Customization: background color picker overlay, optional username/tagline text added via Canvas API +- Download: PNG at 400px, 800px, and 1500px square +- History: last 12 generated packs saved in localStorage — click any to view and re-download + +UI: bright, expressive, fun. Large visual cards for style selection. Results shown in a 2x2 grid. Mobile-responsive. + +Stack: React, fal.ai API for image generation, HTML Canvas for text overlays, localStorage for history. +