One founder. A party game app. An Instagram account grown to 10K+ followers and 50M+ TikTok views in 30 days organically. Imposter is a word-guessing game popularized by TikTok — everyone gets the same word except one imposter, who tries to blend in. Simple mechanic. Massive organic reach. Listed for sale on TrustMRR with app, Instagram, domains, and full source code.
The game mechanic is one of the simplest in mobile gaming — the entire app is built around one clean rule that takes 10 seconds to explain.
Multiplayer without a server — phones act as the "deck" of cards, no real-time connection needed between devices.
The Imposter doesn't know the word but has to pretend they do without getting caught.
The Imposter has to bluff based on context clues from the other players' hints.
Rounds are short (3-5 minutes), making it perfectly suited for content — people film the reveals constantly.
Indian party gaming apps are almost non-existent — Ludo King has the market but it's strategy, not social word games. The WhatsApp group-based party culture in India is a perfect distribution channel.
This is one of the fastest possible builds — the core mechanic is just display a word to some players, hide it from one. No backend, no real-time database needed for the basic version.
Single codebase for iOS and Android — no backend or server needed for the core game.
The entire game runs on-device — no Firebase or Supabase needed for the core loop.
Hardcoded JSON files for each category — simple to add new packs without an app update.
Rs99 one-time in-app purchase for premium word packs.
Native share sheet for WhatsApp/Instagram sharing of round results.
Handles app store submission without native Xcode/Android Studio complexity.
Where: App Store and Play Store — mobile-only app, no web hosting needed. Use Expo EAS Build for a managed build process. App Store review: 1-3 days, Play Store: 1-7 days.
This prompt sets up the full build context so the AI scopes, plans, and starts coding the project with you from message one.