<?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: Natasha Kaweski</title>
    <description>The latest articles on Forem by Natasha Kaweski (@naweskil).</description>
    <link>https://forem.com/naweskil</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%2F350375%2Fb6cd9bcc-e29d-41f2-93a7-64dbe716af19.png</url>
      <title>Forem: Natasha Kaweski</title>
      <link>https://forem.com/naweskil</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/naweskil"/>
    <language>en</language>
    <item>
      <title>Yorgute, a social network without algorithms &amp; built for real connections</title>
      <dc:creator>Natasha Kaweski</dc:creator>
      <pubDate>Fri, 03 Apr 2026 17:17:37 +0000</pubDate>
      <link>https://forem.com/naweskil/yorgute-a-social-network-without-algorithms-built-for-real-connections-54la</link>
      <guid>https://forem.com/naweskil/yorgute-a-social-network-without-algorithms-built-for-real-connections-54la</guid>
      <description>&lt;p&gt;This is a submission for the &lt;a href="https://dev.to/challenges/wecoded-2026"&gt;2026 WeCoded Challenge&lt;/a&gt;: Frontend Art&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Show us your Art
&lt;/h2&gt;

&lt;p&gt;Yorgute is a social platform built to feel like the early internet again — but intentional.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://yorgute.com" rel="noopener noreferrer"&gt;https://yorgute.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Instead of infinite feeds and algorithm-driven content, Yorgute focuses on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;real connections&lt;/li&gt;
&lt;li&gt;slower interactions&lt;/li&gt;
&lt;li&gt;spaces you choose to belong to&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No ads.&lt;br&gt;&lt;br&gt;
No algorithm.&lt;br&gt;&lt;br&gt;
No performance pressure.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  💡 Inspiration
&lt;/h2&gt;

&lt;p&gt;Yorgute was born from a feeling:&lt;br&gt;&lt;br&gt;
social media stopped being social.&lt;/p&gt;

&lt;p&gt;Modern platforms reward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;constant posting&lt;/li&gt;
&lt;li&gt;comparison&lt;/li&gt;
&lt;li&gt;metrics over meaning&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built something different.&lt;/p&gt;

&lt;p&gt;A place where:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;writing matters again
&lt;/li&gt;
&lt;li&gt;presence is intentional
&lt;/li&gt;
&lt;li&gt;memory is part of the experience
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s inspired by early platforms like Orkut — but redesigned with modern tech and a clear philosophy.&lt;/p&gt;

&lt;p&gt;As defined in the product itself:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"You are not a metric. You are a person."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  🛠️ My Code
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Next.js (App Router)&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;SCSS Modules&lt;/li&gt;
&lt;li&gt;Prisma + MySQL&lt;/li&gt;
&lt;li&gt;Vercel (deploy)&lt;/li&gt;
&lt;li&gt;Resend (email flows)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Key technical decisions
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;No infinite scroll → pagination + "load more"&lt;/li&gt;
&lt;li&gt;No algorithm → chronological + contextual data&lt;/li&gt;
&lt;li&gt;Email-based authentication with verification&lt;/li&gt;
&lt;li&gt;Lightweight analytics (event-based)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Product architecture
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;/inicio&lt;/code&gt; → activity-based feed (friends + spaces)&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;/espacos&lt;/code&gt; → communities you choose to occupy&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;/na-boca-do-povo&lt;/code&gt; → global discussions (no ranking)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🧠 Challenges I faced
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Avoiding algorithmic ranking while still making content discoverable&lt;/li&gt;
&lt;li&gt;Keeping performance stable with limited backend resources&lt;/li&gt;
&lt;li&gt;Designing a UI that feels nostalgic but not outdated&lt;/li&gt;
&lt;li&gt;Preventing the product from becoming another “engagement trap”&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ❤️ What makes this different
&lt;/h2&gt;

&lt;p&gt;Yorgute is not trying to scale attention. It’s trying to scale meaning.&lt;/p&gt;

&lt;p&gt;It’s a small project, built by one person (so far), with a clear constraint:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;simplicity over complexity&lt;br&gt;&lt;br&gt;
humans over metrics  &lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;p&gt;👉 &lt;a href="https://yorgute.com" rel="noopener noreferrer"&gt;https://yorgute.com&lt;/a&gt;&lt;br&gt;
If you test it, I’d love to hear your thoughts.&lt;/p&gt;

</description>
      <category>wecoded</category>
      <category>devchallenge</category>
      <category>frontend</category>
      <category>css</category>
    </item>
    <item>
      <title>WeCoded Challenge - Natasha Kaweski</title>
      <dc:creator>Natasha Kaweski</dc:creator>
      <pubDate>Mon, 31 Mar 2025 21:19:49 +0000</pubDate>
      <link>https://forem.com/naweskil/wecoded-challenge-natasha-kaweski-26p8</link>
      <guid>https://forem.com/naweskil/wecoded-challenge-natasha-kaweski-26p8</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/wecoded"&gt;WeCoded Challenge&lt;/a&gt;: Echoes of Experience&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;My journey: &lt;a href="https://kawe.ski" rel="noopener noreferrer"&gt;https://kawe.ski&lt;/a&gt;&lt;br&gt;
(in Portuguese 🇧🇷)&lt;/p&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%2Fuw4c02m65qqq4bfspsau.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%2Fuw4c02m65qqq4bfspsau.png" alt=" " width="800" height="199"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wecoded</category>
      <category>career</category>
    </item>
  </channel>
</rss>
