<?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>Forem: Bhavin Sheth</title>
    <description>The latest articles on Forem by Bhavin Sheth (@bhavin-allinonetools).</description>
    <link>https://forem.com/bhavin-allinonetools</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%2F3702107%2F15285270-4408-4ddd-a7ca-0b5c00273173.png</url>
      <title>Forem: Bhavin Sheth</title>
      <link>https://forem.com/bhavin-allinonetools</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/bhavin-allinonetools"/>
    <language>en</language>
    <item>
      <title>I Kept Sorting Text Manually… Until I Realized I Was Wasting Time</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Fri, 22 May 2026 03:44:44 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-kept-sorting-text-manually-until-i-realized-i-was-wasting-time-4gp0</link>
      <guid>https://forem.com/bhavin-allinonetools/i-kept-sorting-text-manually-until-i-realized-i-was-wasting-time-4gp0</guid>
      <description>&lt;h2&gt;
  
  
  The Problem Felt Too Small to Automate
&lt;/h2&gt;

&lt;p&gt;This happened more often than I expected.&lt;/p&gt;

&lt;p&gt;I’d have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A list of keywords&lt;/li&gt;
&lt;li&gt;Names&lt;/li&gt;
&lt;li&gt;Notes&lt;/li&gt;
&lt;li&gt;Tags&lt;/li&gt;
&lt;li&gt;Random copied text&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And I’d start organizing them manually.&lt;/p&gt;

&lt;p&gt;Move this line.&lt;br&gt;
Move that line.&lt;br&gt;
Check if it’s alphabetical.&lt;/p&gt;

&lt;p&gt;Repeat.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Looked Like a 30-Second Task…
&lt;/h2&gt;

&lt;p&gt;…usually turned into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Scroll&lt;/li&gt;
&lt;li&gt;Reorder&lt;/li&gt;
&lt;li&gt;Double-check&lt;/li&gt;
&lt;li&gt;Fix mistakes&lt;/li&gt;
&lt;li&gt;Repeat again&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the worst part?&lt;/p&gt;

&lt;p&gt;You think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Sorting manually is faster.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Until you do it 20 times.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built something simple:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://allinonetools.net/text-sorter/" rel="noopener noreferrer"&gt;Text Sorter Tool&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Where you can instantly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sort text A → Z&lt;/li&gt;
&lt;li&gt;Sort Z → A&lt;/li&gt;
&lt;li&gt;Sort by length&lt;/li&gt;
&lt;li&gt;Remove duplicates&lt;/li&gt;
&lt;li&gt;Ignore case&lt;/li&gt;
&lt;li&gt;Reverse lines&lt;/li&gt;
&lt;li&gt;Transform case&lt;/li&gt;
&lt;li&gt;Add line numbers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No signup.&lt;br&gt;
No setup.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Paste → Sort → Done&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;p&gt;People don’t use text sorting because they enjoy organizing.&lt;/p&gt;

&lt;p&gt;They use it because:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Messy text slows everything down.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The Most Annoying Use Cases
&lt;/h2&gt;

&lt;p&gt;I kept seeing the same patterns:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cleaning keyword lists&lt;/li&gt;
&lt;li&gt;Organizing copied notes&lt;/li&gt;
&lt;li&gt;Sorting names&lt;/li&gt;
&lt;li&gt;Formatting data&lt;/li&gt;
&lt;li&gt;Preparing content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And every time…&lt;/p&gt;

&lt;p&gt;The manual version felt unnecessary.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Unexpected Insight
&lt;/h2&gt;

&lt;p&gt;Sorting doesn’t save much time once.&lt;/p&gt;

&lt;p&gt;It saves tiny amounts…&lt;/p&gt;

&lt;p&gt;Again and again.&lt;/p&gt;

&lt;p&gt;That’s the part people underestimate.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hidden Problem
&lt;/h2&gt;

&lt;p&gt;Unsorted text creates friction:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Harder scanning&lt;/li&gt;
&lt;li&gt;Duplicate entries&lt;/li&gt;
&lt;li&gt;Missed information&lt;/li&gt;
&lt;li&gt;Extra editing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Small problem.&lt;/p&gt;

&lt;p&gt;Big repetition.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Focused On
&lt;/h2&gt;

&lt;p&gt;I didn’t want another complicated editor.&lt;/p&gt;

&lt;p&gt;So I kept it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Instant&lt;/li&gt;
&lt;li&gt;Flexible&lt;/li&gt;
&lt;li&gt;Minimal&lt;/li&gt;
&lt;li&gt;One-screen simple&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because this isn’t a “document management” problem.&lt;/p&gt;

&lt;p&gt;It’s a:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Please organize this quickly” problem.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After building it:&lt;/p&gt;

&lt;p&gt;Some people used it for SEO.&lt;/p&gt;

&lt;p&gt;Some used it for study notes.&lt;/p&gt;

&lt;p&gt;Some used it for cleaning AI-generated lists.&lt;/p&gt;

&lt;p&gt;But the one that surprised me most?&lt;/p&gt;

&lt;p&gt;👉 People loved &lt;strong&gt;Remove Duplicates + Sort&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Because clean text instantly feels easier to work with.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Insight
&lt;/h2&gt;

&lt;p&gt;Productivity isn’t always about speed.&lt;/p&gt;

&lt;p&gt;Sometimes it’s simply:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Reducing tiny moments of frustration.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If users repeatedly reorganize information…&lt;/p&gt;

&lt;p&gt;👉 That step should probably become automatic.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;You don’t always need a complex workflow.&lt;/p&gt;

&lt;p&gt;Sometimes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Clean, sorted text is enough to make everything feel easier.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Be honest — what’s your most painful text cleanup task?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sorting keywords?&lt;/li&gt;
&lt;li&gt;Removing duplicates?&lt;/li&gt;
&lt;li&gt;Organizing notes? 😅&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Curious what people spend time doing manually 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>buildinpublic</category>
      <category>productivity</category>
      <category>text</category>
    </item>
    <item>
      <title>I Built a Voice Recorder Because Sometimes Typing Feels Too Slow</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Mon, 18 May 2026 04:13:44 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-built-a-voice-recorder-because-sometimes-typing-feels-too-slow-1mdl</link>
      <guid>https://forem.com/bhavin-allinonetools/i-built-a-voice-recorder-because-sometimes-typing-feels-too-slow-1mdl</guid>
      <description>&lt;h2&gt;
  
  
  The Problem Wasn’t Writing
&lt;/h2&gt;

&lt;p&gt;It was the delay.&lt;/p&gt;

&lt;p&gt;Sometimes I’d have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A quick idea&lt;/li&gt;
&lt;li&gt;A reminder&lt;/li&gt;
&lt;li&gt;A random thought&lt;/li&gt;
&lt;li&gt;Something important to save&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And by the time I opened notes and started typing…&lt;/p&gt;

&lt;p&gt;👉 The moment was already gone.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Started Noticing
&lt;/h2&gt;

&lt;p&gt;Typing is great when you’re focused.&lt;/p&gt;

&lt;p&gt;But in real life?&lt;/p&gt;

&lt;p&gt;Sometimes you just want to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Speak quickly&lt;/li&gt;
&lt;li&gt;Save something instantly&lt;/li&gt;
&lt;li&gt;Record without friction&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because thoughts move faster than typing.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built something simple:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://allinonetools.net/voice-recorder/" rel="noopener noreferrer"&gt;Voice Recorder Tool&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A tool where you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Record voice instantly&lt;/li&gt;
&lt;li&gt;Save quick notes&lt;/li&gt;
&lt;li&gt;Capture ideas fast&lt;/li&gt;
&lt;li&gt;Download recordings easily&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No signup.&lt;br&gt;
No setup.&lt;br&gt;
No installing apps.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Open → Record → Save&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;p&gt;People don’t only use voice recording for “professional” reasons.&lt;/p&gt;

