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 guide5pt76

Contributing guide is detailed and thorough.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under AGPL-3.0.

Engineering

49

Issue and PR templates6pt0

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.

Tests18pt35

Test files detected (builder6/ai/src/ai/ai.service.spec.ts).

CI/CD14pt57

CI is configured (.github/workflows/npm-release.yml).

Reproducibility6pt80

Lockfile present (yarn.lock). Installs are reproducible.

Linting and formatting5pt100

Linter or formatter configured (eslint.config.mjs).

Project health

83

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt65

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 416
    Forks
  • 1000
    Releaseslatest 4y ago

Community

  • Community health
  • authors own >50% of commits
  • 1,562
    Watchers

Responsiveness

  • 7d 16h
    Median issue response
  • 413d 2h
    Median PR merge time
  • 578
    Open issues
Repository files38 root entries
  • .github
    Good: CI is configured (.github/workflows/npm-release.yml).
  • .vscode
  • .yarn
  • builder6
    Good: 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.
  • deploy
    Good: Environment pinned via deploy/cluster/docker-compose.yml.
  • docs
  • ee
  • packages
  • services
  • skills
  • test
  • .commitlintrc.json
  • .cursorrules
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .prettierignore
  • .yarnclean
  • .yarnrc.yml
  • CODE_OPTIMIZATION_SUGGESTIONS.md
  • CODE_QUALITY_ANALYSIS.md
  • CONTRIBUTING.md
    Good: 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.mjs
    Good: Linter or formatter configured (eslint.config.mjs).
  • EXPLORATION_SUMMARY.txt
  • lerna.json
  • LICENSE.txt
    Good: Licensed under AGPL-3.0.
  • package.json
    Good: Dependency manifest found (package.json).
  • PUBLISH.md
  • QUICK_ACTION_ITEMS.md
  • QUICK_REFERENCE.md
  • README_cn.md
    Good: 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.lock
    Good: Lockfile present (yarn.lock). Installs are reproducible.