<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ayomidotun Ayoku</title>
    <description>The latest articles on DEV Community by Ayomidotun Ayoku (@ayomi_ayo).</description>
    <link>https://dev.to/ayomi_ayo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3648173%2F3997fa39-1882-4c0e-b233-bb02de52d113.jpg</url>
      <title>DEV Community: Ayomidotun Ayoku</title>
      <link>https://dev.to/ayomi_ayo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayomi_ayo"/>
    <language>en</language>
    <item>
      <title>It started with a simple question: "What if I could bring back Teletext?"</title>
      <dc:creator>Ayomidotun Ayoku</dc:creator>
      <pubDate>Fri, 05 Dec 2025 21:33:48 +0000</pubDate>
      <link>https://dev.to/ayomi_ayo/it-started-with-a-simple-question-what-if-i-could-bring-back-teletext-25gm</link>
      <guid>https://dev.to/ayomi_ayo/it-started-with-a-simple-question-what-if-i-could-bring-back-teletext-25gm</guid>
      <description>&lt;p&gt;Remember Teletext? That blocky yellow text on your TV that showed news and weather before the internet existed? I brought it back to life using Kiro, and honestly, it was one of the most enjoyable coding experiences I've had.&lt;/p&gt;

&lt;p&gt;The Idea&lt;/p&gt;

&lt;p&gt;Teletext died in 2012. I wanted to resurrect it - but with a twist. What if you could travel back in time and see what Teletext would have shown on any date in history?&lt;/p&gt;

&lt;p&gt;So I built exactly that. Live news, weather, crypto prices - plus a Time Machine that lets you explore any date from 1940 to yesterday.&lt;/p&gt;

&lt;p&gt;What Made This Fun&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;MCP Servers Changed Everything&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here's where it got interesting. Kiro has these things called MCP servers that extend what it can do. I used two that made a huge difference:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ref MCP&lt;/strong&gt; let me search documentation without leaving my editor. When I needed to figure out GSAP animation syntax or how the Wikipedia API worked, I'd just ask and get the exact docs I needed. No more tab-switching between Stack Overflow and my code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Firecrawl MCP&lt;/strong&gt; helped me scrape and research the original Teletext design. I could pull in reference images and documentation about how the real thing looked, then use that to guide the implementation....&lt;/p&gt;

&lt;p&gt;AND MANY MORE MCP&lt;/p&gt;

&lt;p&gt;Instead of guessing and fixing, I was researching and building. Way more fun.&lt;/p&gt;

&lt;p&gt;Steering Docs Are Like Cheat Codes&lt;/p&gt;

&lt;p&gt;I wrote 7 markdown files that told Kiro exactly how I wanted things done. Colors, animation timings, code patterns - all documented once.&lt;/p&gt;

&lt;p&gt;The best one was my GSAP guide. I wrote down the correct syntax (lowercase &lt;code&gt;power2.out&lt;/code&gt;, not the old &lt;code&gt;Power2.easeOut&lt;/code&gt;) and Kiro never got it wrong. Twenty-plus animations, zero syntax errors.&lt;/p&gt;

&lt;p&gt;The Time Travel Animation&lt;/p&gt;

&lt;p&gt;This was my favorite part. I described what I wanted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Screen blurs&lt;/li&gt;
&lt;li&gt;White flash&lt;/li&gt;
&lt;li&gt;Years count backwards (2025... 1990... 1969...)&lt;/li&gt;
&lt;li&gt;Historical events appear&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Kiro built it. First try. Watching it work felt like actual magic.&lt;/p&gt;

&lt;p&gt;The Numbers&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;772 passing tests&lt;/li&gt;
&lt;li&gt;6 API integrations&lt;/li&gt;
&lt;li&gt;20+ animations&lt;/li&gt;
&lt;li&gt;5 days of building&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I Learned&lt;/p&gt;

&lt;p&gt;AI coding assistants aren't magic boxes. They're collaborators. Give them clear instructions and they'll surprise you. Give them vague prompts and you'll spend hours fixing things.&lt;/p&gt;

&lt;p&gt;The MCP servers were the unexpected hero. Being able to research without context-switching kept me in flow state way longer than usual.&lt;/p&gt;

&lt;p&gt;Try It [ &lt;a href="https://teletext-reborn.vercel.app/" rel="noopener noreferrer"&gt;https://teletext-reborn.vercel.app/&lt;/a&gt; ]&lt;/p&gt;

&lt;p&gt;The app is live. Go travel back to July 20, 1969 and see what happened. Type "BURST" for a surprise.&lt;/p&gt;

&lt;p&gt;Building this reminded me why I got into coding in the first place. Sometimes you just want to make something fun.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>kiro</category>
    </item>
  </channel>
</rss>