&lt;p&gt;They use it for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Quick reminders&lt;/li&gt;
&lt;li&gt;Content ideas&lt;/li&gt;
&lt;li&gt;Study notes&lt;/li&gt;
&lt;li&gt;Practice speaking&lt;/li&gt;
&lt;li&gt;Saving thoughts while multitasking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;👉 Most use cases are surprisingly simple.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Frustration
&lt;/h2&gt;

&lt;p&gt;A lot of voice recorder apps feel:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Heavy&lt;/li&gt;
&lt;li&gt;Full of extra features&lt;/li&gt;
&lt;li&gt;Slow to open&lt;/li&gt;
&lt;li&gt;Overcomplicated for quick recording&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But most people just want:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Let me record this before I forget.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Why Voice Feels Different
&lt;/h2&gt;

&lt;p&gt;Speaking is naturally faster than typing for most people.&lt;/p&gt;

&lt;p&gt;The average speaking speed is around:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;130–160 words per minute&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Which means:&lt;br&gt;
👉 Your brain can often express ideas faster through voice than text.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hidden Problem
&lt;/h2&gt;

&lt;p&gt;Ideas disappear fast.&lt;/p&gt;

&lt;p&gt;Especially:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Random thoughts&lt;/li&gt;
&lt;li&gt;Creative ideas&lt;/li&gt;
&lt;li&gt;Small reminders&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And if capturing them feels difficult…&lt;/p&gt;

&lt;p&gt;👉 Most people simply won’t do it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Focused On
&lt;/h2&gt;

&lt;p&gt;I kept the tool:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast&lt;/li&gt;
&lt;li&gt;Minimal&lt;/li&gt;
&lt;li&gt;Instant&lt;/li&gt;
&lt;li&gt;One-click simple&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because this isn’t a “production studio” problem.&lt;/p&gt;

&lt;p&gt;It’s a:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Capture this thought quickly” problem.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After building it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Some people used it for journaling&lt;/li&gt;
&lt;li&gt;Others for brainstorming&lt;/li&gt;
&lt;li&gt;Some just used it as quick memory storage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;👉 The “idea capture” use case became the most interesting one to me.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Real Insight
&lt;/h2&gt;

&lt;p&gt;Sometimes productivity isn’t about organization.&lt;/p&gt;

&lt;p&gt;It’s about:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Reducing the gap between thought and action.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If capturing something takes too many steps…&lt;/p&gt;

&lt;p&gt;👉 Most people won’t capture it at all.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;You don’t always need complex tools.&lt;/p&gt;

&lt;p&gt;Sometimes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A fast way to save a thought is enough.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Be honest — what do you usually do when you suddenly get an idea?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Type it?&lt;/li&gt;
&lt;li&gt;Record it?&lt;/li&gt;
&lt;li&gt;Trust your memory? 😅&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Curious how others capture random thoughts 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>buildinpublic</category>
      <category>voice</category>
    </item>
    <item>
      <title>I Built a Text-to-Speech Tool Because Sometimes Reading Feels Exhausting</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Fri, 15 May 2026 03:23:21 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-built-a-text-to-speech-tool-because-sometimes-reading-feels-exhausting-217d</link>
      <guid>https://forem.com/bhavin-allinonetools/i-built-a-text-to-speech-tool-because-sometimes-reading-feels-exhausting-217d</guid>
      <description>&lt;h2&gt;
  
  
  The Problem Wasn’t the Content
&lt;/h2&gt;

&lt;p&gt;It was the effort.&lt;/p&gt;

&lt;p&gt;Sometimes I’d open:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A long article&lt;/li&gt;
&lt;li&gt;Notes&lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;A huge block of text&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And my brain would instantly say:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“I don’t want to read all this right now.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not because the content was bad.&lt;/p&gt;

&lt;p&gt;Just because:&lt;br&gt;
👉 Reading takes energy.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Started Doing Instead
&lt;/h2&gt;

&lt;p&gt;I noticed something interesting.&lt;/p&gt;

&lt;p&gt;Whenever possible, I’d rather:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Listen while working&lt;/li&gt;
&lt;li&gt;Listen while walking&lt;/li&gt;
&lt;li&gt;Listen while multitasking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because listening feels lighter.&lt;/p&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;👉 Sometimes it’s easier to absorb information by hearing it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built something simple:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://allinonetools.net/text-to-speech-converter/" rel="noopener noreferrer"&gt;Text to Speech Converter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A tool where you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paste text&lt;/li&gt;
&lt;li&gt;Convert it into speech&lt;/li&gt;
&lt;li&gt;Listen instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No signup.&lt;br&gt;
No setup.&lt;br&gt;
No complicated controls.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Paste → Play → Listen&lt;/p&gt;
&lt;/blockquote&gt;




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

&lt;p&gt;People don’t only use text-to-speech for accessibility.&lt;/p&gt;

&lt;p&gt;They also use it for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multitasking&lt;/li&gt;
&lt;li&gt;Proofreading&lt;/li&gt;
&lt;li&gt;Learning&lt;/li&gt;
&lt;li&gt;Reducing screen fatigue&lt;/li&gt;
&lt;li&gt;Listening on the go&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Surprising Part
&lt;/h2&gt;

&lt;p&gt;When you hear your own text out loud…&lt;/p&gt;

&lt;p&gt;You suddenly notice:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Weird sentences&lt;/li&gt;
&lt;li&gt;Repeated words&lt;/li&gt;
&lt;li&gt;Awkward phrasing&lt;/li&gt;
&lt;li&gt;Grammar mistakes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Things your eyes completely missed.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Audio Feels Different
&lt;/h2&gt;

&lt;p&gt;The average speaking pace is around &lt;strong&gt;130–160 words per minute&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;That slower pace changes how we process information.&lt;/p&gt;

&lt;p&gt;Reading is faster.&lt;/p&gt;

&lt;p&gt;But listening often feels:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More natural&lt;/li&gt;
&lt;li&gt;Less tiring&lt;/li&gt;
&lt;li&gt;Easier to follow for long content&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Problem With Many Existing Tools
&lt;/h2&gt;

&lt;p&gt;A lot of text-to-speech tools feel:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Overcomplicated&lt;/li&gt;
&lt;li&gt;Slow&lt;/li&gt;
&lt;li&gt;Filled with ads&lt;/li&gt;
&lt;li&gt;Locked behind signup walls&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But most people just want:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Read this text to me.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That’s it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Focused On
&lt;/h2&gt;

&lt;p&gt;I kept it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast&lt;/li&gt;
&lt;li&gt;Minimal&lt;/li&gt;
&lt;li&gt;Instant&lt;/li&gt;
&lt;li&gt;Easy to use&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because this is not a “configuration” problem.&lt;/p&gt;

&lt;p&gt;It’s a:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Let me listen quickly” problem.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After building it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Some people used it for proofreading&lt;/li&gt;
&lt;li&gt;Others used it while studying&lt;/li&gt;
&lt;li&gt;Many used it just to reduce eye strain&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;👉 The proofreading use case surprised me most.&lt;/p&gt;

&lt;p&gt;Hearing text exposes mistakes instantly.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Insight
&lt;/h2&gt;

&lt;p&gt;Sometimes the problem isn’t understanding information.&lt;/p&gt;

&lt;p&gt;It’s:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Having enough mental energy to read it.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If something can be consumed more easily…&lt;/p&gt;

