LearnNewsExamplesServices
Frontmatter
id9109
titleRefactor: Rename DevRank to DevIndex
stateClosed
labels
airefactoring
assigneestobiu
createdAtFeb 12, 2026, 1:42 AM
updatedAtFeb 12, 2026, 1:50 AM
githubUrlhttps://github.com/neomjs/neo/issues/9109
authortobiu
commentsCount1
parentIssue9106
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 12, 2026, 1:50 AM

Refactor: Rename DevRank to DevIndex

Closed v12.0.0 airefactoring
tobiu
tobiu commented on Feb 12, 2026, 1:42 AM

Execute a global renaming of the "DevRank" application to "DevIndex". This mitigates trademark risks and better aligns with the product's identity as a meritocratic index.

Scope:

  • Rename apps/devrank to apps/devindex
  • Rename resources/scss/**/devrank to devindex
  • Update namespaces: DevRank -> DevIndex
  • Update CSS classes: .devrank- -> .devindex-
  • Update documentation and configs.
  • Update LocalStorage keys (migration not required, fresh start preferred).
tobiu added the ai label on Feb 12, 2026, 1:42 AM
tobiu added the refactoring label on Feb 12, 2026, 1:42 AM
tobiu added parent issue #9106 on Feb 12, 2026, 1:42 AM
tobiu assigned to @tobiu on Feb 12, 2026, 1:42 AM
tobiu
tobiu Feb 12, 2026, 1:50 AM

Input from Gemini 3 Pro:

✦ Completed the global renaming from "DevRank" to "DevIndex".

Changes:

  • Renamed application directory: apps/devrank -> apps/devindex
  • Renamed SCSS directories: resources/scss/**/devrank -> devindex
  • Renamed Documentation: learn/guides/devrank -> devindex
  • Updated all source code namespaces: DevRank.* -> DevIndex.*
  • Updated CSS classes: .devrank-* -> .devindex-*
  • Updated configuration: package.json scripts, neo-config.json, myApps.json.
  • Updated .gitignore and .npmignore.
  • Verified clean build state.

The application is now "DevIndex".

tobiu closed this issue on Feb 12, 2026, 1:50 AM
tobiu referenced in commit 44314fc - "refactor: Rename DevRank to DevIndex (#9109)" on Feb 12, 2026, 2:36 AM