<?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: Emrullah TUNCAY</title>
    <description>The latest articles on DEV Community by Emrullah TUNCAY (@emrullah_tuncay_7752eaf36).</description>
    <link>https://dev.to/emrullah_tuncay_7752eaf36</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%2F3944213%2F12946a9f-5715-4b3d-9eca-ca683c5d181f.jpg</url>
      <title>DEV Community: Emrullah TUNCAY</title>
      <link>https://dev.to/emrullah_tuncay_7752eaf36</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/emrullah_tuncay_7752eaf36"/>
    <language>en</language>
    <item>
      <title>Prompt Flow — a visual side project for flow design, trace, and integration steps (looking for feedback)</title>
      <dc:creator>Emrullah TUNCAY</dc:creator>
      <pubDate>Thu, 21 May 2026 13:36:32 +0000</pubDate>
      <link>https://dev.to/emrullah_tuncay_7752eaf36/prompt-flow-a-visual-side-project-for-flow-design-trace-and-integration-steps-looking-for-g9j</link>
      <guid>https://dev.to/emrullah_tuncay_7752eaf36/prompt-flow-a-visual-side-project-for-flow-design-trace-and-integration-steps-looking-for-g9j</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;I’ve been working on a side project called &lt;strong&gt;Prompt Flow&lt;/strong&gt; and wanted to share it here — it’s not finished yet, but I’ve been using it day to day.&lt;/p&gt;

&lt;p&gt;The real starting point: when I’m developing an algorithm, I didn’t want to keep going with spoken explanations or flat text notes. I wanted to design a flow and see the whole process at once — so I moved to a canvas where I can answer “where does it go from here, and what happens on this branch?” in one glance.&lt;/p&gt;

&lt;p&gt;What’s in there now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Flow control: if/else, for/while, switch, try/catch&lt;/li&gt;
&lt;li&gt;Code structures: method, method body, class/interface&lt;/li&gt;
&lt;li&gt;DB modeling steps: stored proc / table nodes&lt;/li&gt;
&lt;li&gt;Form / view UI steps&lt;/li&gt;
&lt;li&gt;Page links (multi-page flows)&lt;/li&gt;
&lt;li&gt;Integration node (outbound to external services / inbound from external services — REST, SOAP, webhook, queue)&lt;/li&gt;
&lt;li&gt;Trace mode (step through branches)&lt;/li&gt;
&lt;li&gt;Markdown + pseudocode export&lt;/li&gt;
&lt;li&gt;AI prompt generation from the flow&lt;/li&gt;
&lt;li&gt;Ready-made sample templates (algorithms, CRUD, form→view, layered architecture, DB schema, etc.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stack: React, ReactFlow, Zustand; TR/EN/RU UI; project JSON export/import.&lt;/p&gt;

&lt;p&gt;Data is intentionally simple: projects are stored in the browser (IndexedDB). There’s no server-side database and no user login. Your flows stay in your own browser without signing up — use JSON export/import if you want a backup. (SP/table nodes on the canvas are for modeling flows; the app itself doesn’t connect to a database.)&lt;/p&gt;

&lt;p&gt;If building a flow from scratch feels heavy, there are a few sample templates inside the app — pick one and load it onto the canvas. I added those so you can see how things work faster.&lt;/p&gt;

&lt;p&gt;Happy to answer questions; I can share screenshots if that helps.&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%2F7fq7oy5sztrekyu4yo2c.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%2F7fq7oy5sztrekyu4yo2c.png" alt=" " width="800" height="474"&gt;&lt;/a&gt;&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%2Fwpbbz21fy2v33c8ohp2a.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%2Fwpbbz21fy2v33c8ohp2a.png" alt=" " width="799" height="471"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Demo: &lt;a href="//prompt-flow.etuncay.com"&gt;https://prompt-flow.etuncay.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>softwaredevelopment</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
