EN
Platform UI is currently English-only. Other languages here track your preference for future translations.
worksphere
worksphere
An AI-powered collaborative productivity platform combining workspace management, Kanban, calendar, notes, whiteboard, AI assistants, voice commands, real-time collaboration, and intelligent workflow automation.
๐ Key Features
- Workspace Management - Multi-workspace organization with role-based access
- Kanban Boards - Drag-and-drop task management with customizable columns
- Calendar Integration - Event scheduling with day, week, and month views
- Rich Notes - TipTap-powered editor for collaborative documentation
- Interactive Whiteboards - Excalidraw-based visual collaboration
- AI Assistant - OpenAI-powered chat with context awareness
- Template Builder - Custom workflow templates and automation
- Real-time Collaboration - WebSocket-based live updates
๐ Tech Stack
- Framework: Next.js 16 with React 19
- Database: PostgreSQL with Prisma ORM
- Authentication: Clerk
- Styling: Tailwind CSS with Radix UI components
- AI: OpenAI integration
- State Management: Zustand stores
- Testing: Vitest + Playwright for E2E
- Real-time: WebSocket support
๐ Project Structure
src/
โโโ app/ # Next.js app router pages
โ โโโ dashboard/ # Main application routes
โ โโโ sign-in/ # Authentication pages
โโโ components/ # React components
โ โโโ ai/ # AI assistant UI
โ โโโ calendar/ # Calendar views
โ โโโ kanban/ # Kanban board components
โ โโโ notes/ # Notes editor
โ โโโ whiteboard/ # Whiteboard canvas
โ โโโ ui/ # Shared UI components
โโโ lib/ # Business logic
โโโ ai/ # AI integration
โโโ auth/ # Authentication helpers
โโโ stores/ # Zustand state stores
โโโ [feature]/ # Feature-specific logic
๐ฏ Getting Started
- Clone the repository
- Install dependencies:
npm install - Set up your environment variables
- Run database migrations:
npx prisma migrate dev - Start development server:
npm run dev
๐งช Testing
- Unit tests:
npm test - E2E tests:
npm run test:e2e - Watch mode:
npm run test:watch
Built with modern web technologies for scalable team productivity and AI-enhanced workflows.