NexChat is a chat application repository that currently includes:
nexchat-api: backend API service built with Node.jsnexchat-web: web client built with SvelteKitnexchat-iOS: iOS client built with SwiftUInexchat-flutter: mobile-related directory.
├── nexchat-api/ # Node.js + TypeScript + Hono API
├── nexchat-iOS/ # SwiftUI iOS client
├── nexchat-web/ # SvelteKit web frontend
├── nexchat-flutter/
└── docs/