Flow Like - Alpha v0.0.5 #364
felix-schultz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Alpha v0.0.5 is our most ambitious release yet. After seven weeks of intense development, we're thrilled to ship Flow-Like on iOS, a comprehensive Event System for workflow automation, real-time collaboration, and a suite of improvements that make building and running flows faster, more powerful, and more accessible.
Highlights
print/warning/errornodes.Flow-Like on iOS
We're bringing the full Flow-Like experience to iOS. Build, execute, and monitor workflows directly on your iPhone or iPad — with the same typed, composable power you know from Desktop.
What's Included
TestFlight Access
The iOS app will be available via TestFlight soon. We'll publish a dedicated blog post with installation instructions, feature walkthrough, and early-access details. Stay tuned!
Event System — Automate Everything
The new Event System transforms Flow-Like into a true automation platform. Trigger workflows on schedules, HTTP requests, Discord messages, and more — all with typed event payloads that flow naturally into your nodes.
Supported Event Types
Cron Jobs
Schedule workflows to run automatically. Perfect for:
Example:
0 9 * * MON→ weekly Monday 9am report generationHTTP Events
Expose workflows as webhooks. Trigger flows from:
Example: Receive webhook → validate payload → process order → notify team
Discord Events
Build Discord bots directly in Flow-Like. React to:
Use Cases:
Example Flow (Sketch):
Discord Message Event→LLM (ChatGPT)→Discord Reply→Log to DatabaseComing Soon
Real-Time Collaboration
Work on flows together. See your teammates' cursors in real-time, edit nodes simultaneously, and stay in sync with an efficient, conflict-free syncing mechanism.
Features
Perfect for:
Personal Access Tokens & API Access
Automate your Flow-Like experience with Personal Access Tokens. Trigger workflows, manage projects, and integrate with external systems programmatically.
API documentation coming soon — covering endpoints for:
Use cases:
Remote Model Service
Access powerful LLMs without managing API keys or infrastructure. Our Remote Model Service provides:
Available Now
Perfect for prototyping, learning, and low-volume production.
Coming Soon
No credit card required for Free tier. Just log in and start building.
Node Improvements
Dot Notation for Field Access
Access nested struct fields naturally:
Works across all nodes that accept field selectors — cleaner flows, less manual mapping.
OpenAI Node with Custom Keys
Use your own OpenAI API key in the OpenAI node. Great for:
Flexible Print/Warning/Error Nodes
print,warning, anderrornodes now accept any generic value — not just strings.Pass in:
Faster debugging without manual
toStringconversions.Parallel Iteration (Experimental)
Iterate over arrays with parallel execution where safe. Significant speedups for:
Automatically respects data dependencies and execution order.
Performance & Fetching
Improved Fetching Strategy
Result: Noticeably snappier experience, especially on large projects and slower connections.
Bug Fixes & Polish
Online Project Creation
Fixed: Creating online projects without a "Bit" (data source) now works correctly.
Interface Improvements
What's Next
This release sets the stage for:
Community & Thanks
A massive thank you to everyone who's been testing, reporting issues, and sharing ideas. The feedback from the r/selfhosted community continues to shape Flow-Like's direction.
Special thanks to early testers who helped shake out bugs in the iOS build and event system — your input made this release possible.
Links
Download Alpha v0.0.5 and start building automated, collaborative, mobile-ready workflows today.
This discussion was created from the release Flow Like - Alpha v0.0.5.
Beta Was this translation helpful? Give feedback.
All reactions