<?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: Akshit</title>
    <description>The latest articles on DEV Community by Akshit (@siakshit).</description>
    <link>https://dev.to/siakshit</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%2F1848505%2F7af630fe-4b84-4c30-b77c-6f8b84db2676.jpg</url>
      <title>DEV Community: Akshit</title>
      <link>https://dev.to/siakshit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/siakshit"/>
    <language>en</language>
    <item>
      <title>Adtube: I Made YouTube 10x Better (You’re Welcome)</title>
      <dc:creator>Akshit</dc:creator>
      <pubDate>Sat, 04 Apr 2026 15:36:09 +0000</pubDate>
      <link>https://dev.to/siakshit/adtube-i-made-youtube-10x-better-youre-welcome-4g5k</link>
      <guid>https://dev.to/siakshit/adtube-i-made-youtube-10x-better-youre-welcome-4g5k</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/aprilfools-2026"&gt;DEV April Fools Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;AdTube (Faketube)&lt;/strong&gt;: a fully functional YouTube-like web app designed to make your experience as frustrating as possible.&lt;/p&gt;

&lt;p&gt;It looks clean. It feels familiar. It works.&lt;/p&gt;

&lt;p&gt;But every interaction is engineered to betray you.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clicking a video triggers unskippable ads&lt;/li&gt;
&lt;li&gt;Premium doesn’t remove ads&lt;/li&gt;
&lt;li&gt;The more you interact, the worse it gets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project intentionally solves zero real-world problems.&lt;/p&gt;

&lt;p&gt;Instead, it explores how far we can push dark patterns, user frustration, and anti-value design… while still keeping the system technically robust and believable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Live Demo: &lt;a href="https://adtube.si4k.online" rel="noopener noreferrer"&gt;https://adtube.si4k.online&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Try to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Watch a full video&lt;/li&gt;
&lt;li&gt;Escape ads&lt;/li&gt;
&lt;li&gt;Buy Premium&lt;/li&gt;
&lt;li&gt;Find all hidden teapots ☕&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good luck.&lt;br&gt;
You’ll need it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;GitHub Repo: &lt;a href="https://github.com/akshitkamboz13/adtube" rel="noopener noreferrer"&gt;https://github.com/akshitkamboz13/adtube&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The codebase includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A global "Chaos Engine" using Zustand&lt;/li&gt;
&lt;li&gt;A custom video player with forced ad interruptions&lt;/li&gt;
&lt;li&gt;A fake streaming system using chunked video playback&lt;/li&gt;
&lt;li&gt;A TTS system for some dynamic ad voiceovers&lt;/li&gt;
&lt;li&gt;Hidden Easter egg tracking system (☕ 0/5)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js (App Router)&lt;/li&gt;
&lt;li&gt;Tailwind CSS for UI&lt;/li&gt;
&lt;li&gt;Framer Motion for animations and chaos effects&lt;/li&gt;
&lt;li&gt;Zustand for global ad state management&lt;/li&gt;
&lt;li&gt;Custom TTS pipeline using Google Translate proxy&lt;/li&gt;
&lt;li&gt;LocalStorage-based persistence for user behavior tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The entire system is designed to simulate a real product while intentionally degrading user experience over time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prize Category
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Best Google AI Usage
&lt;/h4&gt;

&lt;p&gt;While I did not directly integrate a live API, I used Google AI tools during the creative and content generation process.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Video assets were generated using Google Veo 3, helping create surreal, synthetic content that fits the chaotic nature of AdTube.&lt;/li&gt;
&lt;li&gt;I experimented with Google Antigravity concepts to inspire unconventional interaction patterns and anti-UX behaviors in the product.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project explores how AI-generated media and experimental thinking can enhance satire, user manipulation, and absurd product design.&lt;/p&gt;

&lt;h4&gt;
  
  
  Best Ode to Larry Masinter
&lt;/h4&gt;

&lt;p&gt;The system includes multiple hidden HTTP 418 "I'm a teapot" Easter eggs triggered through user interactions such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clicking ads&lt;/li&gt;
&lt;li&gt;Searching for "teapot"&lt;/li&gt;
&lt;li&gt;Attempting premium checkout&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Community Favorite
&lt;/h4&gt;

&lt;p&gt;The project is designed to be shareable, frustrating, and strangely addictive — encouraging users to explore, suffer, and laugh.&lt;/p&gt;

&lt;p&gt;If you managed to survive AdTube…&lt;br&gt;
you probably deserve Premium.&lt;br&gt;
Unfortunately, Premium also shows ads.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>418challenge</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
