Advanced Chat System
Discord-like chat with servers, channels, voice/video calls, and real-time messaging
Modern chat and social networking with ActivityPub federation

Harmony is a modern federated social platform that combines the best of Discord-style chat with ActivityPub social networking. It's designed for communities that want rich communication features while maintaining connection to the broader fediverse.
# Clone the repository
git clone https://github.com/y4my4my4m/harmony.git
# Install dependencies
cd harmony
npm install
# Setup environment
cp .env.example .env.local
# Edit .env.local with your Supabase credentials
# Start development server
npm run devHarmony follows modern software architecture principles: