tiddlywiki/tiddlywiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 7th, 2026
Created on November 22nd, 2011
Open Issues & Pull Requests: 1,164 (+0)
GitHub issues: Enabled
Number of forks: 1,250
Total Stargazers: 8,645 (+0)
Total Subscribers: 228 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.2 hours
Mean response time: 139.8 days
90th percentile: 139.9 days
Tracked items: 1,274

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 67% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. 68% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 2% of issues opened in the past year have been closed. Three people close 81% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 871
New in 7 days: 5
Closed in 7 days: 3
Avg open age: 1,846 days
Stale 30+ days: 851
Stale 90+ days: 806

Recent activity

Opened in 7 days: 4
Closed in 7 days: 3
Comments in 7 days: 3
Events in 7 days: 10

Top labels

  • improvement (255)
  • bug (244)
  • discussion (203)
  • actionable (174)
  • newfeature (169)
  • usability (101)
  • refactor (98)
  • documentation (77)

Detailed Description

TiddlyWiki is a self-contained JavaScript wiki that runs as a single HTML file in the browser or as a Node.js application.

The tool solves the problem of creating and maintaining personal knowledge bases without dependence on external services or corporations. It is a complete interactive wiki implemented in JavaScript where the entire user interface is built in WikiText, making it highly customizable. Users can deploy it as a standalone HTML file for offline use or run it as a Node.js server application with persistent storage and multi-user capabilities.

TiddlyWiki suits individuals and teams who want full control over their wiki infrastructure and data. It works well for personal note-taking, project documentation, and knowledge management where independence from cloud platforms is valued. The tool can be deployed in multiple environments including browsers, Node.js servers, AWS Lambda, and even Android via Termux. Those choosing this approach should be comfortable with either using a single HTML file or managing a Node.js installation, and should expect to engage with a community-driven project rather than a commercial product.

The project maintains active community engagement through multiple forums including an official discussion board, GitHub discussions for questions, and issue tracking for bug reports. Development activity shows ongoing command-line tooling expansion with support for plugin loading, batch operations on tiddler files, and static site generation. The tool supports named command parameters for complex operations and includes comprehensive documentation covering installation, configuration, and deployment across different platforms.