<?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: Pekosan</title>
    <description>The latest articles on DEV Community by Pekosan (@pekosan556).</description>
    <link>https://dev.to/pekosan556</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%2F3900549%2Fc77ff952-a0cf-4d34-9f52-088f1407573a.png</url>
      <title>DEV Community: Pekosan</title>
      <link>https://dev.to/pekosan556</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pekosan556"/>
    <language>en</language>
    <item>
      <title>Just launched: NEXTURN — a swipe-based game recommender (Next.js + IGDB)</title>
      <dc:creator>Pekosan</dc:creator>
      <pubDate>Mon, 27 Apr 2026 13:22:32 +0000</pubDate>
      <link>https://dev.to/pekosan556/just-launched-nexturn-a-swipe-based-game-recommender-nextjs-igdb-21ik</link>
      <guid>https://dev.to/pekosan556/just-launched-nexturn-a-swipe-based-game-recommender-nextjs-igdb-21ik</guid>
      <description>&lt;p&gt;After 4 months of evenings and weekends, I just launched &lt;strong&gt;NEXTURN&lt;/strong&gt; — a swipe-based game discovery tool: &lt;a href="https://nexturn.games" rel="noopener noreferrer"&gt;https://nexturn.games&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;Steam's "recommended for you" only ever showed me sequels of games I'd already finished. The fundamental problem: most recsys treat "already played" as "you'll like more like this" — which is often wrong.&lt;/p&gt;

&lt;p&gt;NEXTURN gives you &lt;strong&gt;3 zones&lt;/strong&gt; to sort games into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Love&lt;/strong&gt; (★1-5 rating)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interested&lt;/strong&gt; (will play later)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Not for me&lt;/strong&gt; (the key zone)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The third zone is what makes it different. You explicitly tell the engine what you &lt;em&gt;don't&lt;/em&gt; want, and it propagates that signal across genres, themes, and game modes.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Next.js 16 (Turbopack canary) + React 19&lt;/li&gt;
&lt;li&gt;Tailwind v4 + framer-motion (drag UX)&lt;/li&gt;
&lt;li&gt;IGDB API for game data&lt;/li&gt;
&lt;li&gt;Custom recommendation engine with MMR diversity reranking&lt;/li&gt;
&lt;li&gt;All session state in localStorage (no DB, no signup)&lt;/li&gt;
&lt;li&gt;Vercel hosting&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;~1200 hand-curated titles across 17 genres&lt;/li&gt;
&lt;li&gt;IGDB-powered global pool fallback&lt;/li&gt;
&lt;li&gt;Generates a shareable image of your taste profile&lt;/li&gt;
&lt;li&gt;Free, no signup, no ads&lt;/li&gt;
&lt;li&gt;JP / EN both fully localized&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Product Hunt launch tomorrow (Tue Apr 28)&lt;/li&gt;
&lt;li&gt;Show HN once my account ages a bit&lt;/li&gt;
&lt;li&gt;Post-launch performance + feedback loop&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love technical feedback on the swipe UX and the recommendation quality 🙏&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://nexturn.games" rel="noopener noreferrer"&gt;https://nexturn.games&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>gamedev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
