Team Collaboration Platform

VIBETEAMZ

Most side projects die in week two. Not because the code is hard, but because nobody's reviewing your PRs, nobody's keeping you honest, and nobody notices when you stop. vibeteamz fixes that.

55
API Endpoints
19
Database Tables
112
Tasks Tracked
0-100
Focus Score

? The Problem

  • > Solo devs build apps but lose motivation without accountability
  • > Multiple AI sessions (Claude Code tabs) work on the same project with zero coordination
  • > No visibility into who's editing what — merge conflicts and duplicated work
  • > GitHub Issues and Slack don't understand your focus state or active file context
  • > Context collapse kills productivity when there's nobody to keep you honest

+ The Solution

  • > Find a team, join a project, and ship together — with real-time presence and activity feeds
  • > Heartbeat API syncs your Claude Code sessions so the team knows who's doing what
  • > Active file tracking shows who's editing what — spot overlaps before they become merge hell
  • > Focus scoring turns accountability into a game — no standup meetings required
  • > GitHub webhooks auto-close tasks on merge and track PR status in the dashboard
Core Features

Everything a distributed team needs

><

Real-Time Presence

See who's online, what file they're editing, and their current focus score. Supabase Realtime keeps the dashboard live. Heartbeat API syncs your coding sessions.

%

Focus Scoring

A 0-100 score that tracks deep focus vs. context collapse. Gamified accountability without meetings — your score speaks for itself.

</>

GitHub Integration

Webhook receiver captures pushes, PRs, CI status, and reviews. Tasks auto-close when PRs merge. The PR dashboard shows everything at a glance.

[=]

Milestones & Tasks

Create milestones with due dates, break them into tasks, and track progress. Full CLI integration: vf vibeteamz task start 42 and you're rolling.

||

Multi-Session Sync

Running three Claude Code tabs? Each one syncs independently. The team sees all your active sessions with file-level granularity.

#

Project Chat & Activity

Real-time chat with threaded replies. Activity feed shows pushes, PRs, task completions, and joins — auto-refreshing, always current.

{ }

API Keys & CI/CD

Long-lived vbtz_ tokens with scoped permissions for pipelines. Dual auth: API keys for bots, Supabase JWT for humans.

~

vibe-focus Bridge

Built on top of vibe-focus CLI. Local focus tracking stays local — only heartbeats go to the server. Zero code changes to your workflow.

CLI Experience

Ship from the terminal

~/my-project — vibeteamz
# Check who's online
$ vf vibeteamz team
  vibeteamz — 3 online
  ● phil      working on t42: GitHub webhook receiver
  ● sarah     working on t38: Landing page redesign
  ◐ marco     idle 12m

# Claim and start a task
$ vf vibeteamz task start 45
Claimed and started task t45: Add notification bell component

# Post a note to the activity feed
$ vf vibeteamz note "Finished notification system, 9 types supported"
Note posted to activity feed.

# Mark it done
$ vf vibeteamz task done 45
Task t45 marked as done. Focus score: +20

"Solo devs build apps. Teams build companies. The difference isn't talent — it's accountability, visibility, and the stubborn refusal to let each other quit."

— Why I built vibeteamz

Workspace

Your team at a glance

> Team Presence

phil api/webhooks/github
sarah components/landing
marco idle 12m
jade last seen 2h ago

> Milestone Progress

v1.0 Launch 78%
Security Hardening 100%
GitHub Integration 92%
Org Management 45%
Getting Started

How It Works

01

Install vibe-focus

Install the vibe-focus CLI and add it to your project. vibe-focus runs 100% locally — it only sends heartbeats to vibeteamz when you opt in.

02

Find or Create a Project

Browse projects by category, tech stack, or roles needed. Or create your own and recruit builders. GitHub OAuth gets you in with one click.

03

Connect Your CLI

vf vibeteamz login --github links your local vibe-focus to the team. From now on, your presence, tasks, and activity sync automatically.

04

Ship Together

Claim tasks, track milestones, push code, and watch your focus score climb. GitHub webhooks close tasks on merge. No manual bookkeeping.

Honest Assessment

Ups & Downs

+ What Works Great

  • Full-stack SaaS: 55 API endpoints, 19 database tables, real-time features, all working together
  • AI-first: Built specifically for Claude Code with live context injection
  • Zero code changes: vf vibeteamz login once, then your normal workflow
  • Focus scoring turns accountability into a game without meetings
  • GitHub webhooks auto-close tasks and track PR status end-to-end
  • Security hardened: rate limiting, input sanitization, scoped API keys
  • Open source: both the platform and the CLI

! Current Limitations

  • Currently optimized for Claude Code — other AI agents coming later
  • Supabase Realtime (WebSockets) works great but adds hosting dependency
  • Organization features still in progress
  • No mobile app yet (responsive web only)
  • Project discovery limited while user base is small
  • Self-hosted option not yet available
Under the Hood

Technology Stack

Next.js 16 React 19 TypeScript Tailwind CSS 4 Supabase PostgreSQL Shadcn UI GitHub OAuth GitHub Webhooks PostHog Device Code Flow HMAC SHA-256 Rate Limiting Vercel

Solo devs build apps.
Teams build companies.

Free. Open source. No contracts, no agencies, no "schedule a demo." Install vibe-focus, find a team, and start shipping.

Start Building Together →