Option to Enable or Disable Auto-Format in IDE
Feature - When nodes are added or removed in the flow UI, the layout automatically re-formats. Why - This causes unexpected changes in the flow's appearance, leading to a frustrating user experience. Where would it help most - This feature gives users control over the flow formatting behavior, improving usability and reducing frustration. Extras - Introduce a toggle switch that allows users to choose whether they want auto-formatting enabled or disabled. Auto-format ON: The flow automatically adjusts layout when nodes change. Auto-format OFF: The flow layout remains unchanged, preserving the userβs manual arrangement even when nodes are added or removed. Sample format Image before adding END Node Format image after adding END Node

Nilesh Patil 3 months ago
Low Priority
π‘ Feature Requests
Option to Enable or Disable Auto-Format in IDE
Feature - When nodes are added or removed in the flow UI, the layout automatically re-formats. Why - This causes unexpected changes in the flow's appearance, leading to a frustrating user experience. Where would it help most - This feature gives users control over the flow formatting behavior, improving usability and reducing frustration. Extras - Introduce a toggle switch that allows users to choose whether they want auto-formatting enabled or disabled. Auto-format ON: The flow automatically adjusts layout when nodes change. Auto-format OFF: The flow layout remains unchanged, preserving the userβs manual arrangement even when nodes are added or removed. Sample format Image before adding END Node Format image after adding END Node

Nilesh Patil 3 months ago
Low Priority
π‘ Feature Requests
Enhance Flow Comparison
Multi-tab Support and Flow Comparison Enable right-click to open flows in new tabs for easy comparison Support multiple tabs within the main window (similar to how Linear handles native apps) Display full flow names - currently get cut off/truncated in the UI, making it difficult to distinguish between flows Allow side-by-side visual comparison of different flow versions Consider implementing an Electron wrapper for native app experience with better tab support Cross-Environment Flow Navigation Ability to change environments within a single flow view - users want to see what the same flow looks like in staging while viewing production Maintain flow state when switching environments instead of returning to flow home screen Use flow slug associations to link flows across environments (dev/staging/production) Reduce manual effort required to promote workflows from dev β staging β production

Aman Sharma 4 months ago
π‘ Feature Requests
Enhance Flow Comparison
Multi-tab Support and Flow Comparison Enable right-click to open flows in new tabs for easy comparison Support multiple tabs within the main window (similar to how Linear handles native apps) Display full flow names - currently get cut off/truncated in the UI, making it difficult to distinguish between flows Allow side-by-side visual comparison of different flow versions Consider implementing an Electron wrapper for native app experience with better tab support Cross-Environment Flow Navigation Ability to change environments within a single flow view - users want to see what the same flow looks like in staging while viewing production Maintain flow state when switching environments instead of returning to flow home screen Use flow slug associations to link flows across environments (dev/staging/production) Reduce manual effort required to promote workflows from dev β staging β production

Aman Sharma 4 months ago
π‘ Feature Requests
Add support for S3 action Nodes
Currently we only support S3 as a trigger. Add support to use it as a action node as well.

Aman Sharma 4 months ago
π Integration
Add support for S3 action Nodes
Currently we only support S3 as a trigger. Add support to use it as a action node as well.

Aman Sharma 4 months ago
π Integration
Introduce Operator Mode
Global variables panel separate from flow editor for non-developer operators Locked flow state where operators can edit variables without accessing full flow editor Highlight node associations when editing variables to show which nodes they belong to Overview/home tab combining reports and high-level flow statistics Unlock button system for accessing advanced editing features

Aman Sharma 4 months ago
UI/UX
π‘ Feature Requests
Introduce Operator Mode
Global variables panel separate from flow editor for non-developer operators Locked flow state where operators can edit variables without accessing full flow editor Highlight node associations when editing variables to show which nodes they belong to Overview/home tab combining reports and high-level flow statistics Unlock button system for accessing advanced editing features

Aman Sharma 4 months ago
UI/UX
π‘ Feature Requests
Support variables in zod schema of generate json node
There should be option to add zod schema as a variable in generate json node

Ramandeep Singh 4 months ago
π‘ Feature Requests
Support variables in zod schema of generate json node
There should be option to add zod schema as a variable in generate json node

