# 1. Clone & install
git clone https://github.com/zync-meet/Zync.git
cd Zync
npm install
cd backend && npm install && cd ..
# 2. Setup environment variables
cp .env.example .env
cp backend/.env.example backend/.env
# 3. Start development servers
cd backend && npm run dev &
npm run devThat's it! Open http://localhost:8081 to see it running.
| Feature | Description |
|---|---|
| AI Project Architect | Generate architecture, tech stack, and roadmaps via Google Gemini |
| Real-Time Notes | Conflict-free CRDT block editing (Yjs) with live cursors |
| Kanban + Git Sync | Drag-and-drop tasks that automatically sync with GitHub commits & PRs |
| Instant Chat | Socket.IO messaging with read receipts and file sharing |
| Design Inspiration | Search Dribbble/Behance designs with live scraping and Redis caching |
Existing tools for engineering teams are either:
- Fragmented across multiple disjointed platforms (Jira, Slack, Google Docs, GitHub)
- Too expensive for indie developers and small startups
- Not fully open source or lacking built-in AI architecture planning
We built Zync because we wanted a unified, developer-first workspace. A single place where project management, real-time codebase discussion, collaborative documentation, and AI-assisted planning happen seamlessly.
Zync is proudly built and maintained by:
![]() |
![]() |
![]() |
|---|---|---|
| Lakshya Chitkul | Prem Sai Kota | Eeshitha Gone |
(For deep architecture, API references, and backend documentation, please explore the docs folder or the codebase.)
We love contributions! See our Contributing Guide to get started.
Not sure where to start? Check issues labeled good first issue on our Issues Board.
For any support, media inquiries, or questions, please contact us at consolemaster.app@gmail.com.

)


