collabflow / prompts.txt
sqibhe's picture
Add 3 files
31b2839 verified
"Develop a web-based collaborative feedback and content review platform that streamlines creative workflows for teams. The tool should enable real-time collaboration, allowing users to comment directly on 30+ file types, including websites (via URL embeds), PDFs, images, videos, and interactive Ceros content. The frontend must feature a responsive, user-friendly interface with dark/light mode toggle, annotation tools (highlighting, drawing, arrows), and threaded commenting with @mentions and emoji reactions. For videos, implement timestamp-based feedback to pin comments to specific moments. The backend should support version control to track and revert changes, role-based permissions (admin/editor/viewer), and automated notifications via email/Slack for updates. Ensure GDPR/CCPA compliance with data encryption, user consent management, and dynamic watermarking for sensitive files. Integrate third-party services like Slack, Google Drive, and Figma/Adobe Creative Cloud via APIs. Include an analytics dashboard to display metrics like feedback resolution time and user activity, with exportable PDF/CSV reports. Prioritize accessibility with WCAG-compliant UI elements, screen reader support, and a color contrast checker for design files. Use a MERN stack (MongoDB, Express, React, Node) or similar modern framework, and implement real-time sync using WebSocket (Socket.io) or Firebase. Store files on AWS S3 or Firebase Storage. Optional stretch goals include a React Native/Flutter mobile app, 3D/AR markup with Three.js, and voice/video feedback recording. Provide a detailed code structure, including frontend components, backend APIs, and database schemas, along with setup instructions for dependencies like file converters and WebSocket integration. Highlight technical challenges such as real-time synchronization, video timestamp parsing, and secure file handling."