My PM Interview® - Preparation for Success

My PM Interview® - Preparation for Success

Design a website for creating GIFs.

Product Design - A structured product management interview answer, from clarifying questions to a full recommendation.

My PM Interview's avatar
My PM Interview
Sep 13, 2026
∙ Paid

This post is for our Paid Subscribers. If you haven’t subscribed yet,

Claim Exclusive Discount & Unlock Access

Design a website for creating GIFs.

Check more Answers on Prepterview.in

Clarifying Questions

Before diving in, I would want to align on scope so that I am designing the right product for the right users rather than a generic GIF tool that competes with no one well.

  • When we say “a website for creating GIFs,” are we designing a tool primarily for consuming and sharing existing GIFs (like Giphy or Tenor), a tool for creating new GIFs from video clips or images (like Giphy’s upload and conversion tool), a tool for creating expressive text-based or meme GIFs (like Imgflip), or a professional-grade GIF creation tool for designers and marketers who need fine-grained control over timing, compression, and export quality? These are fundamentally different products with different user bases, different technical requirements, and different competitive moats. A GIF discovery and sharing platform competes on content library breadth and API distribution. A GIF creation tool for casual users competes on simplicity and mobile-first upload. A professional GIF creation tool for designers competes on output quality, timeline editing, and creative control. The competitive strategy, the monetisation model, and the feature set differ dramatically by choice. For this answer, I want to focus on the creation side rather than the discovery side, as the creation experience is where there is more unmet need in the current market.

  • Who is the primary user -- a casual social media user creating reaction GIFs from their personal videos, a content creator or social media manager creating branded GIFs for marketing campaigns, a developer building GIF generation into their product via an API, or a designer creating animated visual assets for web and app interfaces? Each of these users has a different definition of a “good” GIF creation experience. A casual user wants to upload a video clip and have a shareable GIF in under 30 seconds with no configuration. A social media manager wants branding controls (logo overlay, colour correction, text animation), batch processing, and direct publishing to Giphy, Instagram, and Slack. A designer wants frame-level timeline control, optimised compression for retina displays, and export in multiple formats (GIF, WebP, APNG, MP4 loop). Knowing who the primary user is determines which capabilities to build first and which to deprioritise.

  • What is the primary platform -- desktop web, mobile web, or mobile app? And is the primary use case consuming the GIF on social media, in chat applications, in email marketing, or in web design? The technical constraints and UX patterns differ significantly by platform. Video-to-GIF conversion is computationally intensive and works better on desktop with stable internet; mobile-first users want to capture from their phone camera and share instantly. The end destination of the GIF matters for export settings: a GIF shared in a Slack message should be optimised for file size (Slack has a 10MB limit); a GIF used in an email campaign needs to work in Outlook, which still uses a GIF renderer from 2007 and does not support CSS animations; a GIF used in a web design context may be better served as a WebP animation or a CSS animation, since GIF is a technically outdated format for web use.

  • What is the monetisation model -- freemium with a watermark on the free tier and watermark removal on paid, a subscription for power features (batch processing, high-resolution export, custom branding), an API pricing model for developer integrations, or an advertising-supported free tool? The monetisation model affects which features are in the free vs paid tier and therefore which user segments the freemium funnel is optimised to convert. A watermark-based freemium model converts users who want professional-quality output; a feature-based freemium model (e.g., free tier limited to 30-second clips and 480p resolution) converts users who need more capability as they grow. The advertising model targets casual users with high frequency but low willingness to pay. I want to understand which monetisation approach we are designing for before I propose a feature set, because the features that drive conversion to paid are the most important ones to get right.

  • Are there any specific technical constraints we need to design around -- browser-based processing only (no server-side video processing), a maximum output file size, integration with a specific social platform API for direct publishing, or a third-party CMS or design tool integration? Modern WebAssembly and browser-native video processing capabilities (the WebCodecs API, FFmpeg.wasm) have made high-quality in-browser GIF and video processing feasible without server infrastructure, which dramatically reduces cost and latency. But browser-based processing has limitations: it is slower than server-side processing for long or high-resolution videos and it requires a capable device. Understanding the technical architecture approach shapes what quality of output and what processing speed are achievable within the constraints.

For this answer, I will design a web-based GIF creation tool targeted primarily at social media managers, content creators, and marketing professionals who create GIFs for brand social channels, email campaigns, and messaging platforms. The secondary target is casual creator users (individuals creating reaction GIFs and personal content for social sharing). The monetisation model is freemium with a feature-based paid tier (watermark-free export, high-resolution output, batch processing, brand kit management). I will assume a desktop web primary experience with a responsive mobile web secondary experience. Processing architecture is hybrid: in-browser for short clips, server-side for long or high-resolution videos.


Product Description

My name is Aditya Menon. I am a Product Manager at a creative tools company in Mumbai with experience in content creation platforms, social media tooling, and browser-based media processing. GIFs remain one of the most widely used formats for expressive digital communication -- Giphy serves approximately 10 billion GIFs per day across its distribution network as of 2023, and Tenor (owned by Google) serves an estimated 12 billion GIF searches per month. Despite the maturity of the GIF ecosystem on the consumption and discovery side, the creation side remains under-served: most GIF creation tools either have very low creation quality (mobile apps that produce blurry, over-compressed output) or very high complexity (desktop applications like Adobe Photoshop or EZGIF’s advanced mode that require significant technical expertise).

