Twitter Ad Revenue Generator
Generate a fake X (Twitter) ad revenue payout notification on an iPhone lock screen — wallpaper, carrier, clock, amount and message — and download it as SVG.
Input
Plain numbers are grouped and rounded to 2 decimals; anything else (1.2M) is shown as typed.
Write {amount} where the payout figure should appear.
Optional. Overrides the preset above and stays in your browser — it is embedded into the SVG.
Output
Your lock-screen notification will appear here.
Guides
The Twitter Ad Revenue Generator builds the "you got paid" meme screenshot: an X (Twitter) Ads Revenue Sharing payout notification sitting on an iPhone lock screen, complete with wallpaper, carrier, big clock and date. Type an amount, pick a wallpaper, and download the result as an SVG you can drop into a slide, a thumbnail or a group chat.
Everything runs in your browser. Nothing is uploaded, and no X account is involved — the tool draws a picture, it does not read anybody's real earnings.
How to use it
- Enter the payout amount and choose a currency. A plain number like
12480.62is grouped and rounded for you; type something like1.2Mand it is shown exactly as written. - Edit the notification title and message. Write
{amount}anywhere in the message and the formatted payout figure is substituted there. - Open Lock screen to change the wallpaper, the notification card style (light or dark), the app name, the "9m ago" stamp, the carrier, the clock and the date.
- Copy the SVG source or download
x-ad-revenue.svg.
Using your own wallpaper
The Custom wallpaper picker overrides the gradient presets. The image is read in your browser and embedded straight into the SVG as a data URI, so the finished file is self-contained — it renders anywhere without needing the original photo. Nothing is sent to a server.
Why SVG instead of PNG?
The screenshot is drawn as vector shapes, so it stays sharp at any size: a 390-pixel-wide phone frame blown up to fill a 4K slide has no visible pixels. Every browser, Figma, Illustrator, Inkscape and most slide tools open SVG directly. If you need a raster file, open the SVG and export it at whatever resolution you want.
One trade-off: a standalone SVG cannot pull a web font, so the text renders in the viewer's system sans-serif rather than Apple's SF Pro. Widths are estimated rather than measured, which means the notification card's height is accurate to within a pixel or two rather than exactly.
Please don't pass it off as real
This is a parody and mockup tool. A generated screenshot proves nothing about anyone's income, and using one to sell a course, recruit into a signal group, or otherwise back up an earnings claim is straightforwardly deceptive — and in many places illegal. Keep it to memes, jokes, design mockups and app-store comps.
Related tools
To mock up the post itself rather than the payout, use the Fake Tweet Generator. For a full conversation screenshot, the iMessage Chat Generator and WhatsApp Chat Generator build the same kind of phone screen from a line-by-line script.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/twitter-ad-revenue-generator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": "12,480.62",
"currency": "USD",
"headline": "You got paid!",
"body": "{amount} from Ads Revenue Sharing was deposited …",
"wallpaper": "abstract",
"style": "light",
"appName": "X",
"timeAgo": "9m ago",
"carrier": "Verizon",
"clock": "9:41",
"lockDate": "Friday, June 13"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `twitter-ad-revenue-generator` tool (Twitter Ad Revenue Generator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.