Skip to content

MatrixFamily is an independent technology ecosystem built on the Matrix protocol, focused on secure communication and decentralized infrastructure. We create privacy-first platforms and tools designed for both users and developers, with long-term resilience and trust as core principles.

Notifications You must be signed in to change notification settings

easypro-tech/matrix-family

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Family

Privacy-first communication ecosystem built on the Matrix protocol.

Website: matrix.family

Repository Structure

This repository is a monorepo containing developer tools and reference implementations for the MFOS platform.

matrix-family/
├── mfos/                      # MFOS Platform Developer Tools
│   ├── app-template/          # Official app starter template
│   └── examples/
│       └── calculator/        # Reference implementation
├── hushme/                    # HushMe Ecosystem
│   └── store-apps/            # App submissions for HushMe Store
└── README.md

MFOS Developer Tools

Tools for building applications on the MFOS platform.

app-template

Official starter template for MFOS applications. Includes all required configuration, type definitions, and best practices.

cd mfos/app-template
bun install
bun run dev

examples/calculator

Complete calculator application demonstrating:

  • MFOS API integration
  • State persistence with mfos.storage
  • Localization with mfos.i18n
  • UI components from mfos.ui.components
  • CSS variables for theming
cd mfos/examples/calculator
bun install
bun run dev

HushMe Store Apps

Submit your MFOS applications to HushMe Store.

See hushme/store-apps for submission guidelines and requirements.

Documentation

Full documentation available at mfos.tech.

Community

  • Discussions — questions, ideas, community apps
  • Issues — bugs and actionable reports

License

Only MFOS Developer Tools (mfos/) are licensed under the MIT License. Other parts of the repository may have different licensing terms.

About

MatrixFamily is an independent technology ecosystem built on the Matrix protocol, focused on secure communication and decentralized infrastructure. We create privacy-first platforms and tools designed for both users and developers, with long-term resilience and trust as core principles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors