Acquire a Pager
Purchase a pager from a reseller that supports an active network like Spok. When the pager arrives, confirm you have its unique phone number and email address, as you will need these to receive notifications.
A fun, creative project that shows how to connect modern APIs to vintage hardware. This workflow uses a chain of services, coded with AI, to deliver notifications from Twitter/X to a real pager.


Source episode · 11:10
How I AI: Maddie Reese on Building a Pager, Printer, and Personal API with AIwith Claire Vo
From 11:10 to 17:22, Maddie Barany explains the chain that turns an X notification into an email and delivers the shortened message to a 1990s pager. Clip range: 11:10 to 17:22.
A notification pipeline that forwards Twitter/X interactions to a physical pager through email.
AI-first code editor
Step by step
Follow the sequence once, then adapt the prompts, checks, and handoffs to your own setup.
7 steps
Purchase a pager from a reseller that supports an active network like Spok. When the pager arrives, confirm you have its unique phone number and email address, as you will need these to receive notifications.
Use an AI coding assistant like Cursor to architect the notification flow. Describe the goal: routing notifications from a modern API like Twitter/X to a legacy pager. Let the AI ask clarifying questions to help map out the multi-step 'Rube Goldberg machine' of services needed to connect the two systems.
Role: You are an expert systems architect specializing in connecting modern APIs to legacy hardware. Task: Help me design a system to send notifications from the Twitter/X API to a 1990s pager. The pager can only receive messages via a specific, legacy email address. Process: Interview me. Ask clarifying questions about the constraints and available tools until we have a viable, step-by-step architecture.
Set up a listener on your Twitter/X account using its API. Configure it to trigger an event whenever you receive an interaction, such as a reply or a like. This event will be the starting point for the notification workflow.
Route the API event data from Twitter/X to a Cloudflare Worker. Inside the worker, write the code to process the event payload. Your goal is to extract the key information and format it into a concise text message, short enough to display on a pager screen.
I have a JSON object from a Twitter/X API event. I need to write a Cloudflare Worker in JavaScript to process it. The worker should extract the username of the person who replied and the text of their reply. Combine these into a single string, formatted for a pager. The final message must be under 80 characters. Example input: [paste example JSON payload] Example output: "@username: [first 60 characters of reply text]..."
In your Cloudflare Worker, integrate an email service like Resend. Configure the worker to send the formatted notification message as the body of an email.
Direct the email from Resend to a modern Gmail account. This account serves as an intermediary, because the pager's legacy email service may not accept messages sent from newer custom domains like those used by Resend.
In the intermediary Gmail account, create a forwarding rule. Set the rule to automatically forward any incoming notification email to the pager's unique, legacy email address. This final step delivers the message to your physical pager.
Turn an idea into a PRD, user stories, and a plan.
After the steps
How to recover when the loop fails and where human judgment helps.
Recover
Keep building

Log your workouts effortlessly without ever opening a spreadsheet. This workflow uses the Claude mobile app to parse a simple voice note and automatically update your workout tracking spreadsheet in the background.

Create a custom email management interface within Claude to read, triage, and draft replies without opening the Gmail tab. This workflow helps you reclaim focus and compound your learnings by training your AI on every interaction.

Build a fully automated system in Claude to generate personalized, interactive HTML proposals and client onboarding materials, saving hours on administrative work and creating a high-touch experience.
Join 100,000+ product managers who use ChatPRD to write better docs, align teams faster, and build products users love.