<?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: UsamaKashif</title>
    <description>The latest articles on DEV Community by UsamaKashif (@usamakashif).</description>
    <link>https://dev.to/usamakashif</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%2F525088%2Ff2f6aec8-8fd2-43cc-ac6f-22c1943cf2ef.jpg</url>
      <title>DEV Community: UsamaKashif</title>
      <link>https://dev.to/usamakashif</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/usamakashif"/>
    <language>en</language>
    <item>
      <title>I Shut Down My Startup After 100 Waitlist Signups. Here's What I Learned</title>
      <dc:creator>UsamaKashif</dc:creator>
      <pubDate>Thu, 13 Aug 2026 15:06:06 +0000</pubDate>
      <link>https://dev.to/usamakashif/i-shut-down-my-startup-after-100-waitlist-signups-heres-what-i-learned-5784</link>
      <guid>https://dev.to/usamakashif/i-shut-down-my-startup-after-100-waitlist-signups-heres-what-i-learned-5784</guid>
      <description>&lt;p&gt;I am shutting down Ravah, a startup I spent months designing, building, and trying to grow.&lt;/p&gt;

&lt;p&gt;About 100 people joined the waitlist. Founders understood the problem. The product kept improving, and the vision became more ambitious.&lt;/p&gt;

&lt;p&gt;But the evidence did not grow with it.&lt;/p&gt;

&lt;p&gt;I had validated &lt;strong&gt;interest&lt;/strong&gt;. I had not validated repeated use, willingness to pay, or product-market fit.&lt;/p&gt;

&lt;p&gt;That distinction is the main reason I am closing Ravah.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;A waitlist proves that your promise is interesting, not that your product is needed.&lt;/li&gt;
&lt;li&gt;Shipping more features can look like progress while customer evidence remains unchanged.&lt;/li&gt;
&lt;li&gt;Define the behavior that will validate a feature before building it.&lt;/li&gt;
&lt;li&gt;Startups need explicit co-founder responsibilities and decision rights early.&lt;/li&gt;
&lt;li&gt;When the roadmap grows faster than customer evidence, it is time to narrow, pivot, pause, or stop.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I was trying to build
&lt;/h2&gt;

&lt;p&gt;Ravah began with a focused idea.&lt;/p&gt;

&lt;p&gt;Founders constantly create material worth sharing: product releases, customer lessons, pricing decisions, onboarding changes, mistakes, and milestones. Most of it never becomes useful content because converting product work into posts takes time and context.&lt;/p&gt;

&lt;p&gt;I wanted Ravah to understand a product once, remember its audience and voice, and turn real product activity into useful content for channels such as LinkedIn and X.&lt;/p&gt;

&lt;p&gt;The early response was encouraging. Around 100 people joined the waitlist, many after I shared the idea on Reddit. People requested access and told me they understood the problem.&lt;/p&gt;

&lt;p&gt;At the time, that felt like validation.&lt;/p&gt;

&lt;p&gt;It was—but only of the top of the funnel.&lt;/p&gt;

&lt;h2&gt;
  
  
  How a focused product became a platform
&lt;/h2&gt;

&lt;p&gt;The first version generated content for founders.&lt;/p&gt;

&lt;p&gt;Then the scope started expanding:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;content generation
  -&amp;gt; coordinated campaigns
  -&amp;gt; product-aware growth
  -&amp;gt; Reddit and community distribution
  -&amp;gt; website, changelog, docs, and GitHub integrations
  -&amp;gt; scheduling and analytics
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Each step made sense on its own.&lt;/p&gt;

&lt;p&gt;If Ravah understood a product, why shouldn't it create a campaign? If it could create the content, why shouldn't it distribute it? If it distributed the content, why shouldn't it measure the results?&lt;/p&gt;

&lt;p&gt;On paper, every version sounded better than the previous one.&lt;/p&gt;

&lt;p&gt;That was the trap.&lt;/p&gt;

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

&lt;blockquote&gt;
&lt;p&gt;What could Ravah become?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I should have been asking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What narrow part of Ravah do people need badly enough to use repeatedly and pay for?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The first question creates a roadmap. The second creates evidence.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building became a comfortable place to hide
&lt;/h2&gt;

&lt;p&gt;As a developer, I know how to make progress visible.&lt;/p&gt;

&lt;p&gt;I can improve onboarding, redesign a dashboard, tune a prompt, change a model, fix an edge case, or add an integration. Code gets committed. Screens change. Tasks move to “done.”&lt;/p&gt;

&lt;p&gt;Customer validation is less comfortable.&lt;/p&gt;