&lt;p&gt;👉 People will choose the easier format.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;Not every productivity tool needs to help you “do more.”&lt;/p&gt;

&lt;p&gt;Sometimes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Helping people consume information with less effort is enough.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Be honest — when do you prefer listening over reading?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;While working?&lt;/li&gt;
&lt;li&gt;Walking?&lt;/li&gt;
&lt;li&gt;Studying?&lt;/li&gt;
&lt;li&gt;Almost never? 😅&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Curious how others use text-to-speech 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>buildinpublic</category>
      <category>productivity</category>
      <category>tooling</category>
    </item>
    <item>
      <title>I Built a Random Word Generator… Then Realized How Often People Get Stuck</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Tue, 12 May 2026 04:01:44 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-built-a-random-word-generator-then-realized-how-often-people-get-stuck-4le7</link>
      <guid>https://forem.com/bhavin-allinonetools/i-built-a-random-word-generator-then-realized-how-often-people-get-stuck-4le7</guid>
      <description>&lt;h2&gt;
  
  
  🚨 The Problem Wasn’t “Lack of Ideas”
&lt;/h2&gt;

&lt;p&gt;It was something smaller.&lt;/p&gt;

&lt;p&gt;And honestly… more annoying.&lt;/p&gt;

&lt;p&gt;I’d sit there trying to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Name something&lt;/li&gt;
&lt;li&gt;Start writing&lt;/li&gt;
&lt;li&gt;Think of an example&lt;/li&gt;
&lt;li&gt;Create test content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And suddenly my brain would go completely blank.&lt;/p&gt;

&lt;p&gt;Not because I had no ideas.&lt;/p&gt;

&lt;p&gt;But because:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Starting is weirdly hard.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  😐 The Funny Part?
&lt;/h2&gt;

&lt;p&gt;Sometimes all you need is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One random word&lt;/li&gt;
&lt;li&gt;One unexpected idea&lt;/li&gt;
&lt;li&gt;One small trigger&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And suddenly your brain starts moving again.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built something simple:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://allinonetools.net/random-word-generator/" rel="noopener noreferrer"&gt;Random Word Generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A tool that instantly generates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Random words&lt;/li&gt;
&lt;li&gt;Creative prompts&lt;/li&gt;
&lt;li&gt;Naming inspiration&lt;/li&gt;
&lt;li&gt;Brainstorming triggers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No signup.&lt;br&gt;
No setup.&lt;br&gt;
No overthinking.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Click → Get a word → Keep going&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧠 What I Realized
&lt;/h2&gt;

&lt;p&gt;People don’t always use random words for “fun”&lt;/p&gt;

&lt;p&gt;They use them when they’re:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stuck&lt;/li&gt;
&lt;li&gt;Overthinking&lt;/li&gt;
&lt;li&gt;Brainstorming&lt;/li&gt;
&lt;li&gt;Naming projects&lt;/li&gt;
&lt;li&gt;Practicing writing&lt;/li&gt;
&lt;li&gt;Testing UI/content&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚡ The Real Frustration
&lt;/h2&gt;

&lt;p&gt;Creative blocks rarely look dramatic.&lt;/p&gt;

&lt;p&gt;Usually it’s just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Sitting there… thinking too long about one tiny thing.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And the longer you wait…&lt;/p&gt;

&lt;p&gt;👉 The harder it becomes to start.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔍 Why Random Inputs Actually Help
&lt;/h2&gt;

&lt;p&gt;A random word forces your brain to react.&lt;/p&gt;

&lt;p&gt;Even if the word isn’t perfect…&lt;/p&gt;

&lt;p&gt;It creates movement.&lt;/p&gt;

&lt;p&gt;And honestly:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Movement is usually more important than the “perfect idea”&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  😬 Where Most Tools Feel Wrong
&lt;/h2&gt;

&lt;p&gt;A lot of generators online feel:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cluttered&lt;/li&gt;
&lt;li&gt;Slow&lt;/li&gt;
&lt;li&gt;Filled with ads&lt;/li&gt;
&lt;li&gt;Trying too hard to be “creative”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But this use case is simple.&lt;/p&gt;

&lt;p&gt;You just want:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;One quick spark.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🔥 What I Focused On
&lt;/h2&gt;

&lt;p&gt;I kept it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast&lt;/li&gt;
&lt;li&gt;Minimal&lt;/li&gt;
&lt;li&gt;Instant&lt;/li&gt;
&lt;li&gt;Distraction-free&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because this tool isn’t about features.&lt;/p&gt;

&lt;p&gt;It’s about:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Breaking mental friction.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  📈 What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After launching it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Some people used it for writing prompts&lt;/li&gt;
&lt;li&gt;Others used it for project naming&lt;/li&gt;
&lt;li&gt;Developers used it for dummy content/testing&lt;/li&gt;
&lt;li&gt;Students used it for practice exercises&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;👉 The variety surprised me most.&lt;/p&gt;




&lt;h2&gt;
  
  
  🤯 The Real Insight
&lt;/h2&gt;

&lt;p&gt;Sometimes the hardest part of creativity is not the work itself.&lt;/p&gt;

&lt;p&gt;It’s simply:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Getting started.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧩 Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If users feel stuck…&lt;/p&gt;

&lt;p&gt;👉 Reduce the pressure to be “perfect”&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Final Thought
&lt;/h2&gt;

&lt;p&gt;You don’t always need a big idea.&lt;/p&gt;

&lt;p&gt;Sometimes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;One random word is enough to restart your brain.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Be honest — what do you usually do when your brain goes blank?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Take a break?&lt;/li&gt;
&lt;li&gt;Search inspiration?&lt;/li&gt;
&lt;li&gt;Force yourself to continue? 😅&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Curious how others handle it 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>buildinpublic</category>
      <category>productivity</category>
      <category>writing</category>
    </item>
    <item>
      <title>I Was Cleaning the Same Repeated Words Manually… So I Built This</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Sat, 09 May 2026 04:37:19 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-was-cleaning-the-same-repeated-words-manually-so-i-built-this-1pk6</link>
      <guid>https://forem.com/bhavin-allinonetools/i-was-cleaning-the-same-repeated-words-manually-so-i-built-this-1pk6</guid>
      <description>&lt;h2&gt;
  
  
  The Problem Looked Small at First
&lt;/h2&gt;

&lt;p&gt;I was editing a big chunk of text.&lt;/p&gt;

&lt;p&gt;And suddenly I noticed something annoying:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Same words repeated&lt;/li&gt;
&lt;li&gt;Duplicate keywords everywhere&lt;/li&gt;
&lt;li&gt;Repeated lines inside copied content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At first I thought:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“I’ll just remove them manually.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Big mistake.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Happened Next
&lt;/h2&gt;

&lt;p&gt;The more text I checked…&lt;/p&gt;

&lt;p&gt;The more duplicates I found.&lt;/p&gt;

&lt;p&gt;Same word.&lt;br&gt;
Same keyword.&lt;br&gt;
Same line.&lt;/p&gt;

&lt;p&gt;Again and again.&lt;/p&gt;

&lt;p&gt;And after a while:&lt;/p&gt;

&lt;p&gt;👉 I wasn’t editing content anymore&lt;br&gt;
👉 I was just cleaning repetition&lt;/p&gt;




&lt;h2&gt;
  
  
  The Most Frustrating Part
&lt;/h2&gt;

&lt;p&gt;You never fully trust manual cleanup.&lt;/p&gt;

