The GenX Pipeline

GenX works in four stages. Understanding this pipeline helps you get the most out of the platform.
1

Monitor

Your campaigns define what to look for on Twitter. GenX continuously scans for tweets matching your keyword rules via TwitterAPI.io’s real-time stream.When a matching tweet is found, it appears in your Conversations queue with a “Pending” status.
2

Analyze

GenX gathers context around the tweet — the author’s profile, any thread context, and the conversation it belongs to. This context helps the AI generate better, more relevant replies.
3

Generate

Using your chosen LLM provider (OpenAI, Anthropic, etc.), GenX crafts a reply that:
  • Matches your selected tone (friendly, witty, bold, etc.)
  • Stays under 280 characters (Twitter’s limit)
  • Feels natural and human — not like a bot
  • Addresses the specific content of the original tweet
4

Engage

The reply is posted to Twitter via your bot account. You can either:
  • Review and approve each reply manually
  • Auto-reply and let GenX handle everything

Campaign → Conversation → Reply

Here’s how the data flows:
Campaign (filter rules)
  ↓ tweets matching your keywords arrive
Conversation (one per tweet)
  ↓ AI generates a contextual reply
Reply (posted to Twitter via bot account)

Campaigns

A campaign is your search filter. It defines:
  • Keywords — Twitter search query (e.g., "best CRM" OR "looking for CRM")
  • Interval — How often to check for new tweets (30 seconds to 24 hours)
  • Status — Active (monitoring) or Stopped
Each campaign tracks stats: tweets found, replies sent, and failures.

Conversations

Every matching tweet becomes a conversation in your queue. A conversation contains:
  • The original tweet (text, author, media)
  • Context tweets (if it’s part of a thread)
  • Draft replies (AI-generated, waiting for approval)
  • Posted replies (sent to Twitter)

Statuses

StatusMeaning
PendingNew tweet, no reply generated yet
DraftAI reply generated, waiting for approval
PostedReply successfully posted to Twitter
FailedReply couldn’t be posted (auth expired, rate limit, etc.)
IgnoredManually skipped — won’t generate a reply

Bot Accounts

GenX posts replies through bot accounts — Twitter accounts that you control. Every new user gets a free bot account to start with. Bot accounts need to be logged in to post replies. Login sessions last 24 hours and auto-renew when active.
For production use, we recommend importing your own Twitter accounts. The free account is shared across the platform and is meant for trying out the experience.

LLM Providers

GenX supports 5 AI providers for reply generation:
ProviderModelsBest For
OpenRouter200+ modelsFlexibility — switch models anytime
OpenAIGPT-4o, GPT-4o MiniReliability and speed
AnthropicClaude Sonnet, HaikuTone matching and nuance
GroqLlama 3.3, MixtralUltra-fast generation
GoogleGemini 2.5 FlashCost-effective with large context
You bring your own API key. GenX never stores or shares your keys beyond making API calls on your behalf.