&lt;p&gt;It can produce ambiguous feedback. It can show that the feature you want to build is not important. It can force you to challenge the story you have been telling yourself about the product.&lt;/p&gt;

&lt;p&gt;So I kept building.&lt;/p&gt;

&lt;p&gt;The work was real, but I was using it to delay the harder business question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Do enough people care enough to keep using this?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is a dangerous failure mode for technical founders. Because we &lt;em&gt;can&lt;/em&gt; build the next feature, building it feels like the responsible next step.&lt;/p&gt;

&lt;p&gt;Sometimes it is just the most familiar next step.&lt;/p&gt;

&lt;h2&gt;
  
  
  The validation ladder I use now
&lt;/h2&gt;

&lt;p&gt;Not all positive signals mean the same thing.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Signal&lt;/th&gt;
&lt;th&gt;What it actually proves&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Someone likes the idea&lt;/td&gt;
&lt;td&gt;The promise is understandable&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Someone joins the waitlist&lt;/td&gt;
&lt;td&gt;They will exchange contact information for possible value&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Someone completes onboarding&lt;/td&gt;
&lt;td&gt;The promise created enough curiosity to try the product&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Someone returns&lt;/td&gt;
&lt;td&gt;The product may solve a recurring problem&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Someone recommends it&lt;/td&gt;
&lt;td&gt;The value is strong enough to attach their reputation to it&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Someone pays and keeps paying&lt;/td&gt;
&lt;td&gt;The product may be important enough to support a business&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;A waitlist is useful. It gives you a group of people to interview and observe.&lt;/p&gt;

&lt;p&gt;It does not complete product validation.&lt;/p&gt;

&lt;p&gt;Ravah’s 100 signups told me to investigate further. I treated them as permission to expand.&lt;/p&gt;

&lt;h2&gt;
  
  
  A practical rule before building the next feature
&lt;/h2&gt;

&lt;p&gt;I now want every meaningful feature to begin with five written fields:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Hypothesis: What do I believe users need?
Behavior: What will users do if I am right?
Threshold: How much of that behavior is enough?
Deadline: When will I evaluate the result?
Decision: What will I do if the evidence is weak?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Hypothesis: Founders need product updates converted into social posts.
Behavior: They return after the first output and generate from a second update.
Threshold: 5 of 10 active testers return within 14 days.
Deadline: Two weeks after onboarding.
Decision: Interview non-returning users before expanding the workflow.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This does not make product decisions perfectly objective. It makes it harder to redefine success after seeing the results.&lt;/p&gt;

&lt;p&gt;Without a predefined signal, almost any feedback can become a reason to keep building.&lt;/p&gt;

&lt;h2&gt;
  
  
  The co-founder lesson
&lt;/h2&gt;

&lt;p&gt;I started Ravah with a co-founder. We later disagreed and went our separate ways.&lt;/p&gt;

&lt;p&gt;The important lesson is not that co-founders should never disagree. The mistake was that we did not define enough at the beginning.&lt;/p&gt;

&lt;p&gt;Before building together, co-founders should explicitly answer:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Who owns product, engineering, growth, and operations?&lt;/li&gt;
&lt;li&gt;What result is each person accountable for?&lt;/li&gt;
&lt;li&gt;What level of contribution is expected?&lt;/li&gt;
&lt;li&gt;How will disagreements be resolved?&lt;/li&gt;
&lt;li&gt;Who has the final decision in each area?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These conversations can feel overly formal when everyone is excited.&lt;/p&gt;

&lt;p&gt;That is exactly when they are easiest to have.&lt;/p&gt;

&lt;p&gt;Clear roles do not make one founder more important. They prevent ambiguity from becoming an invisible third founder.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I knew it was time to shut down
&lt;/h2&gt;

&lt;p&gt;There is no universal metric that tells you when to shut down a startup.&lt;/p&gt;

&lt;p&gt;For me, the clearest signal was the pattern of work:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I could explain the next feature more clearly than the retention behavior that justified it.&lt;/li&gt;
&lt;li&gt;The product kept generating new versions of the vision, but not stronger evidence of recurring need.&lt;/li&gt;
&lt;li&gt;Building another version was easier than staying with one narrow customer problem.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I still believe several ideas inside Ravah are valuable. AI products improve when they understand real product context. Founders do have useful stories hidden in their everyday work. Distribution is still difficult for small teams.&lt;/p&gt;

&lt;p&gt;But believing in a thesis is not the same as having a product people need.&lt;/p&gt;

&lt;p&gt;I could rebuild Ravah for another year and always imagine that the next version would be &lt;em&gt;the one&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Closing it means choosing the available evidence over the imagined version.&lt;/p&gt;