&lt;p&gt;Because there’s always that feeling:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“I probably missed some duplicates.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;Most of the time, you do.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built something simple:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://allinonetools.net/duplicate-word-remover/" rel="noopener noreferrer"&gt;https://allinonetools.net/duplicate-word-remover/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A tool that can instantly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Remove duplicate words&lt;/li&gt;
&lt;li&gt;Remove duplicate keywords&lt;/li&gt;
&lt;li&gt;Clean repeated lines&lt;/li&gt;
&lt;li&gt;Process text line by line&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No signup.&lt;br&gt;
No setup.&lt;br&gt;
No complicated options.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Paste → Remove Duplicates → Done&lt;/p&gt;
&lt;/blockquote&gt;




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

&lt;p&gt;This problem happens everywhere.&lt;/p&gt;

&lt;p&gt;Not just in writing.&lt;/p&gt;

&lt;p&gt;People deal with duplicate text while:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cleaning keyword lists&lt;/li&gt;
&lt;li&gt;Organizing copied data&lt;/li&gt;
&lt;li&gt;Editing AI-generated text&lt;/li&gt;
&lt;li&gt;Formatting SEO content&lt;/li&gt;
&lt;li&gt;Managing large text blocks&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why Duplicate Cleanup Matters
&lt;/h2&gt;

&lt;p&gt;Repeated text creates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Messy content&lt;/li&gt;
&lt;li&gt;Poor readability&lt;/li&gt;
&lt;li&gt;Harder editing&lt;/li&gt;
&lt;li&gt;Confusing keyword lists&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even small repetitions make text feel unclean.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem With Doing It Manually
&lt;/h2&gt;

&lt;p&gt;Manual cleanup sounds easy…&lt;/p&gt;

&lt;p&gt;Until:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The text gets large&lt;/li&gt;
&lt;li&gt;Keywords repeat hundreds of times&lt;/li&gt;
&lt;li&gt;Lines start looking identical&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then it becomes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Slow, frustrating, and error-prone.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What I Focused On
&lt;/h2&gt;

&lt;p&gt;I wanted the tool to feel instant.&lt;/p&gt;

&lt;p&gt;So I kept it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast&lt;/li&gt;
&lt;li&gt;Minimal&lt;/li&gt;
&lt;li&gt;One-click simple&lt;/li&gt;
&lt;li&gt;Easy for large text blocks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because this isn’t a “complex editing” task.&lt;/p&gt;

&lt;p&gt;It’s a:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Please clean this quickly” problem.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After building it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Many people used it for SEO keyword cleanup&lt;/li&gt;
&lt;li&gt;Others used it for AI-generated content cleanup&lt;/li&gt;
&lt;li&gt;Some used it just to organize messy copied notes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the biggest thing?&lt;/p&gt;

&lt;p&gt;👉 People loved the “line-by-line” cleanup.&lt;/p&gt;

&lt;p&gt;Because it removes duplicates without breaking structure.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Insight
&lt;/h2&gt;

&lt;p&gt;A lot of productivity problems are not difficult.&lt;/p&gt;

&lt;p&gt;They’re just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Repetitive and annoying.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If users repeat the same cleanup task often…&lt;/p&gt;

&lt;p&gt;👉 It should be automated.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;You don’t always need powerful software.&lt;/p&gt;

&lt;p&gt;Sometimes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A tiny tool that removes friction is enough.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Be honest — have you ever copied text and later realized:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Half the keywords were repeated?&lt;/li&gt;
&lt;li&gt;Or the same lines appeared multiple times? &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What do you usually do in that situation? 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tooling</category>
      <category>productivity</category>
      <category>buildinpublic</category>
    </item>
    <item>
      <title>I Didn’t Expect People to Care This Much About “Fancy Text”</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Wed, 06 May 2026 03:59:56 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-didnt-expect-people-to-care-this-much-about-fancy-text-4kgf</link>
      <guid>https://forem.com/bhavin-allinonetools/i-didnt-expect-people-to-care-this-much-about-fancy-text-4kgf</guid>
      <description>&lt;h2&gt;
  
  
  It Started as a Tiny Side Tool
&lt;/h2&gt;

&lt;p&gt;Honestly, I thought this would be a “fun extra” tool.&lt;/p&gt;

&lt;p&gt;Not something people would seriously use.&lt;/p&gt;

&lt;p&gt;Because technically…&lt;/p&gt;

&lt;p&gt;👉 It just changes text styles.&lt;/p&gt;

&lt;p&gt;That’s it.&lt;/p&gt;

&lt;p&gt;Or at least that’s what I thought.&lt;/p&gt;




&lt;h2&gt;
  
  
  Then I Started Seeing Real Usage
&lt;/h2&gt;

&lt;p&gt;People weren’t just using it randomly.&lt;/p&gt;

&lt;p&gt;They were using it for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Social media bios&lt;/li&gt;
&lt;li&gt;Usernames&lt;/li&gt;
&lt;li&gt;Post captions&lt;/li&gt;
&lt;li&gt;Profile names&lt;/li&gt;
&lt;li&gt;Gaming names&lt;/li&gt;
&lt;li&gt;Small branding touches&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And suddenly I realized:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;People care a lot about how their text looks online.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I created:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://allinonetools.net/text-fancy-fonts-generator" rel="noopener noreferrer"&gt;https://allinonetools.net/text-fancy-fonts-generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A simple tool where you type normal text…&lt;/p&gt;

&lt;p&gt;And instantly generate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fancy fonts&lt;/li&gt;
&lt;li&gt;Stylish text&lt;/li&gt;
&lt;li&gt;Decorative Unicode styles&lt;/li&gt;
&lt;li&gt;Copy-ready text for social platforms&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No login.&lt;br&gt;
No setup.&lt;br&gt;
No learning curve.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Type → Copy → Use anywhere&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  The Thing I Didn’t Understand Before
&lt;/h2&gt;

&lt;p&gt;Most people aren’t trying to “design text”&lt;/p&gt;

&lt;p&gt;They’re trying to:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Make their profile or message feel different&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That’s a huge difference.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Became More Useful Than I Expected
&lt;/h2&gt;

&lt;p&gt;Online, everyone uses the same fonts.&lt;/p&gt;

&lt;p&gt;Same formatting.&lt;/p&gt;

&lt;p&gt;Same plain text.&lt;/p&gt;

&lt;p&gt;So even small style changes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Grab attention&lt;/li&gt;
&lt;li&gt;Feel more personal&lt;/li&gt;
&lt;li&gt;Make profiles more memorable&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The Frustration With Existing Tools
&lt;/h2&gt;

&lt;p&gt;A lot of fancy text generators felt:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Spammy&lt;/li&gt;
&lt;li&gt;Overloaded with ads&lt;/li&gt;
&lt;li&gt;Hard to copy from&lt;/li&gt;
&lt;li&gt;Full of confusing options&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But this is usually a quick task.&lt;/p&gt;

&lt;p&gt;People just want:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Give me cool text fast.”&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What I Focused On Instead
&lt;/h2&gt;

&lt;p&gt;I kept it simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Instant preview&lt;/li&gt;
&lt;li&gt;Easy copy&lt;/li&gt;
&lt;li&gt;Clean styles&lt;/li&gt;
&lt;li&gt;Mobile-friendly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The tool should feel faster than the idea itself&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What Surprised Me Most
&lt;/h2&gt;

&lt;p&gt;I expected casual usage.&lt;/p&gt;

&lt;p&gt;But some people use it daily.&lt;/p&gt;

&lt;p&gt;Especially for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Instagram bios&lt;/li&gt;
&lt;li&gt;Gaming profiles&lt;/li&gt;
&lt;li&gt;YouTube names&lt;/li&gt;
&lt;li&gt;Discord usernames&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;👉 That surprised me.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Insight
&lt;/h2&gt;

