+ Inboxly is an open-source real-time messenger platform designed + for teams and products that need a fully integratable communication inbox. + It solves the problem of building reliable, secure, and extensible messaging + systems by providing APIs, SDKs, and embeddable components. +
+| Layer | +Technology | +
|---|---|
| Frontend | +React + Vite, Tailwind CSS | +
| Backend | +Node.js + Express | +
| Database | +MongoDB | +
| Realtime | +Socket.IO | +
| Auth | +JWT + RBAC | +
| Storage | +Local / S3-compatible | +
+ git clone https://github.com/YOUR_USERNAME/inboxly.git ++
+ npm install ++
+ cp .env.example .env ++
+ cd backend && npm run dev{"\n"}
+ cd frontend && npm run dev
+
+ POST /auth/login → Authenticate userPOST /auth/register → Register new userGET /messages/:id → Fetch conversationPOST /messages → Send new messageDELETE /messages/:id → Delete message