Feature Proposal: Vibe coding complex Backend Workflows

I’d like to suggest adding built‑in support for complex backend workflow orchestration, something like:

Scheduled tasks / Cron‑style jobs

Advanced conditional logic (e.g. branching based on API responses, data values)

Bulk or big-data fetches and transformations

Multi‑step external API orchestration (e.g. call A → process data → conditional call to B → update database)

These types of workflows are common in real‑world apps—like nightly updates, data syncing across services, event‑based logic, and analytics pipelines—and they go beyond simple CRUD or UI logic.

Use case scenarios where this would be immensely useful:

  1. Daily or hourly background jobs, such as pulling data from third‑party APIs, performing transformations, and storing results.

  2. Complex orchestration flows, where you need to run a sequence: fetch → transform → filter/branch → call another API → save—ideally all visually represented as a flowchart.

  3. Conditional execution, e.g. “if API response meets X, then send alert or trigger another workflow.”

Right now, vibe‑coding feels great for interactive UI-driven flows—but for backend-heavy logic it often forces workarounds or manual code editing. Adding native support for scheduled, conditional, multi‑step backend operations would make Lovable a far more powerful full-stack tool.

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board

💡 Feature Request

Date

17 days ago

Author

Francisco Castillo

Subscribe to post

Get notified by email when there are changes.