&lt;p&gt;Sometimes utility isn’t about solving a “big” problem.&lt;/p&gt;

&lt;p&gt;Sometimes it’s about:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Helping people express themselves a little differently.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If users personalize something often…&lt;/p&gt;

&lt;p&gt;👉 They’ll always want easier ways to do it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;Not every useful tool needs to be serious.&lt;/p&gt;

&lt;p&gt;Sometimes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Small creative tools become part of people’s daily internet habits.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Be honest — where do you actually use fancy text most?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Social bios?&lt;/li&gt;
&lt;li&gt;Gaming usernames?&lt;/li&gt;
&lt;li&gt;Posts/comments?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Curious to know 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>buildinpublic</category>
      <category>uxdesign</category>
      <category>socialmedia</category>
    </item>
    <item>
      <title>I Just Wanted My Text to Look “Better”… Not Boring</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Sun, 03 May 2026 18:30:00 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-just-wanted-my-text-to-look-better-not-boring-49ca</link>
      <guid>https://forem.com/bhavin-allinonetools/i-just-wanted-my-text-to-look-better-not-boring-49ca</guid>
      <description>&lt;h2&gt;
  
  
  The Small Problem No One Talks About
&lt;/h2&gt;

&lt;p&gt;Sometimes the text is correct…&lt;/p&gt;

&lt;p&gt;But it still feels wrong.&lt;/p&gt;

&lt;p&gt;You write something like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“hello everyone welcome to my post”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It’s readable.&lt;br&gt;
It’s fine.&lt;/p&gt;

&lt;p&gt;But it doesn’t feel… good.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Used to Do
&lt;/h2&gt;

&lt;p&gt;When I wanted text to stand out, I’d:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add emojis&lt;/li&gt;
&lt;li&gt;Try different styles manually&lt;/li&gt;
&lt;li&gt;Copy from random websites&lt;/li&gt;
&lt;li&gt;Paste weird Unicode text&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Half the time:&lt;/p&gt;

&lt;p&gt;👉 It broke formatting&lt;br&gt;
👉 Or just looked messy&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Frustration
&lt;/h2&gt;

&lt;p&gt;This wasn’t about “writing better”&lt;/p&gt;

&lt;p&gt;It was about:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Making text visually better… quickly&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Social posts&lt;/li&gt;
&lt;li&gt;Headings&lt;/li&gt;
&lt;li&gt;Names&lt;/li&gt;
&lt;li&gt;UI labels&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;👉 It shouldn’t be this hard&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built something simple:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://allinonetools.net/text-decorator/" rel="noopener noreferrer"&gt;https://allinonetools.net/text-decorator/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Where you can instantly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Decorate text&lt;/li&gt;
&lt;li&gt;Add styles&lt;/li&gt;
&lt;li&gt;Make it stand out&lt;/li&gt;
&lt;li&gt;Copy and use anywhere&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No signup.&lt;br&gt;
No steps.&lt;br&gt;
No confusion.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Type → Decorate → Copy&lt;/p&gt;
&lt;/blockquote&gt;




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

&lt;p&gt;People don’t always want “plain text”&lt;/p&gt;

&lt;p&gt;They want:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Attention&lt;/li&gt;
&lt;li&gt;Style&lt;/li&gt;
&lt;li&gt;Expression&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Especially for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Social media&lt;/li&gt;
&lt;li&gt;Branding&lt;/li&gt;
&lt;li&gt;Quick highlights&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why This Actually Matters
&lt;/h2&gt;

&lt;p&gt;Text isn’t just about meaning.&lt;/p&gt;

&lt;p&gt;It’s also about:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;How it feels when you read it&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Even small styling changes can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Grab attention&lt;/li&gt;
&lt;li&gt;Improve readability&lt;/li&gt;
&lt;li&gt;Make content stand out&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Where Most Tools Go Wrong
&lt;/h2&gt;

&lt;p&gt;Most text styling tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Overcomplicate things&lt;/li&gt;
&lt;li&gt;Add too many options&lt;/li&gt;
&lt;li&gt;Feel cluttered&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But this is a quick-use problem.&lt;/p&gt;

&lt;p&gt;So I kept it simple.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Focused On
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Instant preview&lt;/li&gt;
&lt;li&gt;Clean styles&lt;/li&gt;
&lt;li&gt;One-click copy&lt;/li&gt;
&lt;li&gt;No learning curve&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You shouldn’t need effort to make text look better&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After launching it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;People used it for social posts a lot&lt;/li&gt;
&lt;li&gt;Some used it for usernames and names&lt;/li&gt;
&lt;li&gt;Others used it just for fun&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the biggest thing?&lt;/p&gt;

&lt;p&gt;👉 People loved “quick transformation”&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Insight
&lt;/h2&gt;

&lt;p&gt;People don’t always want more features.&lt;/p&gt;

&lt;p&gt;They want:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Small tools that add personality&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If something feels repetitive or boring…&lt;/p&gt;

&lt;p&gt;👉 Add a simple way to enhance it&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;You don’t always need to change what you say.&lt;/p&gt;

&lt;p&gt;Sometimes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Just changing how it looks… makes all the difference.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Be honest — have you ever used styled text for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Social media?&lt;/li&gt;
&lt;li&gt;Username?&lt;/li&gt;
&lt;li&gt;Headings?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Or do you prefer plain text? 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>buildinpublic</category>
      <category>tooling</category>
    </item>
    <item>
      <title>I Thought I Was “Fast”… Until I Actually Tested My Speed</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Fri, 01 May 2026 05:16:53 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-thought-i-was-fast-until-i-actually-tested-my-speed-499p</link>
      <guid>https://forem.com/bhavin-allinonetools/i-thought-i-was-fast-until-i-actually-tested-my-speed-499p</guid>
      <description>&lt;h2&gt;
  
  
  The Assumption I Never Questioned
&lt;/h2&gt;

&lt;p&gt;I always thought:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Yeah, I type pretty fast.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I read a lot.&lt;br&gt;
I write daily.&lt;br&gt;
I speak clearly.&lt;/p&gt;

&lt;p&gt;So obviously…&lt;/p&gt;

&lt;p&gt;👉 I must be fast, right?&lt;/p&gt;




&lt;h2&gt;
  
  
  Then I Actually Tested It
&lt;/h2&gt;

&lt;p&gt;Out of curiosity, I tried a speed test.&lt;/p&gt;

&lt;p&gt;And the result?&lt;/p&gt;

&lt;p&gt;👉 Not as fast as I thought.&lt;/p&gt;

&lt;p&gt;Not terrible… but definitely not “fast”.&lt;/p&gt;




&lt;h2&gt;
  
  
  That’s When It Hit Me
&lt;/h2&gt;

&lt;p&gt;We assume things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“I’m a fast typer”&lt;/li&gt;
&lt;li&gt;“I read quickly”&lt;/li&gt;
&lt;li&gt;“I speak clearly”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But we never measure them.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built a simple tool:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://allinonetools.net/text-speed-tester/" rel="noopener noreferrer"&gt;https://allinonetools.net/text-speed-tester/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Where you can test:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;⌨️ Typing speed&lt;/li&gt;
&lt;li&gt;📖 Reading speed&lt;/li&gt;
&lt;li&gt;🎤 Speaking speed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All in one place.&lt;/p&gt;

&lt;p&gt;No login.&lt;br&gt;
No setup.&lt;br&gt;
Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Start → Test → Know your speed&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What I Learned (This Was Surprising)
&lt;/h2&gt;

