Good shape overall. A few tweaks would push it into the top tier.
A WYSIWYG Markdown editor with native AI. Fully open source. Free to use. Your data stays local.
Documentation
77
README documents how to install the project.
README is present.
Contributing guide is detailed and thorough.
Licensed under AGPL-3.0.
Engineering
86
No linter or formatter found.
→ Add ESLint (eslint.config.js) and/or Prettier (.prettierrc), install them as devDependencies, and add a `lint` script to package.json.
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Test files detected (apps/desktop/src/app-package-integration.test.ts).
CI is configured (.github/workflows/ci.yml).
Issue or PR templates present.
Project health
89
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 22Forks
- 134Releaseslatest 1mo ago
Community
- —Community health
- —authors own >50% of commits
- 474Watchers
Responsiveness
- 11hMedian issue response
- <1hMedian PR merge time
- 21Open issues
Repository files21 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- appsGood: Test files detected (apps/desktop/src/app-package-integration.test.ts).
- assets
- docs
- packages
- scripts
- .gitattributes
- .gitignoreGood: .gitignore present.
- AGENTS.md
- bump.config.mjs
- CHANGELOG.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- DESIGN.md
- LICENSEGood: Licensed under AGPL-3.0.
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- pnpm-workspace.yaml
- PRODUCT.md
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- README.zh-CN.md
- vercel.json