Welcome to Abstra
ππΌ Abstra is a simple and powerful way to build business automation workflows.
π§©Β It's a Python-powered backoffice engine, which simplifies orchestrating Python processes with automatic and manual, UI-based steps.
βοΈΒ Our community Cloud offers 1-click deploy, scalable hosting, and more. We also offer premium features for enterprise teams, such as built-in access control.
π§ Automating from scratch is expensive and time-consuming, while no-code platforms end up in lock-ins and logic limitation. Instead, Abstra combines the best of both worlds: build robust workflows in a fraction of the time.
Installationβ
Make sure you have Python 3.7 or higher installed to use Abstra.
Open your terminal and type:
$ pip install abstra
If you already had our previous abstra lib installed, use pip install abstra β-upgrade
instead.
Creating or running a projectβ
To open the editor, use the abstra serve
command. If you're starting a new project, point to an empty folder.
$ abstra serve ./your-project-directory
After the server starts, open http://localhost:3000/_editor
to start editing in your browser. You can also access from your custom IP address.