&lt;p&gt;When I started digging into it…&lt;/p&gt;

&lt;p&gt;The averages were eye-opening:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Typing speed: ~40 WPM for most people ([Count Character][1])&lt;/li&gt;
&lt;li&gt;Reading speed: ~200–250 WPM on average ([Count Character][1])&lt;/li&gt;
&lt;li&gt;Speaking speed: ~130–160 WPM in normal conversation ([Count Character][1])&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 That means:&lt;/p&gt;

&lt;p&gt;You probably read &lt;strong&gt;5–6x faster than you type&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And speak &lt;strong&gt;3x faster than you type&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Insight
&lt;/h2&gt;

&lt;p&gt;Your biggest bottleneck is usually:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Typing speed&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not thinking.&lt;br&gt;
Not understanding.&lt;/p&gt;

&lt;p&gt;Just input.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Matters More Than You Think
&lt;/h2&gt;

&lt;p&gt;If you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write content&lt;/li&gt;
&lt;li&gt;Code&lt;/li&gt;
&lt;li&gt;Chat&lt;/li&gt;
&lt;li&gt;Work with text daily&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then even small improvements in speed:&lt;/p&gt;

&lt;p&gt;👉 Save hours over time&lt;/p&gt;




&lt;h2&gt;
  
  
  The Hidden Problem
&lt;/h2&gt;

&lt;p&gt;Most people:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Never test their speed&lt;/li&gt;
&lt;li&gt;Never track improvement&lt;/li&gt;
&lt;li&gt;Just assume they’re “fine”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But “fine” = wasted potential.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Focused On
&lt;/h2&gt;

&lt;p&gt;I didn’t want another “complex test tool”&lt;/p&gt;

&lt;p&gt;So I made it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Simple&lt;/li&gt;
&lt;li&gt;Instant&lt;/li&gt;
&lt;li&gt;No distractions&lt;/li&gt;
&lt;li&gt;Real feedback&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You shouldn’t need effort just to measure effort&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After launching it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;People tested typing more than anything&lt;/li&gt;
&lt;li&gt;Many were shocked by their actual speed&lt;/li&gt;
&lt;li&gt;Some came back just to improve their score&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 It became less of a tool…&lt;/p&gt;

&lt;p&gt;And more of a &lt;strong&gt;self-check&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If you can’t measure it…&lt;/p&gt;

&lt;p&gt;👉 You can’t improve it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thought
&lt;/h2&gt;

&lt;p&gt;You don’t get faster by guessing.&lt;/p&gt;

&lt;p&gt;You get faster by:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Knowing where you stand.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Be honest — have you ever tested your typing speed?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Yes (what’s your WPM?)&lt;/li&gt;
&lt;li&gt;Never tried&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>buildinpublic</category>
      <category>tooling</category>
    </item>
    <item>
      <title>I Was Editing the Same Word Again and Again… So I Built This</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Tue, 28 Apr 2026 04:44:24 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-was-editing-the-same-word-again-and-again-so-i-built-this-1140</link>
      <guid>https://forem.com/bhavin-allinonetools/i-was-editing-the-same-word-again-and-again-so-i-built-this-1140</guid>
      <description>&lt;h2&gt;
  
  
  🚨 The Problem That Didn’t Look Big (But Was)
&lt;/h2&gt;

&lt;p&gt;I was working on a piece of content.&lt;/p&gt;

&lt;p&gt;And I noticed something small:&lt;/p&gt;

&lt;p&gt;I used the wrong word.&lt;/p&gt;

&lt;p&gt;So I fixed it.&lt;/p&gt;

&lt;p&gt;Then I saw it again…&lt;br&gt;
And again…&lt;br&gt;
And again…&lt;/p&gt;

&lt;p&gt;Same mistake. Everywhere.&lt;/p&gt;




&lt;h2&gt;
  
  
  😐 What I Ended Up Doing
&lt;/h2&gt;

&lt;p&gt;You already know this pain:&lt;/p&gt;

&lt;p&gt;👉 Scroll → Find → Edit&lt;br&gt;
👉 Scroll → Find → Edit&lt;br&gt;
👉 Scroll → Find → Edit&lt;/p&gt;

&lt;p&gt;Over and over.&lt;/p&gt;

&lt;p&gt;At some point, I wasn’t writing anymore…&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I was just fixing the same thing repeatedly.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  ⚡ The Breaking Point
&lt;/h2&gt;

&lt;p&gt;The worst part?&lt;/p&gt;

&lt;p&gt;You never feel confident you fixed everything.&lt;/p&gt;

&lt;p&gt;You always think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Did I miss one?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;👉 Most of the time, you &lt;em&gt;do&lt;/em&gt; miss one.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built something simple:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://allinonetools.net/find-and-replace-text/" rel="noopener noreferrer"&gt;https://allinonetools.net/find-and-replace-text/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Where you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Find any word or phrase&lt;/li&gt;
&lt;li&gt;Replace it instantly&lt;/li&gt;
&lt;li&gt;Fix everything in one go&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No login.&lt;br&gt;
No setup.&lt;br&gt;
No complexity.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Paste → Replace → Done&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧠 What I Realized
&lt;/h2&gt;

&lt;p&gt;This isn’t just about text editing.&lt;/p&gt;

&lt;p&gt;It’s about:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Repetitive mistakes that waste time&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And the truth is…&lt;/p&gt;

&lt;p&gt;👉 These small things slow you down more than big problems.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔍 Why “Find &amp;amp; Replace” Is So Powerful
&lt;/h2&gt;

&lt;p&gt;Tools like Excel have had this for years for a reason.&lt;/p&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can locate specific text instantly&lt;/li&gt;
&lt;li&gt;Replace it across large content in seconds&lt;/li&gt;
&lt;li&gt;Avoid manual errors&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 It turns hours of work into seconds ([LiveFlow][1])&lt;/p&gt;




&lt;h2&gt;
  
  
  😬 Where Most Tools Still Fail
&lt;/h2&gt;

&lt;p&gt;Even though this feature exists…&lt;/p&gt;

&lt;p&gt;Most solutions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Feel heavy&lt;/li&gt;
&lt;li&gt;Require multiple steps&lt;/li&gt;
&lt;li&gt;Are built for complex use cases&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But this problem is simple.&lt;/p&gt;

&lt;p&gt;So I kept it simple.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔥 What I Focused On
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Instant replace (no delay)&lt;/li&gt;
&lt;li&gt;Clean interface&lt;/li&gt;
&lt;li&gt;No extra options&lt;/li&gt;
&lt;li&gt;Zero learning curve&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This is a “fix it fast” problem — not a “configure it” problem&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  📈 What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After building it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;People used it more than expected&lt;/li&gt;
&lt;li&gt;Not just for writing — but coding, SEO, UI text&lt;/li&gt;
&lt;li&gt;Many used it to clean messy copied content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the biggest thing?&lt;/p&gt;

&lt;p&gt;👉 People loved &lt;strong&gt;“Replace All”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Because it removes uncertainty.&lt;/p&gt;




&lt;h2&gt;
  
  
  🤯 The Real Insight
&lt;/h2&gt;

&lt;p&gt;People don’t want control.&lt;/p&gt;

&lt;p&gt;They want:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Confidence that it’s fixed everywhere&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧩 Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If a task repeats more than twice…&lt;/p&gt;

&lt;p&gt;👉 It should be automated.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Final Thought
&lt;/h2&gt;

&lt;p&gt;You don’t lose time on big problems.&lt;/p&gt;

&lt;p&gt;You lose it on:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Small things… repeated many times.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Fix those — and everything feels faster.&lt;/p&gt;




