Realistic placeholder stats for social UI
Designing a profile card or influencer dashboard needs numbers that feel real. This fake social media stats generator produces follower, following, post and engagement figures scaled to a chosen platform and influence tier, so your mockups read like genuine accounts instead of obvious filler.
How it works
You pick a platform and a tier. The tool draws a follower count from the tier’s range, then assigns an engagement rate from a band that reflects how engagement usually falls as audiences grow — nano accounts trend higher, celebrity accounts lower. Following count and post count are derived from plausible ratios. The engagement-per-post figure is computed directly from the rate and follower count so the values never contradict each other:
engagementPerPost = round(followers * engagementRate / 100)
Tips and examples
- Generate one set per card when building a list of profiles so each looks distinct.
- Use the JSON toggle to seed Storybook stories, Figma plugins or API stubs with consistent shapes.
- Remember these are fictional placeholders — never ship them as real analytics.