&lt;h2&gt;
  
  
  The operating rules I am taking forward
&lt;/h2&gt;

&lt;p&gt;Ravah changed how I intend to build future products:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Start with a narrower promise.&lt;/strong&gt; Prove one recurring need before designing the platform around it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Define evidence before features.&lt;/strong&gt; Decide which user behavior would justify more investment.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Treat interest as the beginning of validation.&lt;/strong&gt; A signup creates an opportunity to learn, not proof of product-market fit.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stay with the problem longer.&lt;/strong&gt; Understand its frequency, alternatives, and consequences before expanding the solution.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Make ownership explicit.&lt;/strong&gt; Important areas need a responsible person and a decision process.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Schedule reassessment points.&lt;/strong&gt; Regularly ask whether evidence or only the roadmap is growing.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The lesson is not to stop building ambitious products.&lt;/p&gt;

&lt;p&gt;It is to make ambition earn its way into the product.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently asked questions
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Does a waitlist prove product-market fit?
&lt;/h3&gt;

&lt;p&gt;No. A waitlist validates interest in a problem or promise. Product-market fit requires stronger behavior, including activation, repeated use, recommendations, and sustained willingness to pay.&lt;/p&gt;

&lt;h3&gt;
  
  
  How do you know when to shut down a startup?
&lt;/h3&gt;

&lt;p&gt;There is no universal threshold. In my case, continued development was producing a larger vision without stronger evidence of recurring customer need. That pattern told me it was time to stop and redirect my effort.&lt;/p&gt;

&lt;h3&gt;
  
  
  Should technical founders stop building features?
&lt;/h3&gt;

&lt;p&gt;No. Building is necessary, but every major feature should test a specific assumption. If you cannot describe the behavior that would validate the feature, more customer research may be a better next step than more code.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I am building now
&lt;/h2&gt;

&lt;p&gt;Closing Ravah does not mean I am done building.&lt;/p&gt;

&lt;p&gt;I am currently working on focused products including &lt;a href="https://play.google.com/store/apps/details?id=com.buttonbird.cookthis" rel="noopener noreferrer"&gt;&lt;strong&gt;CookThis&lt;/strong&gt;&lt;/a&gt;, an AI cooking app that turns food photos and ingredients into practical recipes, and &lt;a href="https://play.google.com/store/apps/details?id=com.buttonbird.scrollstop" rel="noopener noreferrer"&gt;&lt;strong&gt;ScrollStop&lt;/strong&gt;&lt;/a&gt;, an Android app blocker for protecting study, work, exam, and sleep sessions.&lt;/p&gt;

&lt;p&gt;I am also open to selected contract work involving product engineering, frontend development, UX-focused implementation, and practical AI integrations.&lt;/p&gt;

&lt;p&gt;Ravah failed to become the business I wanted it to become.&lt;/p&gt;

&lt;p&gt;But it taught me the difference between shipping software and proving a business.&lt;/p&gt;

&lt;p&gt;It also made me a better founder.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What signal do you use to distinguish product progress from engineering progress?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>startup</category>
      <category>buildinpublic</category>
      <category>productmanagement</category>
      <category>indiehackers</category>
    </item>
    <item>
      <title>How to Create Action Items from Feedback Without Wasting Time</title>
      <dc:creator>UsamaKashif</dc:creator>
      <pubDate>Mon, 11 Aug 2025 09:20:00 +0000</pubDate>
      <link>https://dev.to/usamakashif/how-to-create-action-items-from-feedback-without-wasting-time-1k9m</link>
      <guid>https://dev.to/usamakashif/how-to-create-action-items-from-feedback-without-wasting-time-1k9m</guid>
      <description>&lt;p&gt;Transform raw feedback into meaningful tasks quickly with our proven 6-step framework that eliminates manual processing and speeds up your product cycles.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Feedback-to-Action Gap Is Killing Your Productivity
&lt;/h2&gt;

&lt;p&gt;Does this sound familiar? Your team just wrapped up a productive customer feedback session, everyone nodded enthusiastically during the meeting, notes were taken... and two weeks later, nothing has actually happened with those insights. You're not alone. According to a recent ProductPlan survey, teams spend an average of &lt;strong&gt;6.5 hours per week&lt;/strong&gt; processing feedback, yet &lt;strong&gt;76% of that feedback never becomes actionable work&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The gap between collecting feedback and turning it into concrete action items is one of the most expensive inefficiencies in modern product development. Teams lose an estimated &lt;strong&gt;20 days per year&lt;/strong&gt; in "feedback limbo" — that wasteful period between receiving valuable input and actually doing something about it (Source: Productboard Research).&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Most Feedback Never Becomes Action
&lt;/h2&gt;

