The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.
Lowdefy is a versatile source-available web framework designed for building various types of business applications. It offers a simple YAML or JSON configuration method to create internal tools, web apps, admin panels, BI dashboards, websites, and CRUD apps. With Lowdefy, users can easily build web UIs, connect to databases and APIs, extend app functionality with npm plugins, and host their apps anywhere that supports Next.js deployment.
To install Lowdefy, follow these steps:
Create a new Next.js app.
Install Lowdefy using npm:
npm install @lowdefy/lowdefy
Create a Lowdefy configuration file (yaml or json) to define the app structure.
Start the Lowdefy development server:
npx lowdefy start
Complete the installation by following the detailed setup guide on the Lowdefy documentation.
Lowdefy is a comprehensive web framework that simplifies the development of business applications by offering easy-to-use configuration, a wide range of features including easy database and API connections, npm plugin extensions, and robust security measures. Its flexibility in deployment, authentication methods, and access control make it suitable for developers building various types of applications with different requirements.