Whitespace
Market research · Whitespace
Recommended opportunity

Minecraft Server Retention & Marketing Console — a growth/analytics layer for monetized Minecraft networks that unifies server telemetry + Tebex store data to attribute marketing spend to real revenue, flag churn/win-back opportunities, and (later) draft offers/announcements with AI.

Target
$10,000 /mo (MRR)

The evidence validates the *ecosystem* (servers are real businesses on Tebex, spending to acquire players) but NOT the *specific demand* for churn/LTV/attribution tooling — every retention source is generic or horizontal, and buyers are price-sensitive operators who lean on free plugins. Treat demand as unproven and de-risk it before building anything heavy. The strategic move is to narrow the broad 'console' vision down to the single most *revenue-tied, provable-in-a-week* pain: **'Which of my marketing/vote channels actually make me money?'** The unlock is that Minecraft has a natural join key — the player IGN/UUID appears in vote events, server logins, and Tebex purchases — so you can stitch the full funnel (vote-site → join → purchase → LTV) in a way Tebex alone cannot, because Tebex sees the store but not the acquisition source or telemetry. Lead with a concierge (manual) MVP, get 3–5 paying design partners on real ROI, then automate. Hedge the thin-niche/monetization risk by keeping the architecture store-agnostic: Tebex also powers FiveM/GTA-RP, Rust, and ARK servers with identical dynamics, so Minecraft is the beachhead, not the ceiling.

Whitespace 48Demand 40Competition 54Ease 57Fit 68

Target customer

Owners/admins of mid-size monetized networks, NOT hobby servers. Concretely: 50–500 concurrent players (roughly 300–3,000 daily uniques), a live Tebex/Buycraft store selling ranks/keys/cosmetics, ~$500–$10k/mo in store revenue, and — critically — they already spend money or reward-value on acquisition (featured server-list slots, vote crates via Votifier, Discord/YouTuber promos). The buyer is the one person who both runs marketing and watches the money. Where to find them: r/admincraft (evidence [10]) and r/MinecraftServer; BuiltByBit (ex-MC-Market), SpigotMC, and Polymart marketplaces; server-list sites (minecraft-mp.com, minecraftservers.org, planetminecraft.com, servers-minecraft.net) where owner Discords/contacts are public; and network owner Discords. Explicitly DE-prioritize sub-$500/mo servers — they are the free-plugin crowd who will not pay and will drown you in support.

Your wedge

'See exactly which vote sites and marketing channels make you money — and which are burning your budget.' One dashboard that connects a read-only Tebex API key plus a tiny server-side plugin, and answers three revenue questions no existing tool cleanly answers: (1) Revenue by acquisition source — vote-site A drove 40 signups worth $310 LTV; the $25/mo featured slot on site B drove $0. (2) Player LTV + at-risk list — your top 5% of spenders, and the ones who paid but haven't logged in 14 days (win-back candidates). (3) A weekly 'money report' email. Why this wedge: it's revenue-tied (not 'nice-to-have analytics'), it's *provable in one manual report*, and the cross-source attribution is a genuine moat vs. Tebex (store-only) and vs. LeaderOS/PlayerAtlas (leaderboard/community-first). The IGN/UUID join key makes it technically real and buildable in weeks. AI drafting of win-back offers/announcements is a *phase-2 expansion*, not the wedge — leading with AI copy would invite dismissal as a gimmick; leading with 'find your wasted ad spend' invites a credit card.

Pricing & revenue math

Value-anchored on ROI ('find and recover more than we cost'), tiered to skim the networks that actually make money:

  • Starter — $29/mo: 1 server, Tebex connect, revenue + LTV dashboard, 30-day source attribution. Low-friction entry.
  • Core — $79/mo: Full attribution history, churn/at-risk flags, weekly money-report email, win-back export, up to ~1,000 tracked players. *Primary tier.*
  • Network — $199/mo: Multi-server networks, AI win-back/announcement drafting, saved segments, higher limits, priority support.
  • Agency/DFY — $499+/mo (later): Managed marketing optimization for large networks/agencies.

Math to $10k MRR (pick a path):

  • *Blended path:* ~$90 ARPU → ~111 paying servers.
  • *Realistic mix:* 30 × $29 ($870) + 45 × $79 ($3,555) + 25 × $199 ($4,975) + 1 × $499 = $9,899 across ~101 customers.
  • *Network-heavy path (fewer, bigger):* 20 × $79 ($1,580) + 42 × $199 ($8,358) = $9,938 across 62 customers.

Takeaway: at these prices you need 60–110 paying networks. There are low-thousands of monetized mid-size servers, so this is 2–7% penetration — achievable but the true constraint (monetization score 45). Push ARPU up via the Network tier and the FiveM/Rust expansion to keep the customer count reachable for a solo founder.

MVP — what to build first

Two-stage, weeks not months.

