Cync
Cync is an internal application for managing meeting transcripts, sticky notes, bookmarks, and AI-powered knowledge extraction.
Production URL: https://cync.aicholdings.com
Repository: aic-holdings/aicync
What Cync Does
┌─────────────┐
│ Fireflies │
│ (Transcripts)│
└──────┬──────┘
│
┌──────────────────────┼──────────────────────┐
│ ▼ │
│ ┌─────────────┐ │
│ │ Cync │ │
│ │ Server │ │
│ └──────┬──────┘ │
│ │ │
│ ┌─────────────────┼─────────────────┐ │
│ │ │ │ │ │ │
│ ▼ ▼ ▼ ▼ ▼ │
│ Meetings Stickies Links PM AI Chat │
└─────────────────────────────────────────────┘
Core Features
| Feature | Description |
|---|---|
| Meetings | Fireflies.ai integration for automatic transcription |
| Stickies | Rich text notes with version history and tagging |
| Links | Bookmark management with folders and previews |
| PM | Wrike integration for task management |
| AI Chat | Conversational interface over meeting data |
| Cync Summaries | Multi-agent AI summarization of team activity |
Tech Stack
| Layer | Technology |
|---|---|
| Framework | Next.js 15+ (App Router) |
| Frontend | React 19, Tailwind CSS, Shadcn/UI |
| Database | Supabase (PostgreSQL) |
| Auth | Supabase Auth |
| AI | OpenRouter (multi-model gateway) |
| Transcripts | Fireflies.ai API |
| PM | Wrike API |
| Testing | Vitest, Playwright |
Database Schemas
Cync uses multiple Supabase schemas:
aicync- Primary application data (stickies, links, news)public- Shared tables (inbox_items)
Key Routes
| Route | Description |
|---|---|
/protected/meetings | Meeting transcript list |
/protected/stickies | Notes management |
/protected/links | Bookmark manager |
/protected/pm | Project management (Wrike) |
/protected/rhea | AI assistant chat |
/protected/cync | Multi-agent summary generation |