&lt;p&gt;The journey from raw feedback to prioritized action items is fraught with obstacles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Feedback fragmentation&lt;/strong&gt;: Critical insights are scattered across meeting notes, email threads, Slack channels, and support tickets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Context loss&lt;/strong&gt;: The original nuance and urgency get diluted as feedback passes between team members&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manual processing&lt;/strong&gt;: Someone has to manually translate vague comments into specific tasks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prioritization paralysis&lt;/strong&gt;: Without clear criteria, teams struggle to determine which feedback deserves immediate action&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The True Cost of Slow Feedback Processing
&lt;/h2&gt;

&lt;p&gt;The impact goes far beyond wasted time:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Market opportunity loss&lt;/strong&gt;: While you're slowly processing feedback, competitors are responding to similar customer needs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customer frustration&lt;/strong&gt;: When customers don't see their feedback implemented, they assume you don't value their input&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Team demoralization&lt;/strong&gt;: Product teams feel perpetually behind when feedback piles up faster than they can address it&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Decision fatigue&lt;/strong&gt;: Constantly triaging unstructured feedback depletes your team's decision-making energy&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Transform Your Feedback-to-Action Pipeline
&lt;/h2&gt;

&lt;p&gt;Converting feedback into meaningful action doesn't have to be a manual, time-consuming process. The solution is creating a streamlined system that makes the transition from raw input to assigned tasks nearly automatic. &lt;a href="https://komentiq.com/?utm_source=blog&amp;amp;utm_campaign=dev_to_create_action_items_from_feedback_quickly" rel="noopener noreferrer"&gt;Komentiq&lt;/a&gt; was designed specifically to solve this feedback-to-action gap by providing a structured pipeline for processing insights.&lt;/p&gt;

&lt;h3&gt;
  
  
  How Komentiq Streamlines the Feedback-to-Action Process
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Universal collector&lt;/strong&gt; that captures feedback from any source—Slack, email, Zendesk, user interviews, and more&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sentiment analysis and categorization&lt;/strong&gt; that automatically organizes feedback by theme, urgency, and customer segment&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI-powered task generation&lt;/strong&gt; that converts raw feedback into properly formatted user stories or work items&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Priority scoring&lt;/strong&gt; based on customer impact, frequency, and strategic alignment&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Direct integration&lt;/strong&gt; with task management tools like Jira, Asana, and Trello&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  6 Steps to Create Action Items from Feedback At Lightning Speed
&lt;/h2&gt;

&lt;p&gt;Whether you're using a dedicated tool like Komentiq or building your own process, these steps will help you convert feedback into action faster:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Create a Single Feedback Collection Point
&lt;/h3&gt;

&lt;p&gt;The first step to efficient feedback processing is consolidation. You can't act on what you can't see.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a designated feedback inbox that team members can forward customer insights to&lt;/li&gt;
&lt;li&gt;Set up automation rules to pull feedback from support tickets, NPS surveys, and user testing sessions&lt;/li&gt;
&lt;li&gt;Establish a consistent format for feedback collection to minimize preprocessing time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pro tip&lt;/strong&gt;: Even a simple shared spreadsheet is better than scattered feedback. The key is ensuring all team members know where to deposit insights.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Categorize and Tag Immediately
&lt;/h3&gt;

&lt;p&gt;Don't wait to organize feedback—do it at the collection point to prevent backlog buildup.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a standardized tagging system for product areas, feature requests, bugs, and enhancements&lt;/li&gt;
&lt;li&gt;Tag feedback by source importance (e.g., enterprise customer vs. free user)&lt;/li&gt;
&lt;li&gt;Add contextual markers like "quick win" or "strategic opportunity"&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Apply a Consistent Framework for Task Creation
&lt;/h3&gt;

&lt;p&gt;Transform vague feedback into specific, actionable tasks using a consistent framework:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;User story format&lt;/strong&gt;: "As a [user type], I want [goal] so that [benefit]"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Job-to-be-done framework&lt;/strong&gt;: "When [situation], I want to [motivation], so I can [expected outcome]"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Issue structure&lt;/strong&gt;: "[Problem] is causing [impact]. Fixing it would [benefit]"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pro tip&lt;/strong&gt;: Create templates for different feedback types to ensure consistent task creation regardless of who processes the feedback.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Implement the "Touch Once" Principle
&lt;/h3&gt;

