<?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: Piotr Sarna</title>
    <description>The latest articles on DEV Community by Piotr Sarna (@piotr_sarna_1955b21a03de4).</description>
    <link>https://dev.to/piotr_sarna_1955b21a03de4</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%2F3975458%2F16470351-cdec-43a7-8ac8-1f3fb311f619.png</url>
      <title>DEV Community: Piotr Sarna</title>
      <link>https://dev.to/piotr_sarna_1955b21a03de4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/piotr_sarna_1955b21a03de4"/>
    <language>en</language>
    <item>
      <title>Backscroll launched on Product Hunt today</title>
      <dc:creator>Piotr Sarna</dc:creator>
      <pubDate>Wed, 10 Jun 2026 07:24:31 +0000</pubDate>
      <link>https://dev.to/piotr_sarna_1955b21a03de4/backscroll-launched-on-product-hunt-today-6h4</link>
      <guid>https://dev.to/piotr_sarna_1955b21a03de4/backscroll-launched-on-product-hunt-today-6h4</guid>
      <description>&lt;p&gt;We're live on Product Hunt today: &lt;a href="https://www.producthunt.com/products/backscroll?launch=backscroll" rel="noopener noreferrer"&gt;Backscroll&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Quick background: I kept losing useful AI conversations. I'd worked through a good explanation in Claude or ChatGPT weeks ago, and the search in each assistant only covers that one tool — no cross-history view, no semantic search.&lt;/p&gt;

&lt;p&gt;Backscroll is the fix: export your history from ChatGPT, Claude, and Gemini, drop it in once, and search everything by keyword or meaning. It cites answers back to the original thread.&lt;/p&gt;

&lt;p&gt;If you've got AI chat history accumulating, the demo is at &lt;strong&gt;&lt;a href="https://backscroll.xyz/demo" rel="noopener noreferrer"&gt;https://backscroll.xyz/demo&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Would love feedback on what'd make it actually useful day-to-day.&lt;/p&gt;

&lt;h1&gt;
  
  
  showdev #ai #productivity #buildinpublic
&lt;/h1&gt;

</description>
      <category>buildinpublic</category>
      <category>showdev</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I built searchable memory for my ChatGPT, Claude &amp; Gemini history</title>
      <dc:creator>Piotr Sarna</dc:creator>
      <pubDate>Tue, 09 Jun 2026 10:12:38 +0000</pubDate>
      <link>https://dev.to/piotr_sarna_1955b21a03de4/i-built-searchable-memory-for-my-chatgpt-claude-gemini-history-2353</link>
      <guid>https://dev.to/piotr_sarna_1955b21a03de4/i-built-searchable-memory-for-my-chatgpt-claude-gemini-history-2353</guid>
      <description>&lt;p&gt;We have all had genuinely useful conversations with ChatGPT, Claude, or Gemini and then watched the good ones scroll into oblivion. I kept solving the same problem twice because I could not find that one thread from three weeks ago.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Backscroll&lt;/strong&gt;: export your history from each assistant, upload it once, and it becomes searchable by keyword &lt;em&gt;and&lt;/em&gt; by meaning. You can also ask a question and get an answer pulled straight from your own past chats, cited back to the exact conversation.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Import your ChatGPT / Claude / Gemini export (the file each lets you download).&lt;/li&gt;
&lt;li&gt;It chunks + embeds every message (Supabase pgvector, gte-small 384-dim, via a keyless edge function).&lt;/li&gt;
&lt;li&gt;Search is hybrid: Postgres full-text keyword + vector similarity, merged.&lt;/li&gt;
&lt;li&gt;"Ask your history" runs retrieval, then an LLM (via OpenRouter) answers with citations to the source chat.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Next.js + Tailwind, Supabase (Postgres + pgvector + Auth, RLS on every table), OpenRouter for the LLM. No background recording, no screen capture — just the exports you choose.&lt;/p&gt;

&lt;p&gt;There is a no-signup demo so you can try the search on a sample archive first: &lt;a href="https://backscroll.xyz/demo" rel="noopener noreferrer"&gt;https://backscroll.xyz/demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from devs who live in AI chat tools — what do you go back and look for most? Code snippets, decisions, prompts?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
    </item>
    <item>
      <title>I built StudyLoop: paste your notes, get AI flashcards with spaced repetition</title>
      <dc:creator>Piotr Sarna</dc:creator>
      <pubDate>Tue, 09 Jun 2026 07:40:46 +0000</pubDate>
      <link>https://dev.to/piotr_sarna_1955b21a03de4/i-built-studyloop-paste-your-notes-get-ai-flashcards-with-spaced-repetition-57o4</link>
      <guid>https://dev.to/piotr_sarna_1955b21a03de4/i-built-studyloop-paste-your-notes-get-ai-flashcards-with-spaced-repetition-57o4</guid>
      <description>&lt;p&gt;I kept re-reading my notes and forgetting them anyway. Active recall plus spaced repetition is what actually works, but making flashcards by hand was tedious enough that I never stuck with it.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;StudyLoop&lt;/strong&gt; — you paste your notes (a chapter, lecture notes, an article) and it generates clean question/answer flashcards, then schedules them with spaced repetition so each card comes back right before you'd forget it.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Next.js (App Router) on Vercel&lt;/li&gt;
&lt;li&gt;Neon (serverless Postgres)&lt;/li&gt;
&lt;li&gt;An OpenAI-compatible LLM (OpenRouter / claude-haiku) for card generation&lt;/li&gt;
&lt;li&gt;Magic-link auth (no passwords) + Stripe for Pro&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;You paste notes, the LLM returns a JSON array of &lt;code&gt;{ front, back }&lt;/code&gt; cards&lt;/li&gt;
&lt;li&gt;Cards are stored with SM-2-lite spaced-repetition fields (ease, interval, due date)&lt;/li&gt;
&lt;li&gt;Study mode surfaces due cards; you rate Again / Hard / Good / Easy and the schedule updates&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It's live and free to try (3 decks, nothing to install): &lt;a href="https://studyloop-jelonmans-projects.vercel.app" rel="noopener noreferrer"&gt;https://studyloop-jelonmans-projects.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Genuinely after feedback: does "paste notes, get a deck" fit how you actually study, or is making the cards yourself part of the value? And for anyone who's launched a study tool, what got you your first users?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>learning</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
