{"id":47637377,"url":"https://github.com/gangelxxx/ccdoc","last_synced_at":"2026-05-22T07:02:09.573Z","repository":{"id":345872244,"uuid":"1187827501","full_name":"gangelxxx/ccDoc","owner":"gangelxxx","description":"Desktop app for project documentation with a built-in AI assistant.","archived":false,"fork":false,"pushed_at":"2026-05-12T13:26:11.000Z","size":5916,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T15:25:11.781Z","etag":null,"topics":["ai","desktop-app","documentation","electron","knowledge-base","local-first","mcp","prosemirror","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gangelxxx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-21T08:14:29.000Z","updated_at":"2026-05-12T13:38:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gangelxxx/ccDoc","commit_stats":null,"previous_names":["gangelxxx/ccdoc"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/gangelxxx/ccDoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gangelxxx%2FccDoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gangelxxx%2FccDoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gangelxxx%2FccDoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gangelxxx%2FccDoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gangelxxx","download_url":"https://codeload.github.com/gangelxxx/ccDoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gangelxxx%2FccDoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33107564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","desktop-app","documentation","electron","knowledge-base","local-first","mcp","prosemirror","typescript"],"created_at":"2026-04-02T00:23:31.032Z","updated_at":"2026-05-16T15:01:22.868Z","avatar_url":"https://github.com/gangelxxx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/media/AiHi.gif\" alt=\"ccDoc\" /\u003e\n\u003c/p\u003e\n\n# ccDoc\n\nDesktop app for project documentation with a built-in AI assistant. Runs locally, data stays on your machine.\n\n## Why?\n\nNotion and Confluence are too heavy for personal/team docs. A folder of markdown files gets messy fast. ccDoc is somewhere in between — structured docs in a local app, with version history out of the box.\n\nIt also exposes your docs via [MCP](https://modelcontextprotocol.io/), so AI tools like Claude Code, Cursor or Windsurf can read and edit them directly.\n\n## What's inside\n\n**Documents** — rich text editor with tables, code blocks, images, checklists.\n\n**Kanban boards** — columns, cards, labels, custom properties. Board / table / list views.\n\n**Diagrams** — whiteboard with shapes and arrows, described in text and laid out automatically.\n\n**Ideas** — quick chat-style notes. Can be turned into a plan or a kanban board later.\n\n**Todo lists** — simple checklists.\n\n**Search** — full-text search across everything.\n\n**Version history** — Git-based, with rollback.\n\n## AI assistant\n\nBuilt-in Claude integration. Tell it what you need — it reads your docs and code, then creates or updates sections, generates diagrams, builds kanban boards.\n\nExamples:\n- *\"document the auth flow based on the source code\"*\n- *\"create an architecture diagram for the API layer\"*\n\n## MCP\n\nccDoc includes an MCP server. Install it for your AI tool from the app menu — no manual config needed.\n\n## Getting started\n\n### From a release\n\nGrab the installer from the [Releases](https://github.com/dilaverdmn/ccDoc/releases) page.\n\n### From source\n\n```bash\npnpm install\npnpm build\npnpm dev\n```\n\nNode.js 20+ required.\n\n## Build\n\nAfter `pnpm install \u0026\u0026 pnpm build`:\n\n```bash\ncd packages/desktop\n\n# Windows — installer + portable .exe\nnpx electron-builder --win\n\n# macOS — .dmg + .zip\nnpx electron-builder --mac\n\n# Linux — AppImage + .deb\nnpx electron-builder --linux\n```\n\nOutput goes to `packages/desktop/release/`.\n\nmacOS and Linux builds are untested — issues and PRs welcome.\n\n## Tech stack\n\nElectron, React, TipTap, libSQL, isomorphic-git, Zustand, Tree-sitter, ONNX Runtime.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgangelxxx%2Fccdoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgangelxxx%2Fccdoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgangelxxx%2Fccdoc/lists"}