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

Create context-aware guardrails for your enterprise AI agent using a 'Project' governance layer. As a project owner, define rules, scope tools, and require human-in-the-loop approval for sensitive actions, ensuring safe and effective AI use.

Transform a successful AI chat session into a reusable skill that anyone in your company can use. Package prompts, tools, and code into a standardized workflow, making it easy to share and scale automation across your organization.

Use a natural language AI agent to instantly generate and iterate on custom data dashboards. This workflow queries your company's data securely, allowing non-technical users to perform their own 'last mile' data analysis without filing tickets.
Join 100,000+ product managers who use ChatPRD to write better docs, align teams faster, and build products users love.