aidotnet/opendeepwiki

OpenDeepWiki is the open-source version of the DeepWiki project, aiming to provide a powerful knowledge management and collaboration platform. The project...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 19th, 2026
Created on April 27th, 2025
Open Issues & Pull Requests: 20 (+0)
GitHub issues: Enabled
Number of forks: 457
Total Stargazers: 3,596 (+0)
Total Subscribers: 25 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.3 hours
Mean response time: 5.1 days
90th percentile: 11.2 days
Tracked items: 203

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 88% of issues opened in the past year have been closed, leaving a working backlog. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 388 days
Stale 30+ days: 20
Stale 90+ days: 18

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (12)
  • feature (6)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

OpenDeepWiki is a knowledge management platform that transforms Git repositories, ZIP archives, and local directories into searchable, AI-driven knowledge bases with documentation, chat, and Model Context Protocol support.

The tool addresses the challenge of organizing and accessing repository knowledge by ingesting source code and documentation, then generating structured outputs including README summaries, project overviews, wiki catalogs, and multi-language translations. It indexes this content once and reuses it across multiple interfaces: a public Next.js documentation site with SEO-friendly routes, a built-in chat assistant, embedded chat APIs, and MCP endpoints. The backend runs on ASP.NET Core with background workers handling repository processing, translation, and incremental updates. The frontend uses Next.js with React, and the system supports both SQLite and PostgreSQL for data storage.

Teams managing multiple repositories or needing to expose repository knowledge through multiple channels should consider this tool. It suits organizations that want to automatically generate documentation from source code and provide chat-based access to that knowledge without maintaining separate systems. The platform includes an admin console for managing repositories, users, roles, API keys, and AI provider configuration, plus integrations with Feishu, QQ, WeChat, and Slack for incoming chat and webhook channels.

The project shows active development across its full stack, with recent work on core backend functionality, frontend components, and deployment infrastructure. Maintenance activity spans multiple areas including database schema updates, API endpoint refinement, and Docker configuration. The codebase demonstrates ongoing attention to both new feature development and existing system stability.