*Stage 1 — Concierge (Week 1–2, near-zero code):* For 3–5 design partners, manually pull a Tebex transaction export + their Votifier/vote logs (or Nuvotifier/plugin logs), stitch by IGN, and hand back a one-page 'Revenue-by-Source + Top LTV + Win-back list' in a Google Sheet/Looker Studio. This proves value and willingness to pay *before* building. Ask for a small paid pilot or a signed LOI.

*Stage 2 — Thin automated product (Week 3–4):* Ship exactly three things:

1. Ingestion: a lightweight Paper/Spigot plugin (Java) that listens to Votifier vote events (captures source site), plus login/logout/playtime, and POSTs to your API. Tebex data pulled via its API on a schedule. (Plugin optional — a Tebex-only mode still works, reducing install friction.)

2. Dashboard (Next.js): Revenue by acquisition source, per-player LTV table with an at-risk/win-back filter (heuristic: paid + no login in N days).

3. Weekly money-report email.

Explicitly OUT of MVP: churn ML models, AI copy, multi-store, fancy segmentation. Add those only after paying users ask.

Recommended stack

  • Frontend/App: Next.js + React + Tailwind on Vercel; Clerk/Auth.js for auth.
  • Backend/API: Node/TypeScript (single codebase with Next API routes to move fast solo); add a small Python/FastAPI service only when you graduate from churn heuristics to a real model (logistic regression / gradient boosting via scikit-learn or XGBoost).
  • Data: Postgres (Supabase) — events table keyed on server_id + player_uuid; nightly Tebex sync job.
  • Ingestion plugin: Java Paper/Spigot plugin (well-trodden path, shippable in days) hooking Votifier + PlayerJoin/Quit; a MySQL/webhook forwarder. Optionally support Nuvotifier and log-parsing fallback.
  • Integrations: Tebex Headless/Plugin API (read-only key), Votifier.
  • AI (phase 2): OpenAI/Anthropic for win-back offer/announcement drafting, segment naming, and plain-English weekly report summaries.
  • Billing/email: Stripe (checkout + subscriptions); Resend or Postmark for reports.

Start with heuristics, not ML — 'paid + inactive N days' and 'recency/frequency/monetary' scoring will out-value a fragile model for months.

Go-to-market

Motion: community-led + founder outbound + a free-plugin Trojan horse.

1. Free lead-magnet plugin: publish a genuinely useful 'Vote Analytics + Playtime Tracker' plugin free on SpigotMC/BuiltByBit/Polymart. It shows a taste of insights and funnels installs to the SaaS ('connect Tebex to see revenue by source').

2. Founder outbound: DM/email 10–20 mid-size owners per day sourced from server lists (public Discords). Offer the free concierge report — 'I'll show you which vote sites made you money last month, free.' This is the single highest-signal channel.

3. Content as proof: publish an aggregated, anonymized 'State of Minecraft Server Marketing' data post (e.g., 'vote sites ranked by revenue-per-signup'). Juicy, shareable, positions you as the neutral data authority; seed to r/admincraft and owner Discords.

4. Partnerships: approach 1–2 hosting companies (Shockbyte, BisectHosting — evidence [13]) and vote/list sites for referral/bundle deals; they own the audience and want stickier customers.

5. Where to post: r/admincraft, SpigotMC 'Server & Community Management', BuiltByBit, owner Discords. Lead every message with the wasted-spend hook, never with 'AI' or 'analytics.'

6. Expansion channel (month 3+): the same plugin+dashboard applies to FiveM/Rust/ARK Tebex servers — enter those communities once Minecraft is validated.

30 / 60 / 90 day roadmap

Days 0–30 — Validate + concierge (build almost nothing):

  • 20+ discovery interviews (r/admincraft, BuiltByBit, Discords). Recruit 3–5 design partners.
  • Deliver manual Revenue-by-Source + LTV + win-back reports; secure paid pilots or LOIs.
  • Build the ingestion plugin + Tebex pull in parallel.
  • Exit gate: ≥3 partners commit to pay ≥$49/mo after seeing a report — else pivot (see risks).

Days 31–60 — Ship thin product, first revenue:

  • Launch dashboard (revenue-by-source, LTV, at-risk list) + weekly email; convert design partners to paid. Add Stripe.
  • Release the free lead-magnet plugin; publish the first data post.
  • Target: 8–12 paying servers, ~$700–1,200 MRR.

Days 61–90 — Add value + scale GTM:

  • Ship AI win-back/announcement drafting, saved segments, multi-server Network tier ($199).
  • Ramp outbound (10–20/day) + first hosting-partner conversation.
  • Target: 25–40 paying servers, ~$2,500–4,000 MRR.

Honest timeline: $10k MRR is a 6–9 month goal, not a 90-day one. Months 4–9 get you from ~$4k → $10k via the Network tier, partnerships, and the FiveM/Rust expansion. Publish the 90-day numbers as your go/scale decision point.

Validation experiments

