Skip to content

dasein108/AIaW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

482 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Collaborative (AI as Workspace)

Ask DeepWiki

Forked from AIaW by NitroRCr


About

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.


Key Features

  • 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)

Quick Start

1. Install dependencies

pnpm install

2. Setup Supabase

You can use either a local Supabase instance (recommended for development) or connect to a cloud Supabase project.

Local Supabase (via Docker Compose)

  1. Copy the environment file and fill in your secrets:

    cp env.docker-compose.example .env.docker-compose
    # Edit .env.docker-compose with your values
  2. Start Supabase services:

    docker compose up -d

    This will launch all Supabase services including:

    Default Dashboard Credentials:

    • Username: supabase
    • Password: this_password_is_insecure_and_should_be_updated

Cloud Supabase

  • Sign up for Supabase and create a new project.
  • Update your environment variables to point to your cloud instance.

3. Start the app

quasar dev

Roadmap

  • Collaborative agents (LiteLLM/Plugin-based)
  • Use Celestia-hosted graph as agent collaboration layer
  • More granular permissions and workspace management
  • Enhanced plugin system

License

BSD 3-Clause License

Copyright (c) 2025, dasein108

See LICENSE for details.

About

Cyber Chat – A full-featured, collaborative platform for seamless interaction between Humans and AI. Includes: Public/Private Chats with Human or Agents, Workspaces, Groups, Web3 features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 46.6%
  • Vue 33.1%
  • PLpgSQL 13.2%
  • Python 2.6%
  • JavaScript 1.8%
  • SCSS 1.8%
  • Other 0.9%