<?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: 0xhacker</title>
    <description>The latest articles on DEV Community by 0xhacker (@happyfox001).</description>
    <link>https://dev.to/happyfox001</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%2F3257176%2F8dfcb3ce-1b22-4814-b1d1-a343d5181e2e.jpeg</url>
      <title>DEV Community: 0xhacker</title>
      <link>https://dev.to/happyfox001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/happyfox001"/>
    <language>en</language>
    <item>
      <title>From Zero to Narratium: Building a Powerful AI Roleplay Platform as an Open Source Newbie</title>
      <dc:creator>0xhacker</dc:creator>
      <pubDate>Wed, 11 Jun 2025 04:41:12 +0000</pubDate>
      <link>https://dev.to/happyfox001/from-zero-to-narratium-building-a-powerful-ai-roleplay-platform-as-an-open-source-newbie-2mia</link>
      <guid>https://dev.to/happyfox001/from-zero-to-narratium-building-a-powerful-ai-roleplay-platform-as-an-open-source-newbie-2mia</guid>
      <description>&lt;h2&gt;
  
  
  About me
&lt;/h2&gt;

&lt;p&gt;Hi, I'm a 21-year-old student at Wuhan University majoring in Telecommunications Engineering — but more importantly, I’m a product hacker passionate about building tools at the edge of AI and storytelling.&lt;/p&gt;

&lt;p&gt;Over the past year, I’ve participated in 10+ hackathons and won over $30,000 in prizes. I also published a software tool called Hacker Note in App Store, designed to streamline workflows for fast-paced builders like myself.&lt;/p&gt;

&lt;p&gt;Now I’m diving into the world of open source with my latest project Narratium.ai:&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live Demo&lt;/strong&gt;: &lt;a href="https://narratium.org" rel="noopener noreferrer"&gt;https://narratium.org&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repo&lt;/strong&gt;: &lt;a href="https://github.com/Narratium/Narratium.ai" rel="noopener noreferrer"&gt;github.com/Narratium/Narratium.ai&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docs&lt;/strong&gt;: &lt;a href="https://deepwiki.com/Narratium/Narratium.ai/" rel="noopener noreferrer"&gt;DeepWiki Documentation&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What is Narratium?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Narratium&lt;/strong&gt; is an open-source AI storytelling platform designed to feel like &lt;em&gt;VSCode for Roleplay&lt;/em&gt;. It allows users to create immersive(still in building), branching narratives using LLMs like OpenAI or Ollama, with a focus on character consistency, memory persistence, and personalized worldbuilding.&lt;/p&gt;

&lt;p&gt;Unlike closed or overwhelming platforms, Narratium offers a structured, beginner-friendly experience while remaining deeply extensible for advanced users.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;As someone new to open-source, I often found existing tools either too closed (like AI Dungeon) or too complex (like SillyTavern). I wanted something in-between:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open and hackable&lt;/li&gt;
&lt;li&gt;Clean and consistent&lt;/li&gt;
&lt;li&gt;Easy to start, but scalable over time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That’s why I built Narratium: to bring modularity, memory, and world logic into AI roleplay.&lt;/p&gt;




&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Interactive, persistent storytelling with custom LLM backends&lt;/li&gt;
&lt;li&gt;Graph-based memory system using React Flow&lt;/li&gt;
&lt;li&gt;Support for SillyTavern character cards&lt;/li&gt;
&lt;li&gt;Visual editors for worlds, dialogues, and branching logic&lt;/li&gt;
&lt;li&gt;Offline support and desktop packaging via &lt;code&gt;pake-cli&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;




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

&lt;ul&gt;
&lt;li&gt;TypeScript + React + Next.js&lt;/li&gt;
&lt;li&gt;React Flow for session graph visualization&lt;/li&gt;
&lt;li&gt;OpenAI / Ollama for model access&lt;/li&gt;
&lt;li&gt;IndexedDB for local persistence&lt;/li&gt;
&lt;li&gt;Regular Expression-based logic tools&lt;/li&gt;
&lt;li&gt;Fully open-source under MIT / CC BY-NC-SA&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Current Progress
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;300+ GitHub Stars&lt;/li&gt;
&lt;li&gt;150–200 daily active users&lt;/li&gt;
&lt;li&gt;10M–60M token usage per day&lt;/li&gt;
&lt;li&gt;Multiple active community contributors&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Roadmap
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Character card auto-generator using LLMs&lt;/li&gt;
&lt;li&gt;Local-first RAG (Retrieval Augmented Generation)&lt;/li&gt;
&lt;li&gt;Epic-length narrative structures&lt;/li&gt;
&lt;li&gt;Public sharing of character cards and worlds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ll continue to post updates on Dev.to as Narratium evolves — feedback, suggestions, and discussions are all very welcome.&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>github</category>
      <category>startup</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