Run this BEFORE building the automated product.

  • Interviews: 20 mid-size owners in 2 weeks. Success signals: ≥10 confirm they spend money/reward-value on acquisition AND can't tie it to revenue; ≥6 say the Revenue-by-Source report is worth ≥$49/mo.
  • Concierge test: deliver 3–5 manual reports. Success: each surfaces ≥1 clearly wasted spend OR ≥1 actioned win-back list; partner reacts with 'I didn't know that.'
  • Willingness-to-pay proof: convert ≥3 to a paid pilot or signed LOI at ≥$49/mo. Talk is cheap; a charged card is validation.
  • Kill/pivot criteria: if <3 will pay after seeing a real report, do NOT build the SaaS. Pivot options in priority order: (a) same wedge on FiveM/GTA-RP servers (bigger spenders on Tebex), (b) a pure AI marketing-copy + segmentation tool if that's what they actually pull toward, or (c) a paid done-for-you marketing report service to test demand at higher margin before automating.
  • 90-day metric to continue: ≥25 paying servers and <8% monthly logo churn → scale; below that → narrow tier/expand game or stop.

Risks & mitigations

1. Demand is latent/weak (biggest risk, score 40). Owners may nod but not pay. *Mitigate:* validation-first, concierge before code, require paid pilots/LOIs, hard kill-gate at Day 30.

2. Price sensitivity + free-plugin culture (score 45). *Mitigate:* only target networks making real money; frame price as % of recovered/optimized spend; free plugin for the cheap crowd, SaaS for the earners; push the Network tier.

3. Platform/incumbent risk — Tebex could bolt this on; LeaderOS/PlayerAtlas sit nearby. *Mitigate:* own the cross-source attribution + telemetry Tebex lacks; be the neutral, multi-store layer; move fast; consider integrating with (not fighting) LeaderOS/PlayerAtlas; win on AI marketing + speed.

4. Thin TAM to reach $10k. *Mitigate:* Minecraft is the beachhead; expand to FiveM/Rust/ARK Tebex servers (same architecture) and add agency tier to lift ARPU.

5. Data-access fragility (Tebex API changes, plugin install friction). *Mitigate:* keep plugin optional with a Tebex-only mode; version against Tebex Headless API; log-parse fallback.

6. Attribution accuracy skepticism. *Mitigate:* be transparent about method, use IGN/UUID join, show confidence, start with directional 'revenue-per-source' rather than precise last-click.

Evidence & sources

Opportunities I compared

1
Minecraft Server Retention & Marketing ConsolePick
48
whitespace

Growth tooling for Minecraft server owners, who run real businesses selling ranks/cosmetics (mostly billed through Tebex) and compete for players via server-list and voting sites. Tebex owns payments and server lists own discovery, but there is thin tooling for player LTV, churn prediction, and marketing attribution that ties vote/discovery traffic to actual revenue. The tool unifies server telemetry + store data, predicts churn, recommends win-back offers, and optimizes server-list/vote marketing spend, with AI drafting announcements/offers and segmenting players. Buyers are mid-size server networks; the ecosystem is mature, so differentiate on retention/LTV analytics and AI marketing rather than payments.

Why this scores like it does: The evidence strongly confirms one thing: Minecraft server monetization is a real, active market. Multiple independent sources describe servers as genuine businesses selling ranks/cosmetics/subscriptions, with Tebex (formerly Buycraft) as the dominant payment/store layer [1][2][4][6][7], and note that many servers 'disappear early' under cost pressure [7]. That validates the ecosystem — but NOT the specific product. The core value proposition (churn prediction, player LTV, and vote/discovery→revenue marketing attribution) is essentially unevidenced among actual Minecraft server owners. Every churn/retention source in the set is generic: mobile-game PoCs [13], academic F2P models [15], a GitHub D14 retention model [9], and horizontal SaaS/analytics tools (Mixpanel [11], Amplitude [14], GameAnalytics [12], Helpshift [10], MCP Analytics [16]). None demonstrate that mid-size server networks are asking for, or paying for, retention/LTV/attribution tooling. That gap could mean 'unserved opportunity' — or it could mean weak latent demand, which is the more skeptical and likely read given budget-constrained, often young server operators who lean heavily on FREE plugins [5]. Structural platform risk is high: Tebex already owns the payments and store data [6][17-docs] and could bolt on retention analytics, while adjacent incumbents (LeaderOS, PlayerAtlas) already sit close to this data. The builder's full-stack + AI skills fit the technical build well (churn models and LLM-drafted offers are proven, feasible), so ease and fit score reasonably. But monetization is the real constraint: this is a 'nice-to-have' analytics layer sold to a thin niche of price-sensitive operators, and reaching $10k MRR would require deep penetration of a small mid-size-network segment or unusually high ARPU. Net: validated ecosystem, unvalidated specific demand, meaningful platform/incumbent risk. Proceed only with strong direct customer discovery before building.