&lt;p&gt;The efficiency killer in feedback processing is revisiting the same input multiple times. Instead:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Process each piece of feedback completely the first time you review it&lt;/li&gt;
&lt;li&gt;Make an immediate decision: convert to task, archive, or escalate&lt;/li&gt;
&lt;li&gt;Set clear criteria for what feedback deserves immediate action versus what can wait&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pro tip&lt;/strong&gt;: Schedule dedicated feedback processing time blocks instead of constantly switching between feedback review and other work.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Automate the Connection to Your Task Management System
&lt;/h3&gt;

&lt;p&gt;Manual copy-pasting between systems creates friction that slows down your feedback-to-action pipeline.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use integrations to automatically push created tasks to your project management tool&lt;/li&gt;
&lt;li&gt;Ensure crucial context transfers along with the basic task description&lt;/li&gt;
&lt;li&gt;Maintain bidirectional links so status updates flow back to the feedback source&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  6. Close the Feedback Loop
&lt;/h3&gt;

&lt;p&gt;The feedback-to-action cycle isn't complete until you inform stakeholders about what happened with their input.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Send automated status updates when feedback becomes a task&lt;/li&gt;
&lt;li&gt;Notify contributors when their suggested improvements launch&lt;/li&gt;
&lt;li&gt;Share aggregate insights about how feedback is shaping your roadmap&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Pro tip&lt;/strong&gt;: Closing the feedback loop dramatically increases the quality and quantity of future feedback, creating a virtuous cycle of improvement.&lt;/p&gt;

&lt;h2&gt;
  
  
  From Feedback Backlog to Action Machine
&lt;/h2&gt;

&lt;p&gt;Converting feedback into action items doesn't have to be your team's bottleneck. By implementing the right processes and tools, you can transform from a team drowning in unprocessed insights to one that quickly distills customer feedback into meaningful improvements.&lt;/p&gt;

&lt;p&gt;The most successful teams don't just collect more feedback—they process it more efficiently. With a streamlined feedback-to-action pipeline, you can respond to customer needs faster, build more impactful features, and create a product that truly reflects what your users want.&lt;/p&gt;

&lt;p&gt;Ready to transform how your team handles the feedback-to-action process? Try &lt;a href="https://komentiq.com/?utm_source=blog&amp;amp;utm_campaign=dev_to_create_action_items_from_feedback_quickly" rel="noopener noreferrer"&gt;Komentiq&lt;/a&gt; free and experience how much faster your team can move when the path from insight to action is automated.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Teams waste up to 20 days per year in "feedback limbo" between collecting insights and taking action&lt;/li&gt;
&lt;li&gt;A structured feedback-to-action pipeline can reduce processing time by up to 80%&lt;/li&gt;
&lt;li&gt;Consolidation, immediate categorization, and consistent formatting are essential for efficient feedback processing&lt;/li&gt;
&lt;li&gt;The "touch once" principle prevents feedback from being repeatedly reviewed without action&lt;/li&gt;
&lt;li&gt;Automation between feedback collection and task management systems eliminates manual transfer friction&lt;/li&gt;
&lt;li&gt;Closing the feedback loop with stakeholders increases future feedback quality and quantity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Looking to speed up your design feedback even more? Try &lt;a href="https://komentiq.com/?utm_source=blog&amp;amp;utm_campaign=dev_to_create_action_items_from_feedback_quickly" rel="noopener noreferrer"&gt;Komentiq&lt;/a&gt; to streamline your feedback, collaborate better, and iterate faster.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>buildinpublic</category>
      <category>startup</category>
      <category>design</category>
    </item>
    <item>
      <title>How to Turn Figma Feedback into Action Without Losing Your Mind</title>
      <dc:creator>UsamaKashif</dc:creator>
      <pubDate>Sun, 10 Aug 2025 17:40:31 +0000</pubDate>
      <link>https://dev.to/usamakashif/how-to-turn-figma-feedback-into-action-without-losing-your-mind-1fj4</link>
      <guid>https://dev.to/usamakashif/how-to-turn-figma-feedback-into-action-without-losing-your-mind-1fj4</guid>
      <description>&lt;h2&gt;
  
  
  Transform chaotic design reviews into streamlined workflows with Komentiq's Figma integration
&lt;/h2&gt;

&lt;p&gt;Learn how to cut feedback cycles by 60%, automate task creation from comments, and keep your design team focused on creating, not managing feedback.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction: The Figma Feedback Paradox
&lt;/h2&gt;

&lt;p&gt;How many hours has your design team lost this month deciphering conflicting feedback scattered across Slack threads, Zoom calls, and endless comment chains in Figma files? What begins as a simple design review quickly descends into a labyrinth of opinions without resolution.&lt;/p&gt;

&lt;p&gt;According to the Design Process Efficiency Report 2025, design teams lose a staggering &lt;strong&gt;26 working days per year&lt;/strong&gt; navigating disjointed feedback loops. That's over a month of productivity evaporating into the digital ether.&lt;/p&gt;

