Introduction
Zavi Family Monorepo
A monorepo containing all applications under zavi.family domain with reusable components and clean architecture.

Push the boundaries.
Extract reusable modules into well-contained packages for long-term agility.



import { Button, Header } from "ui";
export default function Page() { return ( <> <Header text="Homeschool" /> <Button /> </> );}
Introduction
A monorepo containing all applications under zavi.family domain with reusable components and clean architecture.