<?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: Aman kumar Dubey</title>
    <description>The latest articles on DEV Community by Aman kumar Dubey (@aman_kumardubey_1b57f481).</description>
    <link>https://dev.to/aman_kumardubey_1b57f481</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4094149%2F14b955cf-71c2-481c-9303-b9718b5addf4.jpg</url>
      <title>DEV Community: Aman kumar Dubey</title>
      <link>https://dev.to/aman_kumardubey_1b57f481</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aman_kumardubey_1b57f481"/>
    <language>en</language>
    <item>
      <title>How I built Vibes ULTRA — an anonymous thought wall with Convex + React</title>
      <dc:creator>Aman kumar Dubey</dc:creator>
      <pubDate>Tue, 25 Aug 2026 12:28:17 +0000</pubDate>
      <link>https://dev.to/aman_kumardubey_1b57f481/how-i-built-vibes-ultra-an-anonymous-thought-wall-with-convex-react-p7a</link>
      <guid>https://dev.to/aman_kumardubey_1b57f481/how-i-built-vibes-ultra-an-anonymous-thought-wall-with-convex-react-p7a</guid>
      <description>&lt;p&gt;Hey dev community! 👋&lt;/p&gt;

&lt;p&gt;I just launched my side project — &lt;strong&gt;Vibes ULTRA&lt;/strong&gt; — an anonymous thought wall where thoughts vanish in 24 hours.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;Social media today is permanent and performative. Every post is linked to you forever. I wanted a place where you can just &lt;strong&gt;drop what you're feeling&lt;/strong&gt; and watch it glow, pulse, and fade away.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;8 emotion types&lt;/strong&gt; — Happy, Sad, Angry, Love, Thoughtful, Peaceful, Anxious, Surprised&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;8 reaction types&lt;/strong&gt; — ⚡🔥💜🌊🧠💀🫂✨&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;24-hour countdown&lt;/strong&gt; — thoughts auto-expire&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Trending vibes&lt;/strong&gt; — most reacted thoughts rise to the top&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Confessions mode&lt;/strong&gt; — anonymous confessions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anonymous chat&lt;/strong&gt; — talk to random strangers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;6 ambient sounds&lt;/strong&gt; — Rain, Ocean, Forest, Café, Lo-Fi, Wind&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI mood analysis&lt;/strong&gt; — collective vibe check&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Global wall map&lt;/strong&gt; — 15+ cities pulsing live&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personal stats&lt;/strong&gt; — thoughts dropped, reactions given, streaks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;16 achievements&lt;/strong&gt; — unlock badges for activity&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Daily polls&lt;/strong&gt; — ask the wall anything&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Thought templates&lt;/strong&gt; — 12 starter prompts&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Tech&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Backend&lt;/td&gt;
&lt;td&gt;Convex&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Frontend&lt;/td&gt;
&lt;td&gt;React + TypeScript&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Animations&lt;/td&gt;
&lt;td&gt;Framer Motion&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Styling&lt;/td&gt;
&lt;td&gt;Tailwind CSS + shadcn/ui&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Build&lt;/td&gt;
&lt;td&gt;Vite&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Why Convex?
&lt;/h2&gt;

&lt;p&gt;Convex made the backend incredibly fast. Real-time queries, reactive mutations, and zero server management. For an anonymous app with live reactions and trending, it was perfect.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Learnings
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Ship fast&lt;/strong&gt; — I spent 3 months building, but could have launched in 1 month&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anonymous = freedom&lt;/strong&gt; — people share real thoughts when there's no account&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reactions drive engagement&lt;/strong&gt; — 8 reaction types kept users active&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;24h expiry creates urgency&lt;/strong&gt; — FOMO makes people come back daily&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ambient sounds = immersion&lt;/strong&gt; — users spend 3x more time with sound on&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Results
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Launched on Product Hunt today&lt;/li&gt;
&lt;li&gt;Built solo from Varanasi, India&lt;/li&gt;
&lt;li&gt;50+ features, all free&lt;/li&gt;
&lt;li&gt;No tracking, no accounts needed&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;🔗 &lt;a href="https://vibes-app-wall.vercel.app" rel="noopener noreferrer"&gt;https://vibes-app-wall.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Multi-language support&lt;/li&gt;
&lt;li&gt;AI-powered thought suggestions&lt;/li&gt;
&lt;li&gt;Voice thoughts (audio drops)&lt;/li&gt;
&lt;li&gt;More ambient sounds&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Would love your feedback — what thought would you drop first? 💭&lt;/p&gt;

&lt;h1&gt;
  
  
  react #convex #webdev #sideproject #javascript
&lt;/h1&gt;

</description>
      <category>javascript</category>
      <category>react</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
