netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
52 stars 2 forks source link
deno denofresh javascript netzo open-source preact typescript
Netzo logo

Netzo

Productive open-source framework for building business web apps.

Website · Docs · Issues · Discord


[![Discord](https://discord.com/api/guilds/1069584352415068251/widget.png)](https://discord.gg/tbDUpRQCTk) [![Follow on Twitter](https://img.shields.io/twitter/follow/netzoio.svg?label=follow+netzoio)](https://twitter.com/netzoio) [![GitHub Repo stars](https://img.shields.io/github/stars/netzo/netzo?style=social)](https://github.com/netzo/netzo)

We are on our road to v1! Be sure to pin version via netzo@X.Y.Z to ensure things don't break.

What is Netzo?

Netzo is a platform and 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.

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 not only is 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.

Main Features

Quick start

  1. Install Deno CLI

  2. Install Netzo CLI

deno install -Arfg https://deno.land/x/netzo/cli/netzo.ts
  1. Initialize project
git clone https://github.com/netzo/template-minimal
cd template-minimal
  1. Run project
deno task start
  1. Deploy project
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.