Good community traction and solid fundamentals. Nearly in the top tier.
The AI-Native Infrastructure for Enterprise Apps. Powered by ObjectStack (ObjectQL, ObjectOS, Object UI). Turn Prompts into Enterprise Software.
Documentation
96
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under AGPL-3.0.
Engineering
49
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (builder6/ai/src/ai/ai.service.spec.ts).
CI is configured (.github/workflows/npm-release.yml).
Lockfile present (yarn.lock). Installs are reproducible.
Linter or formatter configured (eslint.config.mjs).
Project health
83
.gitignore present.
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 26 / 230Commits (30d / 90d)
- 415Forks
- 1000Releaseslatest 4y ago
Community
- 50% - FairCommunity health
- 2 bus factorauthors own >50% of commits
- 1,563Watchers
Responsiveness
- 7d 16hMedian issue response
- 413d 2hMedian PR merge time
- 578Open issues
Repository files38 root entries
- .githubGood: CI is configured (.github/workflows/npm-release.yml).
- .vscode
- .yarn
- builder6Good: Test files detected (builder6/ai/src/ai/ai.service.spec.ts).Issue: Build artifacts or local files may be committed (builder6/server/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- deployGood: Environment pinned via deploy/cluster/docker-compose.yml.
- docs
- ee
- packages
- services
- skills
- test
- .commitlintrc.json
- .cursorrules
- .gitattributes
- .gitignoreGood: .gitignore present.
- .prettierignore
- .yarnclean
- .yarnrc.yml
- CODE_OPTIMIZATION_SUGGESTIONS.md
- CODE_QUALITY_ANALYSIS.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- eslint.config.mjsGood: Linter or formatter configured (eslint.config.mjs).
- EXPLORATION_SUMMARY.txt
- lerna.json
- LICENSE.txtGood: Licensed under AGPL-3.0.
- package.jsonGood: Dependency manifest found (package.json).
- PUBLISH.md
- QUICK_ACTION_ITEMS.md
- QUICK_REFERENCE.md
- README_cn.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- SPEC_INDEX.md
- SPEC_VALIDATION_SUMMARY.md
- START_HERE.md
- STEEDOS_SPEC_REFERENCE.md
- steedos.config.js
- tsconfig.json
- yarn.lockGood: Lockfile present (yarn.lock). Installs are reproducible.