GON

Modular Ecosystem

Continue with GitHub

Quick Start

Create modular ecosystem application in minutes. Gon CLI will guide you through the process of setting up your project, creating modules, and deploying to production.

quick-start.sh
gon create-project myapp
cd myapp && gon up
gon release

Built-in tools

Gon comes with a suite of built-in tools to help you develop, test, and deploy your application. Queue worker, mail catcher, and more — all included out of the box.

Extendable

Gon is designed to be extendable. Create your own modules, share them with the community, or use third-party modules to add new features and integrations to your application.

Install module

Simple command to install any module from the ecosystem. Gon CLI will handle the installation, configuration, and setup of the module, so you can focus on building your application.

module-install.sh
gon require Office

Production ready

Simple command to configure your environment for production. Gon CLI will handle the setup, so you can focus on building your application.

set-env.sh
gon set:env MAIL_MAILER=smtp