<?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: GMT</title>
    <description>The latest articles on DEV Community by GMT (@gmemomt).</description>
    <link>https://dev.to/gmemomt</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%2F3800258%2F4159ff92-974d-4bcb-b526-75bfd8c1536a.png</url>
      <title>DEV Community: GMT</title>
      <link>https://dev.to/gmemomt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gmemomt"/>
    <language>en</language>
    <item>
      <title>How I built a free 360 feedback tool with Django + React</title>
      <dc:creator>GMT</dc:creator>
      <pubDate>Sun, 01 Mar 2026 18:01:56 +0000</pubDate>
      <link>https://dev.to/gmemomt/how-i-built-a-free-360-feedback-tool-with-django-react-5k9</link>
      <guid>https://dev.to/gmemomt/how-i-built-a-free-360-feedback-tool-with-django-react-5k9</guid>
      <description>&lt;p&gt;I've been building HR tools for a while and kept running into the same problem: 360 feedback platforms are either too expensive or too clunky for small teams.&lt;/p&gt;

&lt;p&gt;So I built 360Feedbacks — a free 360-degree feedback tool with automated PDF reports and AI insights.&lt;/p&gt;

&lt;p&gt;Here's how it works technically and what I learned building it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Django REST Framework&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React + Redux&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Task queue:&lt;/strong&gt; Celery + Redis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDF generation:&lt;/strong&gt; Automated on the backend when all raters respond&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI insights:&lt;/strong&gt; Integrated analysis engine that surfaces patterns in feedback data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Cloudflare Tunnel&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The core problem I was solving
&lt;/h2&gt;

&lt;p&gt;Most 360 feedback tools charge $300–$2,000/year. For small teams, startups, and HR consultants, that's a blocker.&lt;/p&gt;

&lt;p&gt;I wanted to build something that:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Works out of the box in under 5 minutes&lt;/li&gt;
&lt;li&gt;Requires no account for raters — just a link&lt;/li&gt;
&lt;li&gt;Generates a professional PDF report automatically&lt;/li&gt;
&lt;li&gt;Supports English and Spanish&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The hardest part — PDF generation
&lt;/h2&gt;

&lt;p&gt;The trickiest piece was generating professional PDF reports automatically the moment all raters respond.&lt;/p&gt;

&lt;p&gt;The flow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Last rater submits their response&lt;/li&gt;
&lt;li&gt;Celery task triggers immediately&lt;/li&gt;
&lt;li&gt;Analysis engine calculates scores, gaps, and qualitative themes&lt;/li&gt;
&lt;li&gt;AI generates personalized development recommendations&lt;/li&gt;
&lt;li&gt;PDF is built and stored&lt;/li&gt;
&lt;li&gt;User gets notified&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Getting the report design right took way longer than expected. The goal was a report that looks like something a consultant would charge $3,000 to produce.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bilingual support
&lt;/h2&gt;

&lt;p&gt;Built full EN/ES support from day one — both the survey experience and the PDF report. This opened up the Latin American market which enterprise tools almost completely ignore.&lt;/p&gt;

&lt;p&gt;Implementation: i18n on the frontend with react-i18next, language stored per user and per evaluation on the backend.&lt;/p&gt;

&lt;h2&gt;
  
  
  The business model
&lt;/h2&gt;

&lt;p&gt;Pay-per-evaluation — no subscription. First evaluation is free, no credit card required.&lt;/p&gt;

&lt;p&gt;The reasoning: HR managers and coaches don't run 360s every day. A subscription feels like a penalty. Pay-per-evaluation aligns with how they actually work.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'd do differently
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Build the landing page earlier.&lt;/strong&gt; I spent months on product before touching SEO. Big mistake.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Talk to users sooner.&lt;/strong&gt; The first version had features nobody asked for.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Bilingual from day one was the right call.&lt;/strong&gt; Don't skip this if your market is international.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;If you're curious: &lt;a href="https://360feedbacks.com" rel="noopener noreferrer"&gt;https://360feedbacks.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;First evaluation is free. Would love feedback from other builders on the product and the approach.&lt;/p&gt;

&lt;p&gt;What would you have done differently?&lt;/p&gt;

</description>
      <category>django</category>
      <category>react</category>
      <category>webdev</category>
      <category>buildinpublic</category>
    </item>
  </channel>
</rss>
