Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# BuildFlow 🔄
<img width="1916" height="817" alt="Screenshot from 2026-01-11 15-02-48" src="https://github.com/user-attachments/assets/0aa27aef-30ad-4474-a775-f313bf57a8a1" />

> A modern workflow automation platform with visual interface and event-driven execution engine. BuildFlow enables developers to build, deploy, and manage automated workflows connecting various services and APIs.

Expand All @@ -20,6 +19,8 @@

BuildFlow is a workflow automation platform inspired by N8N, designed to solve debugging and reliability issues in workflow execution. It provides a visual interface for creating workflows that connect triggers and actions (nodes) to automate business processes.

<img width="1024" height="559" alt="image" src="https://github.com/user-attachments/assets/2a8de777-7202-4611-9d9b-887bf93bfec3" />

### Core Concepts

- **Workflows**: Visual representations of automated processes
Expand Down Expand Up @@ -66,8 +67,11 @@ BuildFlow follows a **microservices architecture** with an **event-driven execut
4. **Execution**: Worker consumes messages and executes workflow nodes
5. **Status Tracking**: Each node execution tracked with retry logic

<img width="1916" height="817" alt="Screenshot from 2026-01-11 15-02-48" src="https://github.com/user-attachments/assets/0aa27aef-30ad-4474-a775-f313bf57a8a1" />

## 🛠️ Tech Stack


Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an extra blank line here that creates unnecessary whitespace. The section heading "### Frontend" at line 75 already has adequate spacing from the "## Tech Stack" heading at line 72.

Suggested change

Copilot uses AI. Check for mistakes.
### Frontend
- **Framework**: Next.js 15.4.5 (App Router, Turbopack)
- **UI Library**: React 19.1.1
Expand Down