Demand40
Competition (lower is better)54
Ease of entry57
Monetization45
Skills fit68
Whitespace48
Competitors found
Tebex — Owns payments + store data for most Minecraft servers; structurally best-positioned to add retention/LTV analytics and the biggest platform risk to this idea.LeaderOS — Website/CMS + store platform for game servers; adjacent player/store data means it could extend into segmentation and marketing tooling.PlayerAtlas — Player-focused analytics in the Minecraft server space; closest niche-native competitor to the telemetry/analytics claim.Seyllo — Appears in the domain set as a server-tooling/marketing-adjacent product; potential direct or near-direct competitor.MCP Analytics — Dedicated churn-prediction tooling with an AI copilot; horizontal but directly overlaps the churn/LTV feature set.Mixpanel / Amplitude / GameAnalytics — Established general analytics/churn platforms that server owners could adopt instead of a Minecraft-specific console; commoditize the core analytics.
Demand signals
  • Minecraft servers are described as real 'digital enterprises' needing planning, scalability and customer interaction [3]
  • Monetization is a widespread, recurring need — numerous vendor guides cover ranks, subscriptions and EULA-safe selling [1][2][4][6][7]
  • Server sustainability is a genuine pain: 'many promising projects disappear early' due to costs [7]
  • Tebex/Buycraft is entrenched as the payments/store layer, confirming real revenue flows to instrument [1][2][6]
  • Churn/retention prediction is a proven, transferable technique in gaming generally [9][10][12][13][15]
  • WEAK SPOT: no source shows Minecraft server owners specifically demanding churn/LTV/marketing-attribution tooling — all such evidence is generic mobile/SaaS gaming [9][11][13][14][15][16]
2
Roblox LiveOps & Monetization Tuner
47
whitespace

Same picks-and-shovels model applied to the Roblox ecosystem, but focused on monetization rather than raw engagement. Thousands of Roblox studios earn via game passes and developer products and cash out through DevEx, yet many run blind on pricing, purchase funnels, and in-game economy balance. The tool provides revenue/retention analytics beyond Roblox's native dashboard, A/B tests pricing and offers, flags economy exploits and currency inflation, and uses AI to simulate player progression and recommend price/drop tuning. Buyers are studios already earning real Robux. Native and third-party analytics are more established here (e.g., RoMonitor-style tools), so the wedge is monetization optimization + AI economy simulation, not another stats dashboard.

Why this scores like it does: Genuine topical interest in Roblox monetization exists: developers repeatedly ask about game-pass pricing, willingness-to-pay, and economy balance on the DevForum [10][13][16], and there are dedicated tutorials on price optimization and A/B testing [11][12][15]. The 48+ hour lag on native analytics is a concrete, recurring pain that pushes developers to build their own purchase-logging dashboards [2], which validates a wedge for faster/deeper revenue tooling. However, the evidence points to a crowded and platform-threatened space. Roblox itself is rolling out 'Unity-style' high-end analytics and has publicly stated analytics is its 'main focus next,' explicitly aiming to replace third-party tools developers use for custom events [1][7]. More damaging to this specific wedge: Roblox already ships native price-optimization documentation and a dynamic price-check tool [9], so the platform owner is directly encroaching on 'monetization optimization,' the candidate's chosen differentiator. Established third parties (GameAnalytics with an official Roblox SDK [3][8], plus Rolimons, GeeIQ, UGCinsight, Offpath, and new entrants like Nogo Studios [4][6]) further crowd the analytics layer. The AI economy-simulation angle is the least-served and most defensible part, but it is also the hardest to prove: each game's economy is bespoke, and reliable real-time revenue/funnel and exploit data requires in-game SDK instrumentation, not just polling a delayed API [2][8], which raises integration friction and lowers ease. Monetization is plausible because buyers cash out real money via DevEx and the value prop carries a clear ROI story ('make more Robux'), but the target segment is squeezed: top studios build internal tools (e.g., Offpath is now studio-internal [4]) while the long tail earns too little and is price-sensitive. Reaching $10k MRR is feasible but demands finding ~100-200 mid-tier studios willing to pay for a tool whose core function Roblox is actively commoditizing. Fit is strong for a full-stack + AI builder, especially for the simulation/A-B testing engine. Net: real interest, but the demand is heavily addressed by free guides, forum knowledge, and—critically—first-party Roblox tooling, so the durable unmet-demand surface is thinner than it first appears.

