Welcome
Open. Modular. Business Application Platform
Last updated
Open. Modular. Business Application Platform
Voyzu is an Open Source and modular Platform on which business applications can be built.
The Voyzu platform provides capabilities for building high-quality packages, including:
A package contract that gives every package a standard composition and installation interface.
A module contract for the modules within a package.
Users and authentication.
Auditing database tables and APIs.
Web page rendering and routing.
REST API development and documentation
Database access, including transaction support.
Generic React components that support a consistent user experience.
Consistent layout, styling, and public CSS variables.
To install Voyzu see Production installation and setup
@voyzu/coreThe Voyzu Core package provides Core and Financial Ledger Capability including:
Organization management
Company Management
Country and Tax Settings management
Financial Ledger capabilities, including:
General Ledger
Account Receivable Subledger
Accounts Payable Subledger
Taxation
Inventory Ledger
Start exploring the documentation at Introduction
(@voyzu/ice-creams)The Voyzu Ice-creams package is a best practice package that illustrates many of the Voyzu Platform patterns in use. If you are intending to develop a Voyzu package you can install this package and then use its source code as a best practice example for you or you AI agent to follow.
It is not intended to be an actual ice-creams management module :-)
Read more at @voyzu/ice-creams
(@voyzu/ugly-package)The Voyzu Ugly package is designed to illustrate the freedom you have as a Voyzu package developer. It deliberately doesn't use Voyzu components or follow Voyzu patterns.
If you are independently minded and are wondering just how far you can push the system and still remain compliant, this is the package for you!
Read more at @voyzu/ugly-package
Last updated
npm run voyzu:install -- https://github.com/chrisjameslennon/voyzu-packages.git @voyzu/corenpm run voyzu:install -- https://github.com/chrisjameslennon/voyzu-packages.git @voyzu/ice-creamsnpm run voyzu:install -- https://github.com/chrisjameslennon/voyzu-packages.git @voyzu/ugly-package