&lt;p&gt;The disconnect is clear: Figma revolutionized design creation but left a gap in feedback management. Teams need a way to transform scattered comments into structured actions without the mental overhead.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That's exactly why we built &lt;a href="https://komentiq.com/?utm_campaign=dev-to-feedback-action-flow" rel="noopener noreferrer"&gt;Komentiq's&lt;/a&gt; Figma integration&lt;/strong&gt; - to create the missing link between brilliant design work and swift, decisive action.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem: When Design Feedback Becomes Quicksand
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The Invisible Productivity Killer in Design Reviews
&lt;/h3&gt;

&lt;p&gt;Design tools like Figma excel at creative collaboration, but when it comes to structured feedback collection and implementation, most teams are still stuck in the dark ages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Important comments get buried under layers of iterations and versions&lt;/li&gt;
&lt;li&gt;Critical feedback fragments across Figma, Slack, email, and meeting notes&lt;/li&gt;
&lt;li&gt;Design decisions lack clear ownership and accountability&lt;/li&gt;
&lt;li&gt;The context behind feedback gets lost in translation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result? &lt;strong&gt;Decision paralysis&lt;/strong&gt;, &lt;strong&gt;implementation delays&lt;/strong&gt;, and talented designers spending more time as feedback archaeologists than creators.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Measurable Impact of Fractured Feedback
&lt;/h3&gt;

&lt;p&gt;This broken feedback loop isn't just frustrating—it's expensive:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Product launch delays of 2-4 weeks per major feature&lt;/li&gt;
&lt;li&gt;40% increase in unnecessary sync meetings just to clarify comments&lt;/li&gt;
&lt;li&gt;Decision fatigue leading to 3x higher revision cycles&lt;/li&gt;
&lt;li&gt;Critical stakeholder insights falling through the cracks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In a recent survey of design teams, 82% reported that feedback management—not the design work itself—was their biggest source of timeline slippage.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: Feedback That Flows Into Action
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Introducing Komentiq's Seamless Figma Integration
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://komentiq.com/?utm_campaign=dev-to-feedback-action-flow" rel="noopener noreferrer"&gt;Komentiq&lt;/a&gt; now transforms the way design teams handle feedback with our native Figma integration. The process couldn't be simpler:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Simple Integration Process:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paste any Figma file URL into Komentiq&lt;/li&gt;
&lt;li&gt;Select specific frames or entire pages that need feedback&lt;/li&gt;
&lt;li&gt;Watch as Komentiq automatically:

&lt;ol&gt;
&lt;li&gt;Imports existing comments directly from Figma&lt;/li&gt;
&lt;li&gt;Creates a centralized feedback hub for additional input&lt;/li&gt;
&lt;li&gt;Generates AI-powered action items from conversation threads&lt;/li&gt;
&lt;li&gt;Maps feedback to specific design elements with visual context&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Actionable Steps: Implement the Perfect Design Feedback Loop
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Centralize All Design Feedback in One Source of Truth
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;The Context Principle&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Design feedback without context is nearly worthless. &lt;a href="https://komentiq.com/?utm_campaign=dev-to-feedback-action-flow" rel="noopener noreferrer"&gt;Komentiq&lt;/a&gt; preserves the visual relationship between comments and design elements, eliminating the "which version were we talking about?" problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Implementation Strategy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Connect your Figma workspace to Komentiq in under a minute. Once linked, all team members can view and contribute to feedback without switching between tools.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Curate What Needs Review
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;The Focus Method&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Design reviews frequently suffer from scope creep. By selecting only specific frames for feedback, you focus attention on what matters most in the current iteration.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Implementation Strategy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Use Komentiq's frame selection tool to highlight exactly which designs need attention, reducing cognitive load on reviewers and increasing the quality of feedback.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Transform Comments into Action with AI
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;The Automation Advantage&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The biggest gap in most design processes is the manual effort required to translate abstract feedback into concrete tasks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Implementation Strategy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Activate Komentiq's AI assistant to analyze feedback threads and automatically generate suggested action items, cutting the feedback-to-task conversion time by up to 70%.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion: From Feedback Chaos to Design Flow
&lt;/h2&gt;

&lt;p&gt;The difference between good design teams and great ones isn't just talent—it's process. When feedback flows seamlessly from insight to implementation, iteration cycles accelerate, quality improves, and team burnout disappears.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://komentiq.com/?utm_campaign=dev-to-feedback-action-flow" rel="noopener noreferrer"&gt;Komentiq's&lt;/a&gt; Figma integration bridges the gap between creative collaboration and structured execution, transforming the most painful part of the design process into a competitive advantage.&lt;/p&gt;

