Skip to main content

From Product Idea to Campaign Package: One Prompt, Everything Generated

· 5 min read
Felo Search Tips Buddy
Committed to answers at your fingertips

Watch an AI agent research competitors, generate promotional images, draft a landing page, and create a launch presentation — all from one prompt.

hero

You're launching a new product. You need market research, promotional visuals, a landing page, and a launch presentation. Normally this takes a team and weeks.

Here's how to do it with one prompt.

3 Minutes to Connect Felo OpenAPI

Step 1: Go to openapi.felo.ai and create a free API key.

Step 2: Copy and paste this into your Codex, Claude Code, or OpenClaw:

Connect to Felo OpenAPI with these capabilities:
- Models: Claude Opus 4.8, Claude Sonnet 4.6, Claude Haiku 4.5, GPT-5.6 Sol, GPT-5.6 Terra, Grok 4.5
- Search: POST /v2/chat (AI Search), POST /v2/web/extract (Web Fetch)
- Social: POST /v2/x/tweet/search (X Search), GET /v2/youtube/subtitling
- Output: POST /v2/ppts (PPT), POST /v2/mindmap, POST /v2/landing_page, Image Generation
- Memory: LiveDocs (semantic retrieval, file upload, URL resources)
Base URL: https://openapi.felo.ai
API Key: [YOUR_API_KEY]

When I ask for campaign materials:
1. Research competitors and market positioning
2. Generate visuals and copy
3. Create output (landing pages, PPTs, images)
4. Save everything to LiveDocs

Step 3: Connection complete. Your agent can now research, design, and generate a full campaign package.

The User Story

You're building an AI-powered code review tool. Launch is in two weeks. You need:

  • Competitor research and positioning
  • 3 promotional images for social media
  • A landing page with compelling copy
  • A launch presentation for the team
  • A product feature mindmap

Instead of coordinating between a researcher, designer, copywriter, and developer, you give your agent one prompt.

You Only Need to Say This

We're launching an AI-powered code review tool for development teams. Target audience: mid-size tech companies with 50-200 developers.

Do the following:
1. Research competitors (tools like SonarQube, CodeClimate, DeepCode)
2. Generate 3 promotional images — one for hero, one for features, one for social
3. Draft a landing page with hero section, features, social proof, and CTA
4. Create a 12-slide launch presentation
5. Generate a product feature mindmap
6. Save everything to LiveDocs

What Codex Does Automatically

Step 1: Competitor Research

POST /v2/chat
{
"query": "AI code review tools competitors comparison 2026"
}

Codex searches for competitor landscape, pricing, feature comparisons, and user reviews.

Step 2: Read Competitor Landing Pages

POST /v2/web/extract
{
"url": "https://competitor-a.com/product"
}

Codex reads competitor pages to understand messaging patterns, feature positioning, and pricing strategies. Repeats for 3-4 competitors.

Step 3: Check Developer Pain Points

POST /v2/x/tweet/search
{
"query": "code review tool frustration OR slow review process",
"sort": "relevance"
}

Codex finds real developer complaints and wishes — gold for positioning.

Step 4: Generate Promotional Images

Codex calls the Image Generation API with three prompts:

  • Hero image: "A modern developer workspace with AI code analysis overlay, dark theme, clean tech illustration style, blue accent"
  • Features image: "Code review workflow diagram showing automated analysis, clean flat design, professional tech style"
  • Social image: "Developer smiling at screen with AI code suggestions, modern flat illustration, blue and white palette"

Returns: 3 downloadable image files.

Step 5: Draft the Landing Page

POST /v2/landing_page
{
"topic": "AI-powered code review tool for development teams",
"audience": "Mid-size tech companies, 50-200 developers",
"competitors": [research findings],
"pain_points": [from X search],
"images": [generated image URLs],
"sections": ["hero", "features", "social proof", "pricing", "CTA"]
}

Returns: A complete landing page with researched copy, generated visuals, and conversion-focused structure.

Step 6: Generate the Launch Presentation

POST /v2/ppts
{
"topic": "AI Code Review Tool — Launch Presentation",
"slides": 12,
"content": {
"problem": [developer pain points from research],
"solution": [product positioning],
"competitive_advantage": [from competitor analysis],
"features": [key capabilities],
"pricing": [competitive positioning],
"go_to_market": [launch strategy]
},
"theme": "modern-tech"
}

Returns: A 12-slide themed presentation.

Step 7: Create the Product Mindmap

POST /v2/mindmap
{
"topic": "AI Code Review Tool — Feature Architecture",
"content": [product features and relationships]
}

Returns: A visual mindmap showing product structure and feature relationships.

Step 8: Save Everything to LiveDocs

Codex saves all outputs to the shared workspace:

  • Competitor research with source URLs
  • Generated images
  • Landing page draft
  • Presentation file
  • Mindmap
  • Campaign brief summary

The entire team can access, review, and iterate.

The Result

In 5-8 minutes, you have:

  • Research: Competitor analysis with cited sources
  • Visuals: 3 promotional images ready for social media
  • Landing Page: Draft with researched copy and conversion structure
  • Presentation: 12-slide launch deck for the team
  • Mindmap: Product feature architecture
  • Knowledge Base: Everything saved and searchable in LiveDocs

The Complete Prompt Template (Copy & Reuse)

We're launching a [PRODUCT TYPE] for [TARGET AUDIENCE].

Do the following:
1. Research competitors and market positioning using Search and Web Fetch
2. Generate [NUMBER] promotional images using Image Generation API
3. Draft a landing page with hero, features, social proof, and CTA
4. Create a [NUMBER]-slide [PRESENTATION TYPE] presentation
5. Generate a [MINDMAP TOPIC] mindmap
6. Save everything to LiveDocs with source attribution

Replace the bracketed values for any product launch.

Advanced: Iterate on the Landing Page

After the initial draft, refine with a follow-up prompt:

Review the landing page you just generated. Improve the hero headline based on the pain points we found on X. Make the feature section more specific — replace generic claims with the competitive advantages we identified. Regenerate.

Codex re-reads the research, revises the copy, and produces an improved version.

Getting Started

  1. Create your free API key
  2. Paste the initialization prompt into your agent
  3. Try the campaign package prompt above

One prompt. Full campaign package. No coordination overhead.

Get Your Free API Key →