Demand54
Competition (lower is better)73
Ease of entry47
Monetization57
Skills fit70
Whitespace47
Competitors found
Roblox native analytics + price optimization tools — Platform owner ships built-in price-optimization docs and a dynamic price-check tool [9], is rolling out Unity-style high-end analytics [1], and named analytics its 'main focus next' with intent to replace third-party custom-event tools [7]. Biggest structural threat.GameAnalytics — Established analytics platform with an official Roblox SDK/module and event tracking [8]; widely adopted by developers per RDC23 panel [7]. Incumbent for custom event and funnel data.Rolimons / GeeIQ / UGCinsight / Offpath — Cluster of third-party Roblox tracking/analytics tools (sales tracking, brand activation analytics, in-game integration tracking) [4]. Notably Offpath went studio-internal only, signaling that the best tooling gets kept in-house.Nogo Studios analytics & studio-management platform — New entrant building live trends, creator/project finance, and studio management [6]; directly overlaps the analytics/finance surface and shows the niche is attracting fresh builders.
Demand signals
  • Native game analytics are 48+ hours delayed, pushing developers to log purchases to DataStore and build custom real-time dashboards themselves [2]
  • Developers report the old third-party analytics setup guide is broken and struggle to instrument tools, falling back to GameAnalytics [3]
  • Recurring DevForum threads asking how to price game passes and find willingness-to-pay thresholds [10][13][16]
  • Multiple monetization/pricing tutorials and guides advising A/B testing price points and analyzing competitor pricing [11][12][15]
  • RDC23 panel confirms developers currently rely on third parties for custom monetization events Roblox does not yet support [7]
3
UEFN Creator Engagement & Payout Optimizer
46
whitespace

Analytics + optimization SaaS for professional Fortnite Creative / UEFN island creators and small studios who earn from Epic's engagement-based Creator Economy payouts. Epic's creator portal exposes limited metrics, so serious creators fly blind on why players drop off and which map changes actually move the retention/engagement numbers that determine income. The tool ingests available creator metrics + in-map telemetry, shows retention and drop-off funnels, benchmarks against similar islands, supports A/B testing of map variants, and uses AI to recommend concrete changes that raise the engagement score behind payouts. Sell at ~$49–$299/mo per creator/studio; validate platform data access and TOS limits first.

Why this scores like it does: Real economic pain exists: creator income is a direct function of retention, session length, re-engagement and player satisfaction [9][10][13][15][16], Epic paid creators $352M in 2024 [12], and Digiday documents creators explicitly calling for more transparency because Epic's portal is opaque [1]. That is a genuine 'flying blind on the numbers that determine income' pattern. However, several skeptical flags cut the score down hard. (1) The demand evidence is for Epic to be more transparent, not clearly for a paid third-party SaaS — and Epic is actively closing that gap, launching satisfaction metrics and expanding the native analytics tab in the Creator Portal [2][8]. Your primary competitor is the platform owner, it is free, native, and controls the data. (2) Ease is the killer: the candidate itself says 'validate platform data access and TOS limits first,' and that is not a formality. UEFN/Fortnite historically restrict external data egress, the Analytics device pipes data to Epic's Creator Portal rather than to third parties [8], and Epic's developer terms give Epic sole control over engagement measurement and formula changes [11][14]. If you can't lawfully and reliably ingest in-map telemetry, the whole product collapses regardless of the builder's strong full-stack/AI skills. (3) Market is a power law — most islands earn little (payouts run ~$0.05–0.15 per 1,000 engagement-minutes with a $100 threshold [15]), so the pool of creators earning enough to justify $49–299/mo and sophisticated enough to buy analytics is thin and concentrated. (4) Digiday notes a 'copycat culture' where creators clone proven maps rather than experiment [1], implying many optimize by imitation, not by buying an analytics tool. Positives: the ROI story is clean (spend $99 to raise a payout worth more), the builder's skills map almost perfectly to a web+AI SaaS, and dedicated direct competitors are still few. But platform dependency plus uncertain data access make this a high-risk niche rather than a clear unmet-demand win.

Demand47
Competition (lower is better)56
Ease of entry34
Monetization51
Skills fit68
Whitespace46
Competitors found
Epic Creator Portal (native analytics) — The platform owner's own free, improving analytics — Analytics device + satisfaction metrics + analytics tab [2][8]. Controls the data and the payout formula; the single biggest competitive and existential risk.Creators Corp — Positions as 'your expert in UEFN games' doing comprehensive data analysis for Fortnite/Roblox UGC creators — closest existing third-party analytics-adjacent player.GameAnalytics — Established game-analytics platform that could extend to UEFN-style telemetry; incumbent with funnels/retention tooling.GeneralistProgrammer earnings calculator — Free payout calculator + monetization guides — partial substitute for creators wanting to model engagement-payout math without paying.The Cirqle / Creedn / Upfluence — Creator analytics platforms, but focused on Instagram/TikTok/YouTube social ROI [6][7], not UEFN engagement payouts — adjacent, not direct.
Demand signals
  • Digiday reports creators are actively 'sparking calls for more transparency' because Epic exposes limited metrics [1]
  • Creator income is directly tied to retention, session length, re-engagement and satisfaction signals — the exact metrics the tool targets [9][10][13][15][16]
  • Epic paid creators $352M through engagement payouts in 2024, showing a sizable money-motivated ecosystem [12]
  • Payout formula is complex and frequently changed (e.g. Nov 1 update, 75% new/returning-player rewards), increasing need to understand what moves the number [11][16]
  • Small/medium creators publicly worried about how formula changes affect their earnings [11]
  • Epic itself is expanding native metrics (satisfaction, analytics tab), signaling both demand AND that the platform is filling the gap [2]

Handoff prompt

