Open source, expandable Business Management Software. Manage tasks, time, assets and much more.
Deploy this app to Linode with a free $100 credit!
REI3 is an open low code application platform. It runs on almost any system, on-premise or in the cloud and is free to use for individuals and organizations.
Applications are built with the integrated, graphical Builder utility, after which they can be signed, exported, shared and/or sold. A growing range of free, production ready business applications are publicly available.
New! We just created a new forum to serve as an official site for REI3 discussions. Feel free to browse or sign-up to post questions, requests, issues and feedback. You can find the new forum at community.rei3.de.
REI3 is easy to setup, with a graphical installer and portable version on Windows, packages for Linux systems as well as a compose file for Docker environments.
To get a full step-by-step manuel, visit the admin documentation. It also includes details about different deployment options and system requirements.
All versions of REI3 include the graphical Builder utility, which you can use to create or change applications. After installing REI3, you can enable the Builder inside the system configuration page. The maintenance mode must be enabled first, which will kick all non-admin users from the system while changes are being made.
For information about how to use the Builder, please visit the Builder documentation.
If you want to make changes to the REI3 platform itself, you can fork this repository or download the source code and then build your own executable.
2.5.1.2980
).r3.go
is located) and execute: go build -ldflags "-X main.appVersion={YOUR_APP_VERSION}"
.{YOUR_APP_VERSION}
with the version of the extracted source code. Example: go build -ldflags "-X main.appVersion=2.5.1.2980"
db/upgrade/upgrade.go
).GOOS
, you can cross-compile for other systems (GOOS=windows
, GOOS=linux
, ...).-wwwpath
command line argument to load REI3 with an external www
directory, in which you can make changes directly.The REI3 server application is built on Golang with the frontend primarily based on Vue.js. By using modern web standards, REI3 applications run very fast (cached application schemas, data-only websocket transfers) and can optionally be installed as progressive web apps (PWA) on client devices.
REI3 heavily relies on PostgreSQL for data management, storage and backend functions.
Contributions are always welcome - feel free to fork and submit pull requests.
REI3 follows a four-digit versioning syntax, such as 3.2.0.4246 (MAJOR.MINOR.PATCH.BUILD). The major release will stay at 3 indefinitely, while we introduce new features and database changes with each minor release. Patch releases primarily focus on fixes, but may include small features as long as the database is not changed.
The branch main
will contain the currently released minor version of REI3; patches for this version can directly be submitted for the main branch. Each new minor release will use a separate branch, which will merge with main
once the latest minor version is released.
Please login to review this project.
No reviews for this project yet.
Galette is a membership management web application towards …
A budgeting app based on the Bucket Budgeting Principle.
A simple web app to understand and control your expenses.
Comments (0)
Please login to join the discussion on this project.