&lt;p&gt;Be honest — have you ever:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Missed one word while editing?&lt;/li&gt;
&lt;li&gt;Or fixed the same thing multiple times manually?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What do you usually do in that situation? 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>buildinpublic</category>
      <category>productivity</category>
      <category>uxdesign</category>
    </item>
    <item>
      <title>I Was Copy-Pasting Text Just to Fix Capitalization… So I Built This</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Thu, 23 Apr 2026 03:52:27 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-was-copy-pasting-text-just-to-fix-capitalization-so-i-built-this-4j03</link>
      <guid>https://forem.com/bhavin-allinonetools/i-was-copy-pasting-text-just-to-fix-capitalization-so-i-built-this-4j03</guid>
      <description>&lt;h2&gt;
  
  
  🚨 The Small Problem That Kept Wasting My Time
&lt;/h2&gt;

&lt;p&gt;This happened more times than I’d like to admit.&lt;/p&gt;

&lt;p&gt;I’d write something…&lt;br&gt;
Or copy text from somewhere…&lt;/p&gt;

&lt;p&gt;And it looked like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ALL CAPS&lt;/li&gt;
&lt;li&gt;all lowercase&lt;/li&gt;
&lt;li&gt;wEiRd MiXeD cAsE&lt;/li&gt;
&lt;li&gt;No proper sentence formatting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And then I’d do the same thing every time:&lt;/p&gt;

&lt;p&gt;👉 Copy → Paste → Manually fix it&lt;/p&gt;

&lt;p&gt;Again. And again.&lt;/p&gt;




&lt;h2&gt;
  
  
  😐 The Real Frustration
&lt;/h2&gt;

&lt;p&gt;It sounds like a small issue.&lt;/p&gt;

&lt;p&gt;But when you deal with text daily — writing, coding, posting…&lt;/p&gt;

&lt;p&gt;👉 It adds up fast.&lt;/p&gt;

&lt;p&gt;Especially when:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You accidentally type with CAPS LOCK ON&lt;/li&gt;
&lt;li&gt;You need proper titles for blogs&lt;/li&gt;
&lt;li&gt;You format content for UI or SEO&lt;/li&gt;
&lt;li&gt;You clean messy copied text&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At that point, it’s not “just formatting” anymore…&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;It’s friction.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  💡 Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built a simple tool:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://allinonetools.net/text-case-converter/" rel="noopener noreferrer"&gt;https://allinonetools.net/text-case-converter/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Where you can instantly convert text into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;UPPERCASE&lt;/li&gt;
&lt;li&gt;lowercase&lt;/li&gt;
&lt;li&gt;Title Case&lt;/li&gt;
&lt;li&gt;Sentence case&lt;/li&gt;
&lt;li&gt;And more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No login.&lt;br&gt;
No steps.&lt;br&gt;
No confusion.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Paste → Click → Done&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧠 What I Realized While Building It
&lt;/h2&gt;

&lt;p&gt;Most people don’t think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Which case format should I use?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;They think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Why is this text looking wrong?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And they just want to fix it fast.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚡ What a Text Case Converter Actually Does
&lt;/h2&gt;

&lt;p&gt;At its core, a text case converter simply transforms text into different capitalization styles — like uppercase, lowercase, or title case — instantly with one click ([Groot Solutions][1])&lt;/p&gt;

&lt;p&gt;That’s it.&lt;/p&gt;

&lt;p&gt;But the impact?&lt;/p&gt;

&lt;p&gt;👉 Saves time&lt;br&gt;
👉 Reduces mistakes&lt;br&gt;
👉 Keeps content clean&lt;/p&gt;




&lt;h2&gt;
  
  
  🔍 Where Existing Solutions Fall Short
&lt;/h2&gt;

&lt;p&gt;I noticed most tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add too many options&lt;/li&gt;
&lt;li&gt;Feel heavy for a simple task&lt;/li&gt;
&lt;li&gt;Or require multiple steps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But this problem is not complex.&lt;/p&gt;

&lt;p&gt;So why make it complicated?&lt;/p&gt;




&lt;h2&gt;
  
  
  🔥 What I Focused On Instead
&lt;/h2&gt;

&lt;p&gt;I kept it extremely simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Instant conversion&lt;/li&gt;
&lt;li&gt;Clean UI&lt;/li&gt;
&lt;li&gt;No extra thinking&lt;/li&gt;
&lt;li&gt;Works in seconds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This is a 2-second problem — not a 2-minute task&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  📈 What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After launching it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;People used it more than expected&lt;/li&gt;
&lt;li&gt;Not just for writing — but coding, SEO, UI text&lt;/li&gt;
&lt;li&gt;Many used it daily for small fixes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And the biggest surprise?&lt;/p&gt;

&lt;p&gt;👉 People didn’t want features&lt;/p&gt;

&lt;p&gt;They wanted speed.&lt;/p&gt;




&lt;h2&gt;
  
  
  🤯 The Real Insight
&lt;/h2&gt;

&lt;p&gt;This isn’t about text formatting.&lt;/p&gt;

&lt;p&gt;It’s about:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Removing tiny frictions that repeat every day&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧩 Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If a task feels repetitive…&lt;/p&gt;

&lt;p&gt;👉 It should be automated.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Final Thought
&lt;/h2&gt;

&lt;p&gt;You don’t always need to solve big problems.&lt;/p&gt;

&lt;p&gt;Sometimes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Fixing small, annoying things creates the most value.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>webdev</category>
      <category>buildinpublic</category>
      <category>productivity</category>
      <category>uxdesign</category>
    </item>
    <item>
      <title>I Built an Image Converter Because I Was Tired of “Unsupported Format” Errors</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Sun, 19 Apr 2026 12:05:43 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/i-built-an-image-converter-because-i-was-tired-of-unsupported-format-errors-2aio</link>
      <guid>https://forem.com/bhavin-allinonetools/i-built-an-image-converter-because-i-was-tired-of-unsupported-format-errors-2aio</guid>
      <description>&lt;h2&gt;
  
  
  🚨 The Problem That Kept Annoying Me
&lt;/h2&gt;

&lt;p&gt;It started with something small.&lt;/p&gt;

&lt;p&gt;I downloaded an image.&lt;br&gt;
Tried to upload it somewhere.&lt;/p&gt;

&lt;p&gt;And boom:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“File format not supported.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So I tried again.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JPG didn’t work&lt;/li&gt;
&lt;li&gt;PNG was too large&lt;/li&gt;
&lt;li&gt;WebP wasn’t accepted&lt;/li&gt;
&lt;li&gt;GIF broke quality&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At some point, I wasn’t solving my problem anymore…&lt;/p&gt;

&lt;p&gt;👉 I was just fighting formats.&lt;/p&gt;




&lt;h2&gt;
  
  
  😐 The Real Frustration
&lt;/h2&gt;

&lt;p&gt;The worst part?&lt;/p&gt;

&lt;p&gt;I already had the image.&lt;/p&gt;

&lt;p&gt;I didn’t want editing.&lt;br&gt;
I didn’t want compression settings.&lt;br&gt;
I didn’t want tools with 10 options.&lt;/p&gt;

&lt;p&gt;I just wanted:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Make this file work.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That’s it.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 Why I Built This Tool
&lt;/h2&gt;

&lt;p&gt;So I built a simple tool:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://allinonetools.net/image-converter/" rel="noopener noreferrer"&gt;Image Converter Tool&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Where you can convert images into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;WebP&lt;/li&gt;
&lt;li&gt;JPG / JPEG&lt;/li&gt;
&lt;li&gt;PNG&lt;/li&gt;
&lt;li&gt;GIF&lt;/li&gt;
&lt;li&gt;BMP&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No signup.&lt;br&gt;
No settings.&lt;br&gt;
No confusion.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Upload → Convert → Download&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧠 What I Realized While Building It
&lt;/h2&gt;

