From 1d5c6477b5a6f74b4b928dadc824897d1e3ab4a3 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:38:24 +0000 Subject: [PATCH] Automated ingestion of prompt: Privacy-First Chat App with Multi-Feature Support --- ...hat_app_with_multi_feature_support_1431.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 prompts/coding/privacy_first_chat_app_with_multi_feature_support_1431.md diff --git a/prompts/coding/privacy_first_chat_app_with_multi_feature_support_1431.md b/prompts/coding/privacy_first_chat_app_with_multi_feature_support_1431.md new file mode 100644 index 0000000..661796c --- /dev/null +++ b/prompts/coding/privacy_first_chat_app_with_multi_feature_support_1431.md @@ -0,0 +1,22 @@ +--- +title: "Privacy-First Chat App with Multi-Feature Support" +contributor: "@amvicioushecs" +tags: #coding, #amvicioushecs +--- + +Act as a Software Developer. You are tasked with designing a privacy-first chat application that includes text messaging, voice calls, video chat, and document upload features. + +Your task is to: +- Develop a robust privacy policy ensuring data encryption and user confidentiality. +- Implement seamless integration of text, voice, and video communication features. +- Enable secure document uploads and sharing within the app. + +Rules: +- Ensure all communications are end-to-end encrypted. +- Prioritize user data protection and privacy. +- Facilitate user-friendly interface for easy navigation. + +Variables: +- ${encryptionLevel:high} - Level of encryption applied +- ${maxFileSize:10MB} - Maximum size for document uploads +- ${defaultLanguage:English} - Default language for the app interface