@ayoubelouardi3710
Преобразуйте входное изображение продукта в профессиональное коммерческое студийное фото, сохраняя точную идентичность продукта, геометрию, пропорции, прошивку, текстуру и свойства материала.
1{2 "model": "nano-banana",3 "task": "image_to_image_product_enhancement",...+150 строк
Создайте фотореалистичное, стабильное, вращающееся на 360 градусов видео продукта, используя предоставленные изображения спереди и сзади (студийные). Продукт должен выглядеть естественно наполненным внутренним объемом, как если бы его носил невидимый человек (эффект призрачного манекена), с сохранением точной геометрии, пропорций, структуры ткани и идентичности. Никаких видимых людей, манекенов или опорных конструкций.
1{2 "model": "veo-3.1",3 "task": "image_to_video_360_product_rotation",...+199 строк
Преобразуй предоставленное изображение предмета одежды в премиальную студийную презентацию в стиле «ghost-mannequin», где одежда выглядит естественно надетой и объемной, как будто надутой воздухом на невидимом манекене. Сохрани точную идентичность оригинального продукта без каких-либо изменений.
1{2 "model": "nano-banana",3 "task": "image_to_image_product_transformation",...+68 строк
Создай комплексный, готовый к внедрению план разработки для создания адаптивного веб-приложения.
You are a senior full-stack engineer and UX/UI architect with 10+ years of experience building production-grade web applications. You specialize in responsive design systems, modern UI/UX patterns, and cross-device performance optimization. --- ## TASK Generate a **comprehensive, actionable development plan** for building a responsive web application that meets the following criteria: ### 1. RESPONSIVENESS & CROSS-DEVICE COMPATIBILITY - Flawlessly adapts to: mobile (320px+), tablet (768px+), desktop (1024px+), large screens (1440px+) - Define a clear **breakpoint strategy** with rationale - Specify a **mobile-first vs desktop-first** approach with justification - Address: touch targets, tap gestures, hover states, keyboard navigation - Handle: notches, safe areas, dynamic viewport units (dvh/svh/lvh) - Cover: font scaling, image optimization (srcset, art direction), fluid typography ### 2. PERFORMANCE & SMOOTHNESS - Target: 60fps animations, <2.5s LCP, <100ms INP, <0.1 CLS (Core Web Vitals) - Strategy for: lazy loading, code splitting, asset optimization - Approach to: CSS containment, will-change, GPU compositing for animations - Plan for: offline support or graceful degradation ### 3. MODERN & ELEGANT DESIGN SYSTEM - Define a **design token architecture**: colors, spacing, typography, elevation, motion - Specify: color palette strategy (light/dark mode support), font pairing rationale - Include: spacing scale, border radius philosophy, shadow system - Cover: iconography approach, illustration/imagery style guidance - Detail: component-level visual consistency rules ### 4. MODERN UX/UI BEST PRACTICES Apply and plan for the following UX/UI principles: - **Hierarchy & Scannability**: F/Z pattern layouts, visual weight, whitespace strategy - **Feedback & Affordance**: loading states, skeleton screens, micro-interactions, error states - **Navigation Patterns**: responsive nav (hamburger, bottom nav, sidebar), breadcrumbs, wayfinding - **Accessibility (WCAG 2.1 AA minimum)**: contrast ratios, ARIA roles, focus management, screen reader support - **Forms & Input**: validation UX, inline errors, autofill, input types per device - **Motion Design**: purposeful animation (easing curves, duration tokens), reduced-motion support - **Empty States & Edge Cases**: zero data, errors, timeouts, permission denied ### 5. TECHNICAL ARCHITECTURE PLAN - Recommend a **tech stack** with justification (framework, CSS approach, state management) - Define: component architecture (atomic design or alternative), folder structure - Specify: theming system implementation, CSS strategy (modules, utility-first, CSS-in-JS) - Include: testing strategy for responsiveness (tools, breakpoints to test, devices) --- ## OUTPUT FORMAT Structure your plan in the following sections: 1. **Executive Summary** – One paragraph overview of the approach 2. **Responsive Strategy** – Breakpoints, layout system, fluid scaling approach 3. **Performance Blueprint** – Targets, techniques, tooling 4. **Design System Specification** – Tokens, palette, typography, components 5. **UX/UI Pattern Library Plan** – Key patterns, interactions, accessibility checklist 6. **Technical Architecture** – Stack, structure, implementation order 7. **Phased Rollout Plan** – Prioritized milestones (MVP → polish → optimization) 8. **Quality Checklist** – Pre-launch verification across all devices and criteria --- ## CONSTRAINTS & STYLE - Be **specific and actionable** — avoid vague recommendations - Provide **concrete values** where applicable (e.g., "8px base spacing scale", "400ms ease-out for modals") - Flag **common pitfalls** and how to avoid them - Where multiple approaches exist, **recommend one with reasoning** rather than listing all options - Assume the target is a **[INSERT APP TYPE: e.g., SaaS dashboard / e-commerce / portfolio / social app]** - Target users are **[INSERT: e.g., non-technical consumers / enterprise professionals / mobile-first users]** --- Begin with the Executive Summary, then proceed section by section.
Создай комплексный, готовый к внедрению план разработки для улучшения существующего веб-приложения.
You are a senior full-stack engineer and UX/UI architect with 10+ years of experience building production-grade web applications. You specialize in responsive design systems, modern UI/UX patterns, and cross-device performance optimization. --- ## TASK Generate a **comprehensive, actionable development plan** to enhance the existing web application, ensuring it meets the following criteria: ### 1. RESPONSIVENESS & CROSS-DEVICE COMPATIBILITY - Ensure the application adapts flawlessly to: mobile (320px+), tablet (768px+), desktop (1024px+), and large screens (1440px+) - Define a clear **breakpoint strategy** based on the current implementation, with rationale for adjustments - Specify a **mobile-first vs desktop-first** approach, considering existing user data - Address: touch targets, tap gestures, hover states, and keyboard navigation - Handle: notches, safe areas, dynamic viewport units (dvh/svh/lvh) - Cover: font scaling and image optimization (srcset, art direction), incorporating existing assets ### 2. PERFORMANCE & SMOOTHNESS - Target performance metrics: 60fps animations, <2.5s LCP, <100ms INP, <0.1 CLS (Core Web Vitals) - Develop strategies for: lazy loading, code splitting, and asset optimization, evaluating current performance bottlenecks - Approach to: CSS containment and GPU compositing for animations - Plan for: offline support or graceful degradation, assessing existing service worker implementations ### 3. MODERN & ELEGANT DESIGN SYSTEM - Refine or define a **design token architecture**: colors, spacing, typography, elevation, motion - Specify a color palette strategy that accommodates both light and dark modes - Include a spacing scale, border radius philosophy, and shadow system consistent with existing styles - Cover: iconography and illustration styles, ensuring alignment with current design elements - Detail: component-level visual consistency rules and adjustments for legacy components ### 4. MODERN UX/UI BEST PRACTICES Apply and plan for the following UX/UI principles, adapting them to the current application: - **Hierarchy & Scannability**: Ensure effective use of visual weight and whitespace - **Feedback & Affordance**: Implement loading states, skeleton screens, and micro-interactions - **Navigation Patterns**: Enhance responsive navigation (hamburger, bottom nav, sidebar), including breadcrumbs and wayfinding - **Accessibility (WCAG 2.1 AA minimum)**: Analyze current accessibility and propose improvements (contrast ratios, ARIA roles) - **Forms & Input**: Validate and enhance UX for forms, including inline errors and input types per device - **Motion Design**: Integrate purposeful animations, considering reduced-motion preferences - **Empty States & Edge Cases**: Strategically handle zero data, errors, and permissions ### 5. TECHNICAL ARCHITECTURE PLAN - Recommend updates to the **tech stack** (if needed) with justification, considering current technology usage - Define: component architecture enhancements, folder structure improvements - Specify: theming system implementation and CSS strategy (modules, utility-first, CSS-in-JS) - Include: a testing strategy for responsiveness that addresses current gaps (tools, breakpoints to test, devices) --- ## OUTPUT FORMAT Structure your plan in the following sections: 1. **Executive Summary** – One paragraph overview of the approach 2. **Responsive Strategy** – Breakpoints, layout system revisions, fluid scaling approach 3. **Performance Blueprint** – Targets, techniques, assessment of current metrics 4. **Design System Specification** – Tokens, color palette, typography, component adjustments 5. **UX/UI Pattern Library Plan** – Key patterns, interactions, and updated accessibility checklist 6. **Technical Architecture** – Stack, structure, and implementation adjustments 7. **Phased Rollout Plan** – Prioritized milestones for integration (MVP → polish → optimization) 8. **Quality Checklist** – Pre-launch verification for responsiveness and quality across all devices --- ## CONSTRAINTS & STYLE - Be **specific and actionable** — avoid vague recommendations - Provide **concrete values** where applicable (e.g., "8px base spacing scale", "400ms ease-out for modals") - Flag **common pitfalls** in integrating changes and how to avoid them - Where multiple approaches exist, **recommend one with reasoning** rather than listing options - Assume the target is a **e.g., SaaS dashboard / e-commerce / portfolio / social app** - Target users are **[e.g, non-technical consumers / enterprise professionals / mobile-first users]** --- Begin with the Executive Summary, then proceed section by section.
Старший аналитик рыночных исследований, специализирующийся на цифровой рекламе и трансграничной электронной коммерции.
Role:
Act as a senior market research analyst specializing in digital advertising and cross-border e-commerce.
Task:
Create a detailed country entry report for insert_country_nameto help me sell products using Meta Ads (Facebook/Instagram) and TikTok Ads.
Assumptions:
I know nothing about this country — not its culture, economy, or digital landscape.
Report Structure – follow exactly:
Country Introduction (geography, population, language, currency, internet penetration, mobile usage, and key cultural notes relevant to advertising).
Market Analysis for E-commerce & Social Commerce
Economic overview (GDP, disposable income, consumer spending trends)
Popular payment methods
Logistics & delivery considerations
Ad platform reach: Meta vs. TikTok (user demographics, engagement rates, ad costs if available)
Social Media Trends (specific to Meta & TikTok in that country)
Top content formats (e.g., challenges, UGC, influencer niches)
Peak engagement times
Cultural do's & don'ts for ads
Emerging trends from the last 6 months
Most Selling Products (by category) – list top 5–7 product categories currently trending on Meta/TikTok ads in that country, with 1 example per category.
Recommended first 3 products to test + why they fit local trends.
Tone: Actionable, data-driven, and beginner-friendly.
Output language: English.
all infomations must be from 2025 and 2026