Ramandeep Singh 4 months ago
π‘ Feature Requests
Support for Local Development
An open-source SDK to address developer adoption barriers and vendor lock-in concerns that are currently limiting growth. Problem Developers resist Lamatic's no-code/low-code platform due to limited library support, lack of local development capabilities, missing CLI tools, and weak version control integration Enterprise and startup customers worry about vendor lock-in and business continuity if Lamatic changes pricing or discontinues service Competitors offering open-source alternatives have an advantage Proposed Solution Build a standalone, open-source SDK enabling developers to: Develop AI agents/systems locally in their preferred IDE Test and debug offline without cloud dependency Use Git for version control across all project components Create custom integrations and capabilities Deploy anywhere (on-premise, private/public cloud, or Lamatic-managed) Compile flows into executable code via CI/CD pipelines Core Architecture YAML-based configuration system with: Pre-built node libraries for AI components Containerized runtime (Pod + Core) executing configurations Compiler for optimizing YAML into executable workers Local web editor accessible via localhost CLI for all development operations Multiple invocation methods (API, webhooks, widgets)

Aman Sharma 5 months ago
π‘ Feature Requests
Support for Local Development
An open-source SDK to address developer adoption barriers and vendor lock-in concerns that are currently limiting growth. Problem Developers resist Lamatic's no-code/low-code platform due to limited library support, lack of local development capabilities, missing CLI tools, and weak version control integration Enterprise and startup customers worry about vendor lock-in and business continuity if Lamatic changes pricing or discontinues service Competitors offering open-source alternatives have an advantage Proposed Solution Build a standalone, open-source SDK enabling developers to: Develop AI agents/systems locally in their preferred IDE Test and debug offline without cloud dependency Use Git for version control across all project components Create custom integrations and capabilities Deploy anywhere (on-premise, private/public cloud, or Lamatic-managed) Compile flows into executable code via CI/CD pipelines Core Architecture YAML-based configuration system with: Pre-built node libraries for AI components Containerized runtime (Pod + Core) executing configurations Compiler for optimizing YAML into executable workers Local web editor accessible via localhost CLI for all development operations Multiple invocation methods (API, webhooks, widgets)

Aman Sharma 5 months ago
π‘ Feature Requests
Support For dynamic File References in Flow Config
The nodes are embedded inline with formatting artifacts (hello\\nhello), apparent test content, and no versioning metadata. Editing it requires understanding the entire config file, and changes produce noisy diffs that obscure actual prompt improvements. Before: prompts: - id: 187c2f4b-c23d-4545-abef-73dc897d6b7b role: assistant content: >- hello hello Important:please provide the response in wrap text format... After: prompts: - id: rag_system_prompt_v1 role: assistant # Edit prompts in /prompts/rag_system.md β supports preview & versioning contentRef: ./prompts/rag_system.md version: "1.2.0" lastUpdated: "2025-01-15" Developer Impact: Prompts become first-class artifacts β reviewable in PRs, A/B testable, and editable without touching pipeline config.

Aman Sharma 5 months ago
π‘ Feature Requests
Support For dynamic File References in Flow Config
The nodes are embedded inline with formatting artifacts (hello\\nhello), apparent test content, and no versioning metadata. Editing it requires understanding the entire config file, and changes produce noisy diffs that obscure actual prompt improvements. Before: prompts: - id: 187c2f4b-c23d-4545-abef-73dc897d6b7b role: assistant content: >- hello hello Important:please provide the response in wrap text format... After: prompts: - id: rag_system_prompt_v1 role: assistant # Edit prompts in /prompts/rag_system.md β supports preview & versioning contentRef: ./prompts/rag_system.md version: "1.2.0" lastUpdated: "2025-01-15" Developer Impact: Prompts become first-class artifacts β reviewable in PRs, A/B testable, and editable without touching pipeline config.

Aman Sharma 5 months ago
π‘ Feature Requests
Flow Control Enhancements
Maximum zoom in level controls - prevent excessive zooming that makes interface unusable Maintain consistent zoom levels with horizontal scroll when flows extend beyond screen width Reset zoom level functionality with percentage display Boundary controls for zoom out levels to maintain readability

Aman Sharma 4 months ago
π‘ Feature Requests
Flow Control Enhancements
Maximum zoom in level controls - prevent excessive zooming that makes interface unusable Maintain consistent zoom levels with horizontal scroll when flows extend beyond screen width Reset zoom level functionality with percentage display Boundary controls for zoom out levels to maintain readability