&lt;p&gt;Ready to cut your design feedback cycle time in half while improving output quality? Try Komentiq's Figma integration free for 14 days and experience the difference a streamlined feedback loop makes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://komentiq.com/?utm_campaign=dev-to-feedback-action-flow" rel="noopener noreferrer"&gt;&lt;strong&gt;Start For Free →&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Design teams lose 26 working days yearly to inefficient feedback processes&lt;/li&gt;
&lt;li&gt;Komentiq's Figma integration creates a bidirectional sync between design files and actionable tasks&lt;/li&gt;
&lt;li&gt;AI-powered task generation converts vague feedback into clear action items automatically&lt;/li&gt;
&lt;li&gt;Smart feedback classification helps teams prioritize what matters most&lt;/li&gt;
&lt;li&gt;Structured ownership and verification close the feedback loop completely&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Looking to speed up your design feedback even more? Try &lt;a href="https://komentiq.com/?utm_campaign=dev-to-feedback-action-flow" rel="noopener noreferrer"&gt;Komentiq&lt;/a&gt; to streamline your feedback, collaborate better, and iterate faster.&lt;/p&gt;

</description>
      <category>startup</category>
      <category>saas</category>
      <category>sideprojects</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Komentiq: Revolutionizing Design Feedback with AI-Powered Solutions</title>
      <dc:creator>UsamaKashif</dc:creator>
      <pubDate>Tue, 08 Apr 2025 20:38:10 +0000</pubDate>
      <link>https://dev.to/usamakashif/komentiq-revolutionizing-design-feedback-with-ai-powered-solutions-4d94</link>
      <guid>https://dev.to/usamakashif/komentiq-revolutionizing-design-feedback-with-ai-powered-solutions-4d94</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4mxmxd4ovul3z3io9nu5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4mxmxd4ovul3z3io9nu5.png" alt="When you finally find a feedback tool that just works" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the fast-paced world of design, effective feedback is crucial for refining ideas and delivering exceptional results. However, traditional feedback methods often fall short, leading to miscommunications, delays, and subpar outcomes. Enter &lt;a href="https://komentiq.com" rel="noopener noreferrer"&gt;Komentiq&lt;/a&gt;, an innovative platform poised to transform the design feedback landscape through the power of Artificial Intelligence (AI).&lt;/p&gt;

&lt;h2&gt;
  
  
  The Challenge of Traditional Design Feedback
&lt;/h2&gt;

&lt;p&gt;Navigating design feedback can be cumbersome:​&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Disjointed Communication: Feedback dispersed across emails, chats, and documents complicates tracking and implementation.​&lt;/li&gt;
&lt;li&gt;Ambiguity: Vague comments like "Make it pop" lack actionable clarity.​&lt;/li&gt;
&lt;li&gt;Time Delays: Waiting for consolidated feedback from multiple stakeholders can stall project momentum.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpdwc6or2ww5oaxm4mhsc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpdwc6or2ww5oaxm4mhsc.png" alt="No more chasing feedback. Just clarity, all in one place" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Komentiq's AI-Driven Solution
&lt;/h2&gt;

&lt;p&gt;Komentiq addresses these issues with:​&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Centralized Feedback Hub: A unified platform where all design feedback is collected and organized, ensuring clarity and accessibility. ​&lt;/li&gt;
&lt;li&gt;AI-Powered Insights: Utilizing artificial intelligence, &lt;a href="https://komentiq.com" rel="noopener noreferrer"&gt;Komentiq &lt;/a&gt;offers actionable suggestions, enhancing the quality and efficiency of design revisions.&lt;/li&gt;
&lt;li&gt;Real-Time Collaboration: Team members can provide and view feedback instantly, fostering seamless communication and swift decision-making.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Upcoming AI Features
&lt;/h2&gt;

&lt;p&gt;Komentiq is set to introduce advanced AI capabilities:​&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Predictive Feedback: Anticipates potential design issues before they arise, allowing proactive adjustments.​&lt;/li&gt;
&lt;li&gt;Automated Recommendations: Suggests design improvements based on industry best practices and current trends.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm4huddt48l2nel6waeqa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm4huddt48l2nel6waeqa.png" alt="Your DMs aren't a feedback tool. We gotchu" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Join the Komentiq Waitlist
&lt;/h2&gt;

