Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

fblettner/liberty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

117 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚠️ This repository is archived β€” no longer maintained

Liberty Framework has been rebuilt from the ground up as Liberty Next.

Liberty Next is a complete rewrite that fixes the structural limitations of this codebase: the heavy ly_* metadata-table model is replaced with a connector-driven architecture (SQL / API / DB connectors defined in TOML, schema discovered at runtime), giving major improvements in performance, simplicity, and the ability to add forms, reports and lookups without coordinated inserts across half a dozen tables. The frontend is bundled directly inside the project (no external shared libraries), the AI integration uses the Anthropic SDK, and OIDC/Keycloak is first-class.

➑️ New work happens at github.com/fblettner/liberty-next.

This repository is kept available for reference and for users still running the v1 applications (NOMASX-1, NOMAJDE, AIRFLOW) until migration tooling lands in Liberty Next. No new features, no bug fixes β€” please open issues on the new repository instead.


πŸ“– Liberty Framework

A Scalable and Extensible FastAPI and React Framework for Business Applications

Announcements

  • Last Release:
  • Build React Frontend and Setup before adding to Python package
  • Get version from last tag to set the package version
  • Add a delay before building the docker image
  • Build docker image after publishing to PyPi
  • Sync with github release
  • Issue with focus on input lookup when opening search dialog
  • Implement call for custom rest api, add drop and create database for framework
  • Migrate Airflow to 3.0
  • Add new report for OUT Users/Roles
  • Upgrade Airflow to 3.1.6
  • Add operators for grid filtering
  • New visual builder for dialogs

πŸš€ Liberty Framework is a powerful, modular, and extensible FastAPI-based and React-based framework designed to streamline backend development for business applications. It provides database management, authentication, real-time socket communication, and more, making it easy to deploy and scale enterprise solutions.

Login = demo
Password = demo
Appplication = LIBERTY, NOMASX-1 and NOMAJDE

liberty


✨ Features

βœ… FastAPI-based – High-performance backend with asynchronous capabilities.
βœ… React-based – Beautiful and responsive frontend without any dependencies to components.
βœ… Database Management – SQLAlchemy, Alembic for migrations, and PostgreSQL support.
βœ… Real-Time Communication – Integrated WebSocket (Socket.IO) for live updates.
βœ… Authentication & Security – JWT authentication, encryption, and role-based access.
βœ… Automated Database Migrations – Alembic versioning for multiple databases.
βœ… Easy Installation & Deployment – Available as a Python package and Docker image.
βœ… Extensible – Plugin-based architecture to support future enhancements.

✨ Enterprise additional features

  • 🌐 Traefik: A powerful reverse proxy for routing and load balancing.
  • βš™οΈ AirFlow: Automate and manage workflows effortlessly.
  • 🐘 pgAdmin: Manage your PostgreSQL database visually with ease.
  • πŸ” KeyCloak: OIDC Service for authentication
  • πŸ“‚ Gitea: Git Repository to manage dags, plugins, backup

πŸ“¦ Installation

Requirements

A PostgreSQL 16 database is required. You can either:

  • Create a Docker image based on postgres:16, or
  • Install PostgreSQL 16 directly on your host system.

For easier setup and to ensure compatibility with future enterprise features, it is recommended to create a database with a user named liberty.

Option 1: Install via pip

pip install liberty-framework

πŸš€ Quick Start

After installation, you can start the framework with:

liberty-start

βš™οΈ URL

Installation URL

  • Setup: http://<your_host>:<your_port>/setup
  • Application: http://<your_host>:<your_port>
  • API Documentation: http://<your_host>:<your_port>/api
  • Swagger: http://<your_host>:<your_port>/api/test

Demo URL


πŸ“– Documentation


🀝 Contributing

We welcome contributions! Here’s how you can help:

  1. Fork this repository.
  2. Clone your fork:
    git clone https://github.com/fblettner/liberty-framework.git
  3. Create a new branch for your feature:
    git checkout -b feature-name
  4. Commit your changes:
    git commit -m "Add new feature"
  5. Push to your fork and submit a Pull Request:
    git push origin feature-name
  6. Join discussions and help improve the framework!

πŸ’– Sponsorship

If you find Liberty Framework useful and would like to support its development, consider sponsoring us. Your contributions help maintain the project, add new features, and improve the documentation. Every contribution, big or small, is greatly appreciated!

To sponsor, visit: GitHub Sponsors or reach out to us directly.


πŸ“œ License

Liberty Framework is open-source software licensed under the AGPL License.
Enterprise features require a license:

  • NOMASX-1: Security management, Segregation of duties and licenses compliancy
  • NOMAJDE JD-Edwards integration
  • Airflow Plugins: Automatic database backup, database synchronisation...
  • Liberty AI: Currently, OpenAI is set into the configuration, you have to use your own account without enterprise features license

πŸ“§ Contact & Support

If you have questions or need support:


⭐ If you find Liberty Framework useful, consider giving it a star on GitHub!

git clone https://github.com/fblettner/liberty-framework.git
cd liberty-framework

πŸš€ Let's build the future of business applications together! πŸš€

About

Liberty Framework, next generation of no-code/low-code

Topics

Resources

License

Stars

9 stars

Watchers

1 watching

Forks

Sponsor this project

 

Packages

 
 
 

Contributors