A real-time team collaboration platform — think Trello + Slack combined. Live task boards, chat, and notifications with zero manual refreshes.

Collabix is a real-time team collaboration platform — Trello + Slack in one intelligent workspace. Built with Next.js 16 (App Router) and React 19, it talks to the Collabix API over REST and Socket.IO to keep a Workspace → Project → Task hierarchy, kanban board, chat, notifications, presence, and activity feed all in sync live, with no manual refreshes.
Sign up or log in, create a workspace, add projects, and manage tasks on the kanban board. Chat, notifications, presence, and the activity feed update live as your team works — no refresh needed.
| Variable | Description | Example |
|---|---|---|
| API_URL | Backend base URL for server-side requests (Route Handlers, proxy) | http://localhost:5000 |
| NEXT_PUBLIC_API_URL | Backend base URL exposed to the browser | http://localhost:5000 |
| NEXT_PUBLIC_SOCKET_URL | Socket.IO server URL for realtime connections | http://localhost:5000 |