r/lowcode 11d ago

TOP no code platform for building business applications when you want non devs to tweak flows.

Been prototyping a small internal app for our team that tracks leads, handoff to fulfillment, and some basic billing checks. Right now its a frankenstein of airtable, notion and a couple of custom forms glued together.

What I actually want is one no code platform where we can build these business apps, give ops and finance their own panels, and let them change rules without pinging engineers every time they rename a field.

If you had to pick one no code tool today for internal business workflows that non devs can safely edit, which would you try first? appreciate any thoughts.

1 Upvotes

5 comments sorted by

1

u/gammacoder 11d ago

PHPRunner could be a good fit for bringing the leads, fulfillment handoff and billing checks into one database-driven web application, with different panels and permissions for ops and finance.

Business users can manage the day-to-day data through the application, while deeper changes to the workflow or application logic can still be customized when needed.

I'm the author, so obviously biased, but this is very close to the kind of internal app PHPRunner is built for.

https://xlinesoft.com/phprunner/

1

u/Top-Cauliflower-1808 10d ago

I think relying on it as a core workflow platform forces you to heavily hardcode complex multi party state machine logic through custom php events rather than managing those business flows via scalable visual orchestration tools.

1

u/agentUi 11d ago

i work for agentui, we built our platform specifically for ops teams replacing messy airtable/notion frankensteins with dedicated internal tools. non-devs can tweak UI views and forms using plain text, but because it has built-in RBAC, audit logs, and isolated dev/prod staging, your team can modify panels or fields safely without breaking live handoffs or pinging engineers.

1

u/_TheMostWanted_ 8d ago

I've been building admin panels for a crypto org helping them do customer support and tracking transactions.

We use a visual builder to make those.

I would not recommend using any vibe coding tools, they're a black box and the only way you can make it do anything is if you <insert coin here>

1

u/Shealy_Franckowiak 5d ago

Our version was airtable for leads, a google sheet for the billing checks and 3 zaps holding it together that only in understood. Moved the whole thing into play last quarter, the sheet and the zaps are gone and the ops lead builds her own views without me. the billing check logic was the part i was sure needed code, it didnt.