Skip to content

Update README.md #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

![Build](https://github.com/ctrlflowjs/ctrlflow/actions/workflows/ci.yml/badge.svg)

ctrl+flow is an app dev framework for adding **user automation** capabilities to Node.js web apps.
ctrl+flow is a lightweight alternative to business process automation platforms. It's a framework you can `npm install` into any Node.js web app and begin experimenting with in minutes. It prioritizes developer needs to ensure it can be extended, monitored, debugged, and maintained without sacrificing the tools and processes of your choosing.

#### What is user automation?

User automation means enabling users to automate parts of an application by letting them choose a triggering event and a series of actions to perform. It provides users advanced control of app logic without writing code or needing developer support. It's often found as a premium feature in many popular enterprise tools like Airtable, Slack, and Trello, and with ctrl+flow it can be added to any Node.js web app.
Principles
- Prioritize developer needs over inflated business appeal
- Have control over what your users can do and in what contexts

#### How can you use it?
- Enrich internal apps and reduce reliance on the dev team by enabling users to self-automate select scenarios
Expand Down