Collaboration
Teams, project management, invitations, and advanced permissions. This is the pack-collaboration pack.
No special integration needed
Collaboration is built on the base services every Hype Stack app already runs:
- Postgres for teams, projects, memberships, and invitation records.
- Valkey / WebSockets for real-time presence.
There is no third-party account to create and no pack-specific environment variables to fill in.
What it depends on
- A starter pack for auth. The signed-in user is what team membership and permissions attach to.
- The starter's Resend config if you want org invite emails delivered. Team invitations are created as database records regardless; the invite email itself comes from the starter's email setup, not from this pack.
Environment variables
None. The pack reads the base template's DATABASE_URL and VALKEY_URL and relies on the starter for auth and email.