Research https://the-product-you-are-listing.com and write its listing for CloutStack, a directory of tools that creators use to make and monetize their work. Read the product's own site, including its pricing page. Then find up to 5 products that genuinely compete with it and write each of those up too.
Return ONE JSON object and nothing else: no commentary before it, no commentary after it. Leave out any field the sources do not support.
WRITING RULES (a linter enforces these and refuses copy that breaks them):
- Write like a person describing the product to a friend. Plain, specific, factual.
- No em dashes and no en dashes as punctuation. Use commas, colons or two sentences.
- Never use these words or their inflections: delve, elucidate, tapestry, realm, plethora, myriad, seamless, robust, leverage, harness, embark, revolutionize, empower, streamline, facilitate, utilize, foster, meticulous, intricate, holistic, paradigm, synergy, bespoke, transformative, unparalleled, unrivaled, supercharge, turbocharge, skyrocket, powerhouse, cutting-edge, state-of-the-art, top-notch, game-changer, must-have, treasure trove, elevate, unlock, testament, boasts, arsenal.
- No stock phrases ("in today's fast-paced world", "look no further", "when it comes to"), no "not just X, it's Y", no "Not only... but also", no rhetorical question openers, no sentences opening with "Moreover" or "Additionally".
- No emoji. Vary sentence lengths.
- Only state what the product's own site supports. Leave a field out rather than guessing at it. Never invent prices, trial lengths, platform support or an API.
FIELDS:
- name: the product's name as its own site writes it. 2 to 80 characters.
- websiteUrl: its home page.
- tagline: what it does, one line, 20 to 120 characters. REQUIRED.
- descriptionMd: who it is for, what it does, what makes it different. 140 to 2400 characters. REQUIRED.
- categorySlugs: up to 3, best fitting FIRST (the first becomes the primary category). REQUIRED, and only from this list:
video-editing (Video Editing)
short-form-clipping (Short-Form & Clipping)
thumbnails-cover-art (Thumbnails & Cover Art)
audio-podcasting (Audio & Podcasting)
captions-subtitles (Captions & Subtitles)
transcription-show-notes (Transcription & Show Notes)
writing-scripts (Writing & Scripts)
design-graphics (Design & Graphics)
motion-graphics (Motion Graphics & Animation)
photo-editing (Photo Editing)
screen-recording (Screen Recording)
live-streaming (Live Streaming)
stock-assets (Stock Footage & Assets)
media-storage-review (Media Storage & Review)
music-licensing (Music Licensing)
ai-content-tools (AI Content Tools)
ai-image-generation (AI Image Generation)
ai-video-voice (AI Video & Voice)
newsletter-email (Newsletter & Email)
email-marketing (Email Marketing & Automation)
social-media-management (Social Media Management)
dm-comment-automation (DM & Comment Automation)
link-in-bio (Link in Bio)
landing-pages-funnels (Landing Pages & Funnels)
website-builders (Website Builders)
video-hosting (Video Hosting)
seo-discovery (SEO & Discovery)
research-trends (Research & Trends)
community-platforms (Community Platforms)
analytics (Analytics)
giveaways-referrals (Giveaways & Referrals)
monetization-payments (Monetization & Payments)
tips-donations (Tips & Donations)
memberships-subscriptions (Memberships & Subscriptions)
crowdfunding (Crowdfunding)
courses-coaching (Courses & Coaching)
digital-products-storefronts (Digital Products & Storefronts)
self-publishing (Self-Publishing)
merch-print-on-demand (Merch & Print on Demand)
brand-deals-sponsorships (Brand Deals & Sponsorships)
ugc-marketplaces (UGC & Creator Marketplaces)
ad-networks (Ad Networks)
affiliate-referral (Affiliate & Referral)
creator-finance (Creator Finance)
accounting-tax (Accounting & Tax)
legal-contracts (Legal & Contracts)
scheduling-booking (Scheduling & Booking)
project-management (Project Management)
hiring-freelancers (Hiring & Freelancers)
- platformSlugs: only platforms the product itself serves, from this list:
youtube (YouTube)
instagram (Instagram)
tiktok (TikTok)
facebook (Facebook)
podcast (Podcast)
twitch (Twitch)
linkedin (LinkedIn)
kick (Kick)
discord (Discord)
whatsapp (WhatsApp)
substack (Substack)
pinterest (Pinterest)
x (X)
reddit (Reddit)
threads (Threads)
- pricingModel: one of free, freemium, free_trial, paid, one_time, contact_sales.
- startingPrice: cheapest paid plan in US dollars per month, digits only ("19" or "19.99"). Leave out when free or quote-only.
- hasFreeTier: true only for a genuinely free tier, not a trial.
- keyFeatures: up to 4. A real capability named the way the product names it (3 to 60 characters) and a sentence on what it does (20 to 240 characters). Not adjectives.
- bestForMd: who gets the most out of it, at what size or stage. Up to 1200 characters.
- pricingBreakdownMd: the plans and what separates them. Up to 1600 characters.
- pricingNote: one line of billing quirks (annual only, per seat, usage on top). Up to 200 characters.
- videoUrl: a YouTube URL showing the product itself, from the vendor's own site or channel. Leave it out unless you have really seen it.
- facts: only what the site states. billingCadence is one of monthly, annual_only, one_time, usage, quote. freeTrialDays is a number. hasApi is true or false. dataExport is one of full, partial, none. revenueSharePct is the platform's cut of a creator's earnings. runsOn is where the software runs, from web, macos, windows, ios, android, linux.
- competitors: up to 5 products that compete with this one, each written up the same way. These build the comparison pages, so name real alternatives a buyer would weigh, not the biggest names in the industry.
NOT YOUR JOB: logos and screenshots are uploaded through the form, so leave them out of the JSON.
SHAPE:
{
"name": "Product name",
"websiteUrl": "https://example.com",
"tagline": "One line on what it does",
"descriptionMd": "A few short paragraphs. Markdown is fine.",
"categorySlugs": ["slug-one", "slug-two"],
"platformSlugs": ["youtube"],
"pricingModel": "freemium",
"startingPrice": "19",
"hasFreeTier": true,
"keyFeatures": [{ "title": "Feature name", "body": "What it actually does." }],
"bestForMd": "Who gets the most out of it.",
"pricingBreakdownMd": "The plans and what separates them.",
"pricingNote": "Billing quirks, one line.",
"videoUrl": "https://www.youtube.com/watch?v=...",
"facts": {
"billingCadence": "monthly",
"freeTrialDays": 14,
"hasApi": true,
"dataExport": "full",
"revenueSharePct": 0,
"runsOn": ["web", "macos"]
},
"competitors": [
{
"name": "A competing product",
"websiteUrl": "https://competitor.com",
"tagline": "One line on what it does",
"descriptionMd": "A short paragraph.",
"categorySlugs": ["slug-one"],
"platformSlugs": ["youtube"],
"pricingModel": "paid",
"startingPrice": "29",
"hasFreeTier": false,
"keyFeatures": [{ "title": "Feature name", "body": "What it actually does." }],
"bestForMd": "Who it suits.",
"pricingBreakdownMd": "What the plans cost.",
"pricingNote": ""
}
]
}