The GIF creation tool market has three primary players: Giphy (which has a basic video-to-GIF converter but primarily focuses on content discovery), Canva (which has added GIF and animation export but is a general design tool, not a GIF-first experience), and EZGIF (a free browser-based tool that is technically capable but has a 2005-era user interface that is intimidating for non-technical users). There is a clear product gap for a GIF creation tool that combines Canva’s design-quality UX with EZGIF’s technical capability and Giphy’s social distribution infrastructure. The addressable market includes approximately 4.9 million social media managers globally, approximately 50 million content creators who regularly post branded or semi-professional content, and approximately 300 million casual social media users who create or share personalised GIFs. The global animated GIF creation tools market was valued at approximately $1.2 billion in 2023 and is growing at approximately 12% per year, driven by the adoption of GIFs in messaging platforms, email marketing, and social media storytelling.

Our product, GIFstudio, is a browser-based GIF creation platform with a freemium model. The free tier provides video-to-GIF conversion for clips up to 30 seconds, resolution capped at 480p, with a GIFstudio watermark on exports. The Pro tier at $12 per month provides watermark-free exports, resolution up to 1080p, clips up to 5 minutes, batch processing, a brand kit manager (custom logo overlays, fonts, colour palettes), and direct publishing to Giphy, Instagram, Slack, and email platforms via integrations. The Team tier at $49 per month adds multi-user collaboration, a shared asset library, approval workflows, and a white-label export option. The API tier (developer pricing) provides programmatic GIF generation at $0.005 per conversion for developer integrations.


Share

Define Goal

The core problem is that creating a high-quality GIF from a video clip -- one that looks good, has a reasonable file size, and is shareable on the target platform -- requires either accepting low quality (mobile crop-and-share apps), accepting high complexity (desktop editing tools), or accepting paying for Adobe subscriptions that include far more features than a GIF creator needs. There is no tool that makes creating a professional-quality, platform-optimised GIF as simple as uploading a clip and getting a perfect output in 30 seconds, while giving power users the controls they need without overwhelming casual users with options they do not understand.

The goal is to make GIFstudio the fastest path from “I have a video clip” to “I have a shareable, professional-quality GIF” for social media managers, content creators, and casual users, while building a monetisation model that converts the power-user segment to a paid subscription.

North Star Metric: Weekly GIFs Created per Active Creator (WGC/AC) -- the average number of GIFs created and exported (or shared) per active creator account in a rolling 7-day window, where an active creator is any user who has created at least one GIF in the past 30 days. This metric captures both the product’s core utility (are creators actually making GIFs, or are they bouncing after one attempt?) and the depth of engagement (are they using the tool once for a quick test or returning weekly as part of their content workflow?). A high WGC/AC indicates the tool is embedded in the user’s regular content creation workflow, which is the precondition for converting them to a paid subscription. Current industry benchmark for comparable tools: approximately 2.3 GIFs per week per active creator. Target at 12 months post-launch: 4.5 GIFs per week per active creator, indicating the product is genuinely embedded in creators’ workflows rather than being a one-time tool.


User Segmentation

  • Social media managers and brand content creators (”the professionals”): Social media managers at companies from small businesses to mid-market enterprises, responsible for creating GIF content for brand accounts on Instagram, LinkedIn, Twitter/X, and messaging platforms. These users create GIFs on a recurring basis (estimated 3 to 5 per week), have specific brand guidelines (colours, fonts, logo placement), need to export at multiple aspect ratios (square for Instagram feed, widescreen for Twitter, vertical for Stories), and have a clear willingness to pay for tools that save them time and produce professional output. They are the primary monetisation target for the Pro and Team tiers. Approximately 4.9 million social media managers globally; median content creation budget of $200 to $500 per month on tools.

  • Individual content creators and influencers (”the semi-pros”): YouTube creators, newsletter writers, TikTok creators, and podcast hosts who use GIFs to add personality to their content -- in email newsletters, in blog posts, on social bios, and as reaction content. They create GIFs less frequently than professionals (1 to 2 per week) but have high aesthetic standards and are sensitive to watermarks and quality degradation. They are the primary free-to-Pro conversion target: start on the free tier, quickly hit the watermark and resolution limits, convert to Pro for $12/month. Approximately 50 million users globally who self-identify as content creators and regularly produce multi-format content.

  • Casual social media users (”the expressers”): Individuals who want to create personalised reaction GIFs, meme GIFs, or “look at this moment I captured” GIFs from their personal video library to share in WhatsApp, Telegram, Discord, and social media. They have low frequency (1 to 4 GIFs per month), high sensitivity to friction (they will abandon if the creation process takes more than 2 minutes), and low willingness to pay (the free tier is their home; the goal is to make the experience so good they share the tool with friends, driving viral growth). The top-of-funnel volume for the product comes from this segment, even though the revenue concentration is in the professional and semi-pro segments.

I will focus my primary feature design and prioritisation on the professional and semi-pro segments, because they drive the monetisation flywheel and have the clearest pain points. The casual user segment benefits from the same core creation quality improvements but requires specific optimisations for speed and simplicity that I will address in the GTM Phase 1 launch focus.


Pain Points

User's avatar

Continue reading this post for free, courtesy of My PM Interview.

Or purchase a paid subscription.
© 2026 PREPTERVIEW EDU SOLUTIONS PRIVATE LIMITED · Publisher Privacy ∙ Publisher Terms
Substack · Privacy ∙ Terms ∙ Collection notice
Start your SubstackGet the app
Substack is the home for great culture