Skip to content

Framework Overview

The Vyuh Framework is a collection of open-source packages that enable you to build modular, scalable, CMS-driven Flutter apps. It provides the no-code flexibility to Business teams (via the CMS) and the full-code power to Engineering teams, putting the right control at the right place without compromise.

Core Packages

The framework is organized into several categories of packages:

System Packages

Sanity Integration

Plugin Packages

Architecture

The Vyuh Framework is built around a few core concepts:

Features

Features are the primary building blocks of a Vyuh application. They represent user-facing functionality in a modular, reusable, atomic manner. Features can be composed together to create the entire app or a family of apps, and can be transferred between apps easily.

Plugins

All third-party integrations are handled in a cross-cutting manner using Plugins. Authentication, Networking, CMS, Storage, Permissions, and more are all plugins available to all features.

CMS-Driven UI

Also known as Server-Driven UI, the entire app experience can be driven from a CMS. This includes screen journeys, page content, themes, and more. The CMS itself is a standard plugin with custom Providers. You can bring your own CMS as a ContentProvider.

INFO

The default CMS used by Vyuh is Sanity.io.

Getting Started

To get started with the Vyuh Framework, you can either use the full framework for your app or start small with the vyuh_content_widget package.

Resources