<?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: Helpdesk Door Soft</title>
    <description>The latest articles on DEV Community by Helpdesk Door Soft (@helpdesk_doorsoft_9dbd82).</description>
    <link>https://dev.to/helpdesk_doorsoft_9dbd82</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%2F4074552%2F9117e647-d14d-44ba-8418-affe64b1b95d.png</url>
      <title>DEV Community: Helpdesk Door Soft</title>
      <link>https://dev.to/helpdesk_doorsoft_9dbd82</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/helpdesk_doorsoft_9dbd82"/>
    <language>en</language>
    <item>
      <title>More Than Software: How Door Soft Builds for Real Business Needs</title>
      <dc:creator>Helpdesk Door Soft</dc:creator>
      <pubDate>Mon, 17 Aug 2026 06:09:21 +0000</pubDate>
      <link>https://dev.to/helpdesk_doorsoft_9dbd82/more-than-software-how-door-soft-builds-for-real-business-needs-3d5g</link>
      <guid>https://dev.to/helpdesk_doorsoft_9dbd82/more-than-software-how-door-soft-builds-for-real-business-needs-3d5g</guid>
      <description>&lt;p&gt;Software can help a business run better, but only when it is built around the way that business actually works.&lt;/p&gt;

&lt;p&gt;At Door Soft, our focus is not simply on developing software. We look at the business problem behind a requirement, understand the workflow, and work toward building a solution that can be useful in everyday operations.&lt;/p&gt;

&lt;p&gt;Door Soft works on both business software products and custom software solutions. Our services include SaaS development, web development, mobile app development, desktop application development, UX design, quality assurance, and system analysis and design.&lt;/p&gt;

&lt;p&gt;Our product work covers different business areas as well.&lt;/p&gt;

&lt;p&gt;We have solutions for retail, restaurants, manufacturing, eCommerce, ISP &amp;amp; Cable TV, customer support, education, salons, tailoring and other business needs. Our products include Retail POS, Restaurant POS, Manufacturing Management Software, eCommerce ERP, AI-powered support ticketing and ISP &amp;amp; Cable TV Billing Software, alongside other industry-focused solutions.&lt;/p&gt;

&lt;p&gt;The reason for working across these areas is not simply to create more products. Different businesses have different workflows, and software needs to reflect that.&lt;/p&gt;

&lt;p&gt;A restaurant may need its ordering, tables, kitchen operations, inventory and payments to work together. A manufacturing business may need production, BOM, inventory, sales, supply chain, accounting and reporting connected within its operations. A retail business may need sales, purchasing, stock, customers and reporting to work in one system.&lt;/p&gt;

&lt;p&gt;These are not just software features. They are parts of a business's daily workflow.&lt;/p&gt;

&lt;p&gt;That is why we try to approach development from the business side first.&lt;/p&gt;

&lt;p&gt;Alongside our products, Door Soft also works on custom software projects for different requirements. Our work is not limited to Bangladesh either. We provide services to both local and international businesses, working across different markets and business environments.&lt;/p&gt;

&lt;p&gt;We are also continuing to explore AI and business automation, with an interest in making newer technologies more practical for everyday business operations.&lt;/p&gt;

&lt;p&gt;For Door Soft, growth is not only about selling software or completing individual projects.&lt;/p&gt;

&lt;p&gt;It is about solving meaningful business problems, creating value, building trust and developing long-term relationships with the businesses we work with.&lt;/p&gt;

&lt;p&gt;That is the direction we are taking.&lt;/p&gt;

&lt;p&gt;Understand the need.&lt;br&gt;
Build around the workflow.&lt;br&gt;
Create practical solutions.&lt;br&gt;
Keep improving.&lt;/p&gt;

&lt;p&gt;Our goal is to grow beyond being known simply as a software development company and become a business automation partner that businesses can rely on.&lt;/p&gt;

&lt;p&gt;Explore Door Soft and our products and services: &lt;a href="https://doorsoft.co/" rel="noopener noreferrer"&gt;https://doorsoft.co/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  DoorSoft #BusinessSoftware #SoftwareDevelopment #BusinessAutomation
&lt;/h1&gt;

</description>
      <category>softwaredevelopment</category>
      <category>saas</category>
      <category>technology</category>
      <category>business</category>
    </item>
    <item>
      <title>SelfDine AI: Building an AI-Powered Restaurant Ordering System</title>
      <dc:creator>Helpdesk Door Soft</dc:creator>
      <pubDate>Wed, 12 Aug 2026 10:08:55 +0000</pubDate>
      <link>https://dev.to/helpdesk_doorsoft_9dbd82/selfdine-ai-building-an-ai-powered-restaurant-ordering-system-3fi6</link>
      <guid>https://dev.to/helpdesk_doorsoft_9dbd82/selfdine-ai-building-an-ai-powered-restaurant-ordering-system-3fi6</guid>
      <description>&lt;p&gt;We are currently working on SelfDine AI, a restaurant POS platform with an integrated AI-powered guest ordering chatbot.&lt;/p&gt;

&lt;p&gt;The goal is to connect the customer ordering experience with the restaurant's daily operations—from menu discovery and ordering to kitchen coordination, payments and reporting.&lt;/p&gt;

&lt;p&gt;AI-Powered Guest Ordering&lt;/p&gt;

&lt;p&gt;The guest chatbot allows customers to search the menu using natural language, get recommendations, manage their cart and complete checkout.&lt;/p&gt;

&lt;p&gt;It also supports customer preferences such as cuisine, dietary restrictions, spice level, protein choice, flavor profile and allergies.&lt;/p&gt;

&lt;p&gt;How the AI Search Works&lt;/p&gt;

&lt;p&gt;Instead of relying on one search method, the chatbot uses a tiered approach:&lt;/p&gt;

&lt;p&gt;Intent classification&lt;br&gt;
Fuzzy search&lt;br&gt;
Vector search&lt;br&gt;
Semantic / AI profile search&lt;br&gt;
LLM fallback&lt;/p&gt;

&lt;p&gt;The recommendation system can also consider factors such as budget, customer profile, weather, meal time, kitchen load and conversion probability.&lt;/p&gt;

&lt;p&gt;Connecting AI With Restaurant Operations&lt;/p&gt;

&lt;p&gt;SelfDine AI also connects the guest experience with restaurant operations.&lt;/p&gt;

&lt;p&gt;A customer can scan a table QR code and enter an AI ordering session. After the order is placed, it can move through staff confirmation and kitchen preparation.&lt;br&gt;
The platform also includes POS, menu management, inventory, payments, table management, kitchen and waiter operations, staff management, dashboards and reports.&lt;/p&gt;

&lt;p&gt;Current Project Scale&lt;/p&gt;

&lt;p&gt;The documented codebase currently includes around 61 controllers, 61 models and 165 service classes. The frontend contains approximately 211 pages across different modules.&lt;br&gt;
The technology stack includes Laravel 11, Vue 3, MySQL, Laravel Sanctum, and AI/LLM technologies including OpenAI, Ollama and Groq.&lt;/p&gt;

&lt;p&gt;We are continuing to work on SelfDine AI and improve how AI can fit into practical restaurant workflows.&lt;/p&gt;

&lt;p&gt;The focus is simple: make restaurant ordering more intelligent, personalized and connected.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fje4cxrwm6g96ssglr8p7.jpg" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fje4cxrwm6g96ssglr8p7.jpg" alt=" " width="800" height="932"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>softwaredevelopment</category>
      <category>restaurant</category>
    </item>
  </channel>
</rss>