Aman Sharma 4 months ago
π‘ Feature Requests
Show indication on Nodes when logic is applied
When there is logic on a node and it is like retry or any logic, I think the node should have an indicator that there is logic applied. Whether that's the little retry logo, the little blue square, whatever it might be, because when you've got forty nodes on a canvas and maybe ten of those are LLM nodes that you want to put retry logic on, you can't retain the knowledge and understanding if you put it to all of them. You have to keep checking them all over again. It would be great if I could see exactly which ones I've already applied the logic to.

Aman Sharma 5 months ago
π‘ Feature Requests
Show indication on Nodes when logic is applied
When there is logic on a node and it is like retry or any logic, I think the node should have an indicator that there is logic applied. Whether that's the little retry logo, the little blue square, whatever it might be, because when you've got forty nodes on a canvas and maybe ten of those are LLM nodes that you want to put retry logic on, you can't retain the knowledge and understanding if you put it to all of them. You have to keep checking them all over again. It would be great if I could see exactly which ones I've already applied the logic to.

Aman Sharma 5 months ago
π‘ Feature Requests
Log User Meta in API requests
Ability to college following user meta [ UserID, SessionID, OrgID ] in API request and pass it to - Logs - Reports - External telemetry - Langfuse

Aman Sharma 5 months ago
π‘ Feature Requests
Log User Meta in API requests
Ability to college following user meta [ UserID, SessionID, OrgID ] in API request and pass it to - Logs - Reports - External telemetry - Langfuse

Aman Sharma 5 months ago
π‘ Feature Requests
Manual Test Case for Nodes
Give option to pass custom input to a node on Testing to individually pass a particular test case instead of executing the whole flow

Vamsi Yechoor 5 months ago
π‘ Feature Requests
Manual Test Case for Nodes
Give option to pass custom input to a node on Testing to individually pass a particular test case instead of executing the whole flow

Vamsi Yechoor 5 months ago
π‘ Feature Requests
Show Testing Meta Data should show some more details
Show Testing Meta Data should show some more details β’ show timings and latency β’ Parallel execution doesn't show accurate timings instead mimic the timings from a sequential execution

Vamsi Yechoor 5 months ago
π‘ Feature Requests
Show Testing Meta Data should show some more details
Show Testing Meta Data should show some more details β’ show timings and latency β’ Parallel execution doesn't show accurate timings instead mimic the timings from a sequential execution

Vamsi Yechoor 5 months ago
π‘ Feature Requests
Google Calendar Integration Support
Google Calendar Integration Support Allow users to block their calendars through Lamatic Flow

Vrijraj Singh 5 months ago
ππ» Feedback
Google Calendar Integration Support
Google Calendar Integration Support Allow users to block their calendars through Lamatic Flow

Vrijraj Singh 5 months ago
ππ» Feedback
Configuration Refinement
Customer expressed that during setup and deployment some configurations felt unclear. The provider field says βModel Nameβ but requires an ARN for AWS, which caused confusion. When deploying flows, itβs not clear what exactly was deployed or where (no visibility into flows, jobs or edge regions). Jobs page linking back to corresponding flows. Newly created flows are automatically active, while the user expected them to be inactive by default. User noticed that code nodes currently support only JS/TS and asked about language flexibility.

Jhanvi Rajeshirke 5 months ago
ππ» Feedback
Configuration Refinement
Customer expressed that during setup and deployment some configurations felt unclear. The provider field says βModel Nameβ but requires an ARN for AWS, which caused confusion. When deploying flows, itβs not clear what exactly was deployed or where (no visibility into flows, jobs or edge regions). Jobs page linking back to corresponding flows. Newly created flows are automatically active, while the user expected them to be inactive by default. User noticed that code nodes currently support only JS/TS and asked about language flexibility.

Jhanvi Rajeshirke 5 months ago
ππ» Feedback
Include Flow Metadata in version controls
Extend git integration to include flow metadata like tags and owners, ensuring complete version control for all flow components.

Aman Sharma 6 months ago
π‘ Feature Requests
Include Flow Metadata in version controls
Extend git integration to include flow metadata like tags and owners, ensuring complete version control for all flow components.

Aman Sharma 6 months ago
π‘ Feature Requests
Modified Node Visual Indicators
Add visual indicators (similar to VS Code's file change indicators) to show which nodes have been modified but not yet saved, helping users track changes before deployment.

Aman Sharma 6 months ago
UI/UX
π‘ Feature Requests
Modified Node Visual Indicators
Add visual indicators (similar to VS Code's file change indicators) to show which nodes have been modified but not yet saved, helping users track changes before deployment.

Aman Sharma 6 months ago
UI/UX
π‘ Feature Requests