&lt;p&gt;Be among the first to experience Komentiq's innovative features by &lt;a href="https://komentiq.com/waitlist" rel="noopener noreferrer"&gt;joining our waitlist&lt;/a&gt;. Early access members will receive exclusive benefits and have the opportunity to shape the platform with their feedback.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://komentiq.com/waitlist" rel="noopener noreferrer"&gt;Sign Up for Early Access&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Embrace the future of design collaboration with Komentiq—where AI meets creativity.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>startup</category>
      <category>roast</category>
      <category>ai</category>
    </item>
    <item>
      <title>Todo List App</title>
      <dc:creator>UsamaKashif</dc:creator>
      <pubDate>Sat, 07 May 2022 13:34:05 +0000</pubDate>
      <link>https://dev.to/usamakashif/todo-list-app-1ee1</link>
      <guid>https://dev.to/usamakashif/todo-list-app-1ee1</guid>
      <description>&lt;h3&gt;
  
  
  Overview of My Submission
&lt;/h3&gt;

&lt;p&gt;This is a TodoList webapp. The frontend is made with tailwind CSS, Next JS. Appwrite is used for the backend&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Web2 Wizards&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Code
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/UsamaKashif" rel="noopener noreferrer"&gt;
        UsamaKashif
      &lt;/a&gt; / &lt;a href="https://github.com/UsamaKashif/appwrite-todolist" rel="noopener noreferrer"&gt;
        appwrite-todolist
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;TodoList app made with Next Js and appwrite.&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;The frontend is made with Tailwind css and Next JS. Appwrite is used for the backend&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Authentication&lt;/li&gt;
&lt;li&gt;Adding Todos&lt;/li&gt;
&lt;li&gt;Deleting Todos&lt;/li&gt;
&lt;li&gt;Updating the complete state of Todo&lt;/li&gt;
&lt;li&gt;Deleting Account&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Screenshots&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/49620321/167256461-77f89573-1dc0-44c8-96f3-3c11eafe8521.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F49620321%2F167256461-77f89573-1dc0-44c8-96f3-3c11eafe8521.png" alt="image"&gt;&lt;/a&gt;
&lt;a rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/49620321/167256485-15b255df-e788-4d72-957a-b89e9fd61199.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F49620321%2F167256485-15b255df-e788-4d72-957a-b89e9fd61199.png" alt="image"&gt;&lt;/a&gt;
&lt;a rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/49620321/167256565-8def0233-fb5e-435e-bce6-d126f9f288e6.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F49620321%2F167256565-8def0233-fb5e-435e-bce6-d126f9f288e6.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/UsamaKashif/appwrite-todolist" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgdyqzp5bnufnidbnsm0x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgdyqzp5bnufnidbnsm0x.png" alt="image" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F91ophpqr7smij9f67twu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F91ophpqr7smij9f67twu.png" alt="image" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fql76nkl6frr03ly2fn47.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fql76nkl6frr03ly2fn47.png" alt="image" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>appwritehack</category>
    </item>
    <item>
      <title>StudenTutor.online</title>
      <dc:creator>UsamaKashif</dc:creator>
      <pubDate>Wed, 20 Jan 2021 10:11:28 +0000</pubDate>
      <link>https://dev.to/usamakashif/studentutor-online-pdp</link>
      <guid>https://dev.to/usamakashif/studentutor-online-pdp</guid>
      <description>&lt;p&gt;Open Sourced my website which I started back in May 2020. StudenTutor.online is a platform for students and tutors to connect together.&lt;br&gt;
This website is made using Python and Django.&lt;/p&gt;

&lt;p&gt;Feel free to contribute to this repository, and if you find the work interesting don’t forget to leave a star.&lt;/p&gt;

&lt;p&gt;Github repo: &lt;a href="https://github.com/UsamaKashif/studentutor" rel="noopener noreferrer"&gt;https://github.com/UsamaKashif/studentutor&lt;/a&gt;&lt;br&gt;
Live Website: &lt;a href="https://studentutor.online/" rel="noopener noreferrer"&gt;https://studentutor.online/&lt;/a&gt;&lt;br&gt;
Facebook Page: &lt;a href="https://www.facebook.com/StudenTutorOfficial" rel="noopener noreferrer"&gt;https://www.facebook.com/StudenTutorOfficial&lt;/a&gt;&lt;br&gt;
Discord: &lt;a href="https://discord.gg/kp6BEETp" rel="noopener noreferrer"&gt;https://discord.gg/kp6BEETp&lt;/a&gt; &lt;br&gt;
Medium Story: &lt;a href="https://usamakashif1.medium.com/studentutor-online-b7730ab4c660" rel="noopener noreferrer"&gt;https://usamakashif1.medium.com/studentutor-online-b7730ab4c660&lt;/a&gt;&lt;/p&gt;

</description>
      <category>django</category>
      <category>python</category>
      <category>webdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
