<?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: Petru Croitor</title>
    <description>The latest articles on DEV Community by Petru Croitor (@toolsflowcrm).</description>
    <link>https://dev.to/toolsflowcrm</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4106000%2F2a3156b5-bf58-4d4c-92cb-9b3d3d91c19f.png</url>
      <title>DEV Community: Petru Croitor</title>
      <link>https://dev.to/toolsflowcrm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/toolsflowcrm"/>
    <language>en</language>
    <item>
      <title>Building ToolsFlowCRM: a free CRM for connected sales workflows</title>
      <dc:creator>Petru Croitor</dc:creator>
      <pubDate>Wed, 02 Sep 2026 10:53:44 +0000</pubDate>
      <link>https://dev.to/toolsflowcrm/building-toolsflowcrm-a-free-crm-for-connected-sales-workflows-db</link>
      <guid>https://dev.to/toolsflowcrm/building-toolsflowcrm-a-free-crm-for-connected-sales-workflows-db</guid>
      <description>&lt;p&gt;Many sales teams do not lack tools. They lack a clear view of what is happening across leads, tasks, conversations, and automation.&lt;/p&gt;

&lt;p&gt;We are building &lt;a href="https://toolsflow-online.com/" rel="noopener noreferrer"&gt;ToolsFlowCRM&lt;/a&gt; around that problem: keep the daily sales workflow connected without forcing a small team to assemble and maintain several separate products.&lt;/p&gt;

&lt;p&gt;ToolsFlowCRM is currently in active development. Its CRM features are available without plan limits while we test the product, improve the workflows, and learn from real feedback.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the product brings together
&lt;/h2&gt;

&lt;p&gt;The current product combines:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;configurable Kanban pipelines for leads and deals;&lt;/li&gt;
&lt;li&gt;contact and company records connected to each opportunity;&lt;/li&gt;
&lt;li&gt;tasks and calendar planning;&lt;/li&gt;
&lt;li&gt;customer conversations in the same working context;&lt;/li&gt;
&lt;li&gt;analytics for day-to-day visibility;&lt;/li&gt;
&lt;li&gt;API access and private integrations;&lt;/li&gt;
&lt;li&gt;Flow Bot, a visual editor for branching business processes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each workspace receives its own CRM address, so teams can work in an isolated environment and adapt the pipeline to their actual sales process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why connected context matters
&lt;/h2&gt;

&lt;p&gt;A lead rarely lives in only one screen. A salesperson may need the current pipeline stage, the main contact, the next task, the latest conversation, and the result of an automation at the same time.&lt;/p&gt;

&lt;p&gt;When those pieces are split across different products, people compensate with spreadsheets, copied notes, and manual reminders. The problem is not only extra clicks. Context becomes inconsistent: one system says a lead is waiting for a reply while another already contains the answer.&lt;/p&gt;

&lt;p&gt;Our design goal is to make the customer journey visible from capture to follow-up. The pipeline remains the operational overview, while the entity card contains the details and activity needed to make the next decision.&lt;/p&gt;

&lt;h2&gt;
  
  
  Visual automation instead of hidden rules
&lt;/h2&gt;

&lt;p&gt;Flow Bot is our approach to workflow automation. A process is represented as connected nodes with explicit branches and results. Teams can see where a process starts, what conditions are evaluated, which action runs next, and how subprocesses relate to the main execution.&lt;/p&gt;

&lt;p&gt;This visual model is useful for practical workflows such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;assigning a new lead based on source or pipeline stage;&lt;/li&gt;
&lt;li&gt;creating follow-up tasks;&lt;/li&gt;
&lt;li&gt;filling CRM fields;&lt;/li&gt;
&lt;li&gt;sending webhooks to private systems;&lt;/li&gt;
&lt;li&gt;waiting for a result and continuing on the selected branch.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The editor is still evolving, but the principle is stable: automation should be inspectable. A user should be able to understand the path without reading JSON or reverse-engineering an invisible rule engine.&lt;/p&gt;

&lt;h2&gt;
  
  
  Documentation is part of the product
&lt;/h2&gt;

&lt;p&gt;An API is only useful when another developer can understand its behavior quickly. We maintain a custom &lt;a href="https://toolsflow-online.com/documentation/" rel="noopener noreferrer"&gt;developer documentation portal&lt;/a&gt; alongside the interactive API reference.&lt;/p&gt;

&lt;p&gt;The documentation is organized as task-oriented articles rather than one large schema dump. It explains authentication, pagination, entities, request examples, response examples, and the details that tend to cause integration bugs.&lt;/p&gt;

&lt;p&gt;For example, list endpoints return up to 250 entities by default. A smaller limit can be requested, but values above 250 are capped. Small contract details like this belong in the main documentation, not only in generated OpenAPI output.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we are optimizing for
&lt;/h2&gt;

&lt;p&gt;We are deliberately prioritizing clarity before feature count:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A pipeline should communicate state at a glance.&lt;/li&gt;
&lt;li&gt;A customer record should preserve the context needed for the next action.&lt;/li&gt;
&lt;li&gt;Automation should show its branches and execution history.&lt;/li&gt;
&lt;li&gt;API behavior should be documented with concrete requests and responses.&lt;/li&gt;
&lt;li&gt;The interface should remain dense enough for daily work without becoming visually noisy.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is an iterative process. Real CRM workflows surface edge cases that polished mockups do not: overlapping automation branches, ambiguous subprocess history, inconsistent result editors, and translations that need one canonical source of truth.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it and share feedback
&lt;/h2&gt;

&lt;p&gt;You can explore ToolsFlowCRM at &lt;a href="https://toolsflow-online.com/" rel="noopener noreferrer"&gt;toolsflow-online.com&lt;/a&gt; and read the &lt;a href="https://toolsflow-online.com/documentation/" rel="noopener noreferrer"&gt;developer documentation&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The product is still in active development, so focused feedback is especially useful: what information is missing at the moment of a sales decision, which repetitive step should be automated, or which API behavior is difficult to understand?&lt;/p&gt;

&lt;p&gt;Those concrete workflow problems are what we want to solve next.&lt;/p&gt;

</description>
      <category>saas</category>
      <category>productivity</category>
      <category>automation</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
