Netzo
The complete open-source framework for building web apps.
Website ยท Docs ยท Issues ยท Discord
What is Netzo?
Netzo is a batteries-included meta-framework for Deno Fresh. It offers a collection of modules and opinionated best practices, empowering developers to build web apps faster without sacrificing flexibility.
Main Features
๐ APIs: Collection of integrations for popular HTTP APIs and services.
๐ Authentication: Simple user management and role-based access control (RBAC).
๐๏ธ Database: Simple data management for the multi-model, real-time database that powers apps.
๐งฉ Components: Customizable UI components, blocks and layouts to import/copy-paste into apps (powered by
shadcn-ui
).๐ป CLI: Command-line interface (CLI) to help you develop and deploy Netzo applications.
Why Netzo?
"Low-code tools make the first 60% easy, and the remaining 40% impossible."
Custom business app development has challenges. Traditional development is complex and time-consuming. In business software flexibility but speed and efficiency are paramount. Our goal is to provide full-code flexibility at no-code speeds boosting developer productivity and enabling them to build apps 10x faster.
Tech Stack
Runtime: Powered by Deno, the modern and secure JavaScript runtime, ensuring efficiency and a superior developer experience.
Framework: Built on Deno Fresh, a next-gen web framework designed for rapid development, contributing to Netzo's speed, reliability, and simplicity.
Database: Deno KV, a fast, reliable, and secure key-value database, perfectly suited for Netzo's data storage needs.
Quick start
deno install -Arf https://deno.land/x/netzo/cli/netzo.ts
netzo init
deno task start
netzo deploy --build --production
To deploy your project, you need to create a project in the Netzo Platform if you don't already have one.
Contribute
Contributions are always welcome! Please read the contribution guideline first.