Getting Started
Netzo is a cloud-based, agile-development platform that helps businesses streamline their custom business software development cycles. Designed for organization-wide productivity and collaboration, it enables developers to code, deploy and share custom business software faster with all teams.
Main Features
netzo/cli
with no extra setup or tooling.netzo
, a toolbox of components and utilities made to 10x your DX when developing software solutions.Modules
APIs
The netzo/apis
module exports all the API integrations currently supported. Each API integration is a function that returns a typed client for the API.
CLI
The netzo/cli
module is a command line tool to streamline local development of projects in Netzo.
Components
The netzo/components
module is a collection of UI components written in Preact (TSX) and built with Radix UI and UnoCSS.
Composables
The netzo/composables
module exports a set of composable functions that encapsulate common stateful logic for reuse.
DB
The netzo/db
module exports a set of utility functions to interact with the project's Deno KV datastore in a RESTful or resource-oriented manner.
Modules
The netzo/modules
module exports all official Modules o add to your projects a plug-and-play fashion.
Quick Links
The documentation is organized into the following sections based on the intended outcomes. Feel free to jump directly into the section that best fits your needs.