A self-contained brief. Copy it into a coding agent to start building.

# Build Brief: Minecraft Server Retention & Marketing Console — a growth/analytics layer for monetized Minecraft networks that unifies server telemetry + Tebex store data to attribute marketing spend to real revenue, flag churn/win-back opportunities, and (later) draft offers/announcements with AI.

You are an expert builder. Execute the plan below. Ask only blocking questions; otherwise proceed and produce working deliverables.

## Context
- **Opportunity:** Minecraft Server Retention & Marketing Console — a growth/analytics layer for monetized Minecraft networks that unifies server telemetry + Tebex store data to attribute marketing spend to real revenue, flag churn/win-back opportunities, and (later) draft offers/announcements with AI.
- **Why this market:** The evidence strongly confirms one thing: Minecraft server monetization is a real, active market. Multiple independent sources describe servers as genuine businesses selling ranks/cosmetics/subscriptions, with Tebex (formerly Buycraft) as the dominant payment/store layer [1][2][4][6][7], and note that many servers 'disappear early' under cost pressure [7]. That validates the ecosystem — but NOT the specific product. The core value proposition (churn prediction, player LTV, and vote/discovery→revenue marketing attribution) is essentially unevidenced among actual Minecraft server owners. Every churn/retention source in the set is generic: mobile-game PoCs [13], academic F2P models [15], a GitHub D14 retention model [9], and horizontal SaaS/analytics tools (Mixpanel [11], Amplitude [14], GameAnalytics [12], Helpshift [10], MCP Analytics [16]). None demonstrate that mid-size server networks are asking for, or paying for, retention/LTV/attribution tooling. That gap could mean 'unserved opportunity' — or it could mean weak latent demand, which is the more skeptical and likely read given budget-constrained, often young server operators who lean heavily on FREE plugins [5]. Structural platform risk is high: Tebex already owns the payments and store data [6][17-docs] and could bolt on retention analytics, while adjacent incumbents (LeaderOS, PlayerAtlas) already sit close to this data. The builder's full-stack + AI skills fit the technical build well (churn models and LLM-drafted offers are proven, feasible), so ease and fit score reasonably. But monetization is the real constraint: this is a 'nice-to-have' analytics layer sold to a thin niche of price-sensitive operators, and reaching $10k MRR would require deep penetration of a small mid-size-network segment or unusually high ARPU. Net: validated ecosystem, unvalidated specific demand, meaningful platform/incumbent risk. Proceed only with strong direct customer discovery before building.
- **Target user:** Owners/admins of **mid-size monetized networks**, NOT hobby servers. Concretely: 50–500 concurrent players (roughly 300–3,000 daily uniques), a live Tebex/Buycraft store selling ranks/keys/cosmetics, **~$500–$10k/mo in store revenue**, and — critically — they already **spend money or reward-value on acquisition** (featured server-list slots, vote crates via Votifier, Discord/YouTuber promos). The buyer is the one person who both runs marketing and watches the money. Where to find them: r/admincraft (evidence [10]) and r/MinecraftServer; BuiltByBit (ex-MC-Market), SpigotMC, and Polymart marketplaces; server-list sites (minecraft-mp.com, minecraftservers.org, planetminecraft.com, servers-minecraft.net) where owner Discords/contacts are public; and network owner Discords. Explicitly DE-prioritize sub-$500/mo servers — they are the free-plugin crowd who will not pay and will drown you in support.
- **Unique wedge / positioning:** **'See exactly which vote sites and marketing channels make you money — and which are burning your budget.'** One dashboard that connects a read-only Tebex API key plus a tiny server-side plugin, and answers three revenue questions no existing tool cleanly answers: (1) **Revenue by acquisition source** — vote-site A drove 40 signups worth $310 LTV; the $25/mo featured slot on site B drove $0. (2) **Player LTV + at-risk list** — your top 5% of spenders, and the ones who paid but haven't logged in 14 days (win-back candidates). (3) A weekly 'money report' email. Why this wedge: it's revenue-tied (not 'nice-to-have analytics'), it's *provable in one manual report*, and the cross-source attribution is a genuine moat vs. Tebex (store-only) and vs. LeaderOS/PlayerAtlas (leaderboard/community-first). The IGN/UUID join key makes it technically real and buildable in weeks. AI drafting of win-back offers/announcements is a *phase-2 expansion*, not the wedge — leading with AI copy would invite dismissal as a gimmick; leading with 'find your wasted ad spend' invites a credit card.
- **Revenue goal:** $10,000 mrr
- **Builder skills available:** Software / AI engineering (full-stack web + AI agents)
- **Opportunity scores (0-100):** demand 40, competition 54 (lower is better), ease 57, monetization 45, fit 68, whitespace 48.

## What to build (MVP)
**Two-stage, weeks not months.**