&lt;p&gt;Users don’t think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Which format is technically better?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;They think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Which format will work right now?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That’s a big difference.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚡ The Hidden Problem Most People Don’t Notice
&lt;/h2&gt;

&lt;p&gt;Formats are confusing because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JPG → good for photos&lt;/li&gt;
&lt;li&gt;PNG → good for transparency&lt;/li&gt;
&lt;li&gt;GIF → used for animation&lt;/li&gt;
&lt;li&gt;BMP → outdated but still required sometimes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And then there’s…&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;WebP&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🔥 Why WebP Is Actually the Best Format (Most of the Time)
&lt;/h2&gt;

&lt;p&gt;When I started digging deeper, this surprised me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;WebP images are &lt;strong&gt;~25–34% smaller than JPG&lt;/strong&gt; at similar quality &lt;/li&gt;
&lt;li&gt;Around &lt;strong&gt;25–30% smaller than PNG&lt;/strong&gt; &lt;/li&gt;
&lt;li&gt;Supports &lt;strong&gt;transparency + animation&lt;/strong&gt; (like PNG + GIF combined) &lt;/li&gt;
&lt;li&gt;Keeps &lt;strong&gt;high quality with less size&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 In simple words:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Same image. Less size. Faster load.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That’s why most modern websites use it.&lt;/p&gt;




&lt;h2&gt;
  
  
  🤯 The Real Insight
&lt;/h2&gt;

&lt;p&gt;Most users don’t care about formats.&lt;/p&gt;

&lt;p&gt;They care about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Will it upload?&lt;/li&gt;
&lt;li&gt;Will it load fast?&lt;/li&gt;
&lt;li&gt;Will it work everywhere?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s it.&lt;/p&gt;




&lt;h2&gt;
  
  
  📈 What Surprised Me
&lt;/h2&gt;

&lt;p&gt;After launching the tool:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;People weren’t converting for “quality”&lt;/li&gt;
&lt;li&gt;They were converting for &lt;strong&gt;compatibility&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Many users didn’t even know what WebP is&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They just wanted:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Make it work everywhere”&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🧩 What I Learned
&lt;/h2&gt;

&lt;p&gt;I thought I was building an “image converter”&lt;/p&gt;

&lt;p&gt;But actually…&lt;/p&gt;

&lt;p&gt;👉 I was solving a &lt;strong&gt;friction problem&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If a user has to think:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JPG vs PNG?&lt;/li&gt;
&lt;li&gt;Quality vs size?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 I’ve already made it harder than it should be.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Final Thought
&lt;/h2&gt;

&lt;p&gt;People don’t want tools.&lt;/p&gt;

&lt;p&gt;They want results.&lt;/p&gt;

&lt;p&gt;Fast. Simple. Done.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>buildinpublic</category>
      <category>ux</category>
      <category>startup</category>
    </item>
    <item>
      <title>Most Users Leave Before Your Tool Even Loads (Here’s What I Fixed)</title>
      <dc:creator>Bhavin Sheth</dc:creator>
      <pubDate>Sun, 12 Apr 2026 07:10:52 +0000</pubDate>
      <link>https://forem.com/bhavin-allinonetools/most-users-leave-before-your-tool-even-loads-heres-what-i-fixed-4nbb</link>
      <guid>https://forem.com/bhavin-allinonetools/most-users-leave-before-your-tool-even-loads-heres-what-i-fixed-4nbb</guid>
      <description>&lt;h2&gt;
  
  
  🚨 The Problem I Ignored for Too Long
&lt;/h2&gt;

&lt;p&gt;I spent weeks improving my tools.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better UI&lt;/li&gt;
&lt;li&gt;Better features&lt;/li&gt;
&lt;li&gt;Better structure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything looked good.&lt;/p&gt;

&lt;p&gt;But one thing I didn’t pay attention to:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How fast the tool loads&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And that mistake cost me users.&lt;/p&gt;

&lt;h2&gt;
  
  
  😐 What I Started Noticing
&lt;/h2&gt;

&lt;p&gt;Even after improving everything…&lt;/p&gt;

&lt;p&gt;Some users still:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Opened the page&lt;/li&gt;
&lt;li&gt;Waited a second&lt;/li&gt;
&lt;li&gt;Left&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No interaction. No usage.&lt;/p&gt;

&lt;p&gt;Just gone.&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚡ The Hard Truth
&lt;/h2&gt;

&lt;p&gt;Users don’t wait.&lt;/p&gt;

&lt;p&gt;Not even for a second.&lt;/p&gt;

&lt;h2&gt;
  
  
  🧠 What I Realized
&lt;/h2&gt;

&lt;p&gt;A user doesn’t think:&lt;/p&gt;

&lt;p&gt;“Let me wait, this tool might be good”&lt;/p&gt;

&lt;p&gt;They think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“It’s slow → I’ll try another one”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And that decision happens instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔍 Where I Was Going Wrong
&lt;/h2&gt;

&lt;p&gt;Some of my pages had:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Heavy scripts&lt;/li&gt;
&lt;li&gt;Unnecessary libraries&lt;/li&gt;
&lt;li&gt;Delayed rendering&lt;/li&gt;
&lt;li&gt;Too many assets loading at once&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even if it was just &lt;strong&gt;1–2 seconds…&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉 It felt slow.&lt;/p&gt;

&lt;p&gt;And “feels slow” = user leaves.&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 What I Changed
&lt;/h2&gt;

&lt;p&gt;I didn’t redesign.&lt;/p&gt;

&lt;p&gt;I didn’t add features.&lt;/p&gt;

&lt;p&gt;I just focused on speed.&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 1: Removed unnecessary scripts
&lt;/h3&gt;

&lt;p&gt;If it wasn’t critical → gone&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2: Optimized loading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Faster initial render&lt;/li&gt;
&lt;li&gt;Tools visible instantly&lt;/li&gt;
&lt;li&gt;Reduced blocking resources&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Step 3: Prioritized “instant feel”
&lt;/h3&gt;

&lt;p&gt;Even before everything loads…&lt;/p&gt;

&lt;p&gt;👉 The user can start using the tool&lt;/p&gt;

&lt;h2&gt;
  
  
  📈 What Happened After
&lt;/h2&gt;

&lt;p&gt;No new features.&lt;/p&gt;

&lt;p&gt;But still:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More users stayed&lt;/li&gt;
&lt;li&gt;More tools got used&lt;/li&gt;
&lt;li&gt;Bounce rate dropped&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🤯 The Biggest Insight
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Speed is not a feature.&lt;br&gt;
It’s the first impression.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  🧩 Simple Rule I Follow Now
&lt;/h2&gt;

&lt;p&gt;If a user has to wait…&lt;/p&gt;

&lt;p&gt;👉 I’ve already lost them.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ What I’d Tell Builders
&lt;/h2&gt;

&lt;p&gt;If you’re building tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Make it load instantly (or feel like it does)&lt;/li&gt;
&lt;li&gt;Remove anything unnecessary&lt;/li&gt;
&lt;li&gt;Optimize before adding features&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;p&gt;Fast beats perfect.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 Final Thought
&lt;/h2&gt;

&lt;p&gt;You’re not competing with better tools.&lt;/p&gt;

&lt;p&gt;You’re competing with:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;the user’s patience&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And that window is extremely small.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>buildinpublic</category>
      <category>ux</category>
    </item>
  </channel>
</rss>
