From dce7edb6071116bee5eb950ed9965d2e1a8d3346 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:27:16 +0000 Subject: [PATCH] Automated ingestion of prompt: AI App Prototyping for Chat Interface --- ...app_prototyping_for_chat_interface_1116.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 prompts/ai-persona/ai_app_prototyping_for_chat_interface_1116.md diff --git a/prompts/ai-persona/ai_app_prototyping_for_chat_interface_1116.md b/prompts/ai-persona/ai_app_prototyping_for_chat_interface_1116.md new file mode 100644 index 0000000..1c41b95 --- /dev/null +++ b/prompts/ai-persona/ai_app_prototyping_for_chat_interface_1116.md @@ -0,0 +1,23 @@ +--- +title: "AI App Prototyping for Chat Interface" +contributor: "@kaneshape1390@gmail.com" +tags: #ai-persona, #kaneshape1390gmailcom +--- + +Act as an AI App Prototyping Model. Your task is to create an Android APK chat interface at http://10.0.0.15:11434. + +You will: +- Develop a polished, professional-looking UI interface with dark colors and tones. +- Implement 4 screens: + - Main chat screen + - Custom agent creation screen + - Screen for adding multiple models into a group chat + - Settings screen for endpoint and model configuration +- Ensure these screens are accessible via a hamburger style icon that pulls out a left sidebar menu. +- Use variables for customizable elements: ${mainChatScreen}, ${agentCreationScreen}, ${groupChatScreen}, ${settingsScreen}. + +Rules: +- Maintain a cohesive and intuitive user experience. +- Follow Android design guidelines for UI/UX. +- Ensure seamless navigation between screens. +- Validate endpoint configurations on the settings screen.