*Stage 1 — Concierge (Week 1–2, near-zero code):* For 3–5 design partners, manually pull a Tebex transaction export + their Votifier/vote logs (or Nuvotifier/plugin logs), stitch by IGN, and hand back a one-page **'Revenue-by-Source + Top LTV + Win-back list'** in a Google Sheet/Looker Studio. This proves value and willingness to pay *before* building. Ask for a small paid pilot or a signed LOI.

*Stage 2 — Thin automated product (Week 3–4):* Ship exactly three things:
1. **Ingestion:** a lightweight Paper/Spigot plugin (Java) that listens to Votifier vote events (captures source site), plus login/logout/playtime, and POSTs to your API. Tebex data pulled via its API on a schedule. (Plugin optional — a Tebex-only mode still works, reducing install friction.)
2. **Dashboard (Next.js):** Revenue by acquisition source, per-player LTV table with an at-risk/win-back filter (heuristic: paid + no login in N days).
3. **Weekly money-report email.**

Explicitly OUT of MVP: churn ML models, AI copy, multi-store, fancy segmentation. Add those only after paying users ask.

## Recommended tech / stack
- **Frontend/App:** Next.js + React + Tailwind on Vercel; Clerk/Auth.js for auth.
- **Backend/API:** Node/TypeScript (single codebase with Next API routes to move fast solo); add a small Python/FastAPI service only when you graduate from churn heuristics to a real model (logistic regression / gradient boosting via scikit-learn or XGBoost).
- **Data:** Postgres (Supabase) — events table keyed on server_id + player_uuid; nightly Tebex sync job.
- **Ingestion plugin:** Java Paper/Spigot plugin (well-trodden path, shippable in days) hooking Votifier + PlayerJoin/Quit; a MySQL/webhook forwarder. Optionally support Nuvotifier and log-parsing fallback.
- **Integrations:** Tebex Headless/Plugin API (read-only key), Votifier.
- **AI (phase 2):** OpenAI/Anthropic for win-back offer/announcement drafting, segment naming, and plain-English weekly report summaries.
- **Billing/email:** Stripe (checkout + subscriptions); Resend or Postmark for reports.
Start with heuristics, not ML — 'paid + inactive N days' and 'recency/frequency/monetary' scoring will out-value a fragile model for months.

## Pricing & revenue math
Value-anchored on ROI ('find and recover more than we cost'), tiered to skim the networks that actually make money:
- **Starter — $29/mo:** 1 server, Tebex connect, revenue + LTV dashboard, 30-day source attribution. Low-friction entry.
- **Core — $79/mo:** Full attribution history, churn/at-risk flags, weekly money-report email, win-back export, up to ~1,000 tracked players. *Primary tier.*
- **Network — $199/mo:** Multi-server networks, AI win-back/announcement drafting, saved segments, higher limits, priority support.
- **Agency/DFY — $499+/mo (later):** Managed marketing optimization for large networks/agencies.

**Math to $10k MRR (pick a path):**
- *Blended path:* ~$90 ARPU → **~111 paying servers**.
- *Realistic mix:* 30 × $29 ($870) + 45 × $79 ($3,555) + 25 × $199 ($4,975) + 1 × $499 = **$9,899 across ~101 customers.**
- *Network-heavy path (fewer, bigger):* 20 × $79 ($1,580) + 42 × $199 ($8,358) = **$9,938 across 62 customers.**

Takeaway: at these prices you need **60–110 paying networks**. There are low-thousands of monetized mid-size servers, so this is 2–7% penetration — achievable but the true constraint (monetization score 45). Push ARPU up via the Network tier and the FiveM/Rust expansion to keep the customer count reachable for a solo founder.

## Go-to-market
Motion: **community-led + founder outbound + a free-plugin Trojan horse.**
1. **Free lead-magnet plugin:** publish a genuinely useful 'Vote Analytics + Playtime Tracker' plugin free on SpigotMC/BuiltByBit/Polymart. It shows a taste of insights and funnels installs to the SaaS ('connect Tebex to see revenue by source').
2. **Founder outbound:** DM/email 10–20 mid-size owners per day sourced from server lists (public Discords). Offer the free concierge report — 'I'll show you which vote sites made you money last month, free.' This is the single highest-signal channel.
3. **Content as proof:** publish an aggregated, anonymized 'State of Minecraft Server Marketing' data post (e.g., 'vote sites ranked by revenue-per-signup'). Juicy, shareable, positions you as the neutral data authority; seed to r/admincraft and owner Discords.
4. **Partnerships:** approach 1–2 hosting companies (Shockbyte, BisectHosting — evidence [13]) and vote/list sites for referral/bundle deals; they own the audience and want stickier customers.
5. **Where to post:** r/admincraft, SpigotMC 'Server & Community Management', BuiltByBit, owner Discords. Lead every message with the wasted-spend hook, never with 'AI' or 'analytics.'
6. **Expansion channel (month 3+):** the same plugin+dashboard applies to FiveM/Rust/ARK Tebex servers — enter those communities once Minecraft is validated.

## 30 / 60 / 90 day roadmap
**Days 0–30 — Validate + concierge (build almost nothing):**
- 20+ discovery interviews (r/admincraft, BuiltByBit, Discords). Recruit **3–5 design partners**.
- Deliver manual Revenue-by-Source + LTV + win-back reports; secure **paid pilots or LOIs**.
- Build the ingestion plugin + Tebex pull in parallel.
- Exit gate: ≥3 partners commit to pay ≥$49/mo after seeing a report — else pivot (see risks).

**Days 31–60 — Ship thin product, first revenue:**
- Launch dashboard (revenue-by-source, LTV, at-risk list) + weekly email; convert design partners to paid. Add Stripe.
- Release the free lead-magnet plugin; publish the first data post.
- Target: **8–12 paying servers, ~$700–1,200 MRR.**

**Days 61–90 — Add value + scale GTM:**
- Ship AI win-back/announcement drafting, saved segments, multi-server Network tier ($199).
- Ramp outbound (10–20/day) + first hosting-partner conversation.
- Target: **25–40 paying servers, ~$2,500–4,000 MRR.**

**Honest timeline:** $10k MRR is a **6–9 month** goal, not a 90-day one. Months 4–9 get you from ~$4k → $10k via the Network tier, partnerships, and the FiveM/Rust expansion. Publish the 90-day numbers as your go/scale decision point.

## Validation experiments (do these first)
Run this BEFORE building the automated product.
- **Interviews:** 20 mid-size owners in 2 weeks. Success signals: ≥10 confirm they spend money/reward-value on acquisition AND can't tie it to revenue; ≥6 say the Revenue-by-Source report is worth ≥$49/mo.
- **Concierge test:** deliver 3–5 manual reports. Success: each surfaces ≥1 clearly wasted spend OR ≥1 actioned win-back list; partner reacts with 'I didn't know that.'
- **Willingness-to-pay proof:** convert ≥3 to a **paid pilot or signed LOI** at ≥$49/mo. Talk is cheap; a charged card is validation.
- **Kill/pivot criteria:** if <3 will pay after seeing a real report, do NOT build the SaaS. Pivot options in priority order: (a) same wedge on **FiveM/GTA-RP** servers (bigger spenders on Tebex), (b) a pure **AI marketing-copy + segmentation** tool if that's what they actually pull toward, or (c) a paid **done-for-you marketing report** service to test demand at higher margin before automating.
- **90-day metric to continue:** ≥25 paying servers and <8% monthly logo churn → scale; below that → narrow tier/expand game or stop.

## Known risks & mitigations
1. **Demand is latent/weak (biggest risk, score 40).** Owners may nod but not pay. *Mitigate:* validation-first, concierge before code, require paid pilots/LOIs, hard kill-gate at Day 30.
2. **Price sensitivity + free-plugin culture (score 45).** *Mitigate:* only target networks making real money; frame price as % of recovered/optimized spend; free plugin for the cheap crowd, SaaS for the earners; push the Network tier.
3. **Platform/incumbent risk — Tebex could bolt this on; LeaderOS/PlayerAtlas sit nearby.** *Mitigate:* own the cross-source attribution + telemetry Tebex lacks; be the neutral, multi-store layer; move fast; consider integrating with (not fighting) LeaderOS/PlayerAtlas; win on AI marketing + speed.
4. **Thin TAM to reach $10k.** *Mitigate:* Minecraft is the beachhead; expand to FiveM/Rust/ARK Tebex servers (same architecture) and add agency tier to lift ARPU.
5. **Data-access fragility (Tebex API changes, plugin install friction).** *Mitigate:* keep plugin optional with a Tebex-only mode; version against Tebex Headless API; log-parse fallback.
6. **Attribution accuracy skepticism.** *Mitigate:* be transparent about method, use IGN/UUID join, show confidence, start with directional 'revenue-per-source' rather than precise last-click.

## Evidence the market is real
- Minecraft Server Monetization Guide (Phoenix Plugins) — https://www.phoenixplugins.com/blog/minecraft-server-monetization-guide
- How to make money from your Minecraft game server - GoDaddy — https://www.godaddy.com/resources/skills/make-money-minecraft-game-server
- Profit Crafting: Minecraft server ecosystem monetisation techniques (Accountancy Today) — https://www.accountancytoday.co.uk/2025/05/22/profit-crafting-minecraft-server-ecosystem-monetisation-techniques
- How to Improve Retention with Churn Prediction Analytics - Amplitude — https://amplitude.com/blog/churn-prediction
- 10 Best Churn Prediction Tools & Software in 2026 - MCP Analytics — https://mcpanalytics.ai/articles/best-churn-prediction-tools-2026
- Minecraft Server Hosting | WinterNode — https://winternode.com/games/minecraft
- Minecraft Server Cost: How much does it cost to run a Minecraft server — https://www.youtube.com/watch?v=pjfZimONcwE
- Minecraft Server Hosting | MeowNode — https://meownode.com/games/minecraft

---
First deliverable: a concrete project plan + the MVP scaffold. Then build iteratively, starting with the validation experiments.