<?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: Eshan Das</title>
    <description>The latest articles on DEV Community by Eshan Das (@eshan276).</description>
    <link>https://dev.to/eshan276</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%2F1168187%2F8f41a20b-9e86-414b-9ba8-984087adbd34.jpg</url>
      <title>DEV Community: Eshan Das</title>
      <link>https://dev.to/eshan276</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eshan276"/>
    <language>en</language>
    <item>
      <title>I Built a Visual Novel Engine in TypeScript — Here’s Why (and How You Can Join Me)</title>
      <dc:creator>Eshan Das</dc:creator>
      <pubDate>Sat, 19 Jul 2025 07:04:23 +0000</pubDate>
      <link>https://dev.to/eshan276/i-built-a-visual-novel-engine-in-typescript-heres-why-and-how-you-can-join-me-35jl</link>
      <guid>https://dev.to/eshan276/i-built-a-visual-novel-engine-in-typescript-heres-why-and-how-you-can-join-me-35jl</guid>
      <description>&lt;p&gt;Ever wanted to create a visual novel like Doki Doki Literature Club, Steins;Gate, or Ace Attorney—but with web technologies?&lt;/p&gt;

&lt;p&gt;Well, I just released an open-source visual novel engine powered by TypeScript, and I’m building it for developers like you who want to bring stories to life using modern, composable code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repo&lt;/strong&gt;: &lt;a href="https://github.com/Eshan276/easyvn" rel="noopener noreferrer"&gt;https://github.com/Eshan276/easyvn&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;NPM&lt;/strong&gt;: &lt;code&gt;npx create-vn my-story&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;Join me&lt;/strong&gt;: Looking for contributors &amp;amp; maintainers!&lt;/p&gt;

&lt;p&gt;Why Build a Visual Novel Engine?&lt;br&gt;
As a dev and a fan of interactive storytelling, I always wanted to create visual novels that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Run smoothly in the browser&lt;/li&gt;
&lt;li&gt;Use TypeScript for strong typing and modern dev flow&lt;/li&gt;
&lt;li&gt;Allow simple scripting, branching paths, and rich dialogues&lt;/li&gt;
&lt;li&gt;Are modular, open-source, and easy to extend&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So instead of waiting for the perfect engine, I built one.&lt;br&gt;
What Makes This Engine &lt;strong&gt;Different&lt;/strong&gt;?&lt;br&gt;
Unlike Ren’Py (Python-based) or RPG Maker (closed source), this engine is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;Web-native&lt;/strong&gt;: Built in TypeScript, runs in the browser with zero install&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Developer-friendly&lt;/strong&gt;: Uses JSON or declarative scripting&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Composable&lt;/strong&gt;: Custom themes, and event logic supported&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Lightweight&lt;/strong&gt;: Tiny bundle, quick to learn&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Open source&lt;/strong&gt;: Contributions welcome!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Website&lt;/strong&gt;- &lt;a href="https://easyvn.iameshan.tech/" rel="noopener noreferrer"&gt;easyvn&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why I Need You&lt;br&gt;
This engine is just getting started. I’ve laid the minimal groundwork, but I’d love your help to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Build more scripting features (conditions, labels, sounds)&lt;/li&gt;
&lt;li&gt;Create visual themes and UI templates&lt;/li&gt;
&lt;li&gt;Optimize performance&lt;/li&gt;
&lt;li&gt;Write tutorials, docs, or create demo games&lt;/li&gt;
&lt;li&gt;Port to Electron / mobile / PWA&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Want to Contribute?&lt;br&gt;
I’ve made it super easy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fork the repo: &lt;a href="https://github.com/Eshan276/easyvn" rel="noopener noreferrer"&gt;https://github.com/Eshan276/easyvn&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Run npm install &amp;amp;&amp;amp; npm run dev&lt;/li&gt;
&lt;li&gt;Join the fun! Add your ideas, open issues, and send PRs 💖&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m also happy to mentor first-time OSS contributors!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>visualnovel</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
