Forked from AIaW by NitroRCr
AIaW Collaborative is a next-generation, multi-user AI workspace platform. This project is a fork of AIaW, reimagined for real-time collaboration, team chat, and extensibility. The database layer has been rewritten to use Supabase, enabling robust user management, roles, and live chat features. A Web3 layer has also been added for decentralized features and future integrations.
- Multi-user collaboration: Real-time chat and workspace sharing
- Supabase backend: Modern, scalable DB layer for authentication, roles, and data
- User roles: Fine-grained access control for teams and organizations
- Real-time chat: Synchronized conversations for all workspace members
- Web3 layer: Decentralized features and integrations
- Extensible: (TODO) Collaborative agents (LiteLLM/Plugin-based)
pnpm installYou can use either a local Supabase instance (recommended for development) or connect to a cloud Supabase project.
-
Copy the environment file and fill in your secrets:
cp env.docker-compose.example .env.docker-compose # Edit .env.docker-compose with your values -
Start Supabase services:
docker compose up -d
This will launch all Supabase services including:
- Studio (Dashboard): http://localhost:8000
- Kong (API Gateway): http://localhost:8000
- PostgREST (REST API): http://localhost:8000/rest/v1/
- Auth (GoTrue): http://localhost:8000/auth/v1/
- Storage: http://localhost:8000/storage/v1/
- Realtime: http://localhost:8000/realtime/v1/
- Analytics: http://localhost:4000
Default Dashboard Credentials:
- Username:
supabase - Password:
this_password_is_insecure_and_should_be_updated
- Sign up for Supabase and create a new project.
- Update your environment variables to point to your cloud instance.
quasar dev- Collaborative agents (LiteLLM/Plugin-based)
- Use Celestia-hosted graph as agent collaboration layer
- More granular permissions and workspace management
- Enhanced plugin system
BSD 3-Clause License
Copyright (c) 2025, dasein108
See LICENSE for details.