Analysis updated 2026-05-18
Scope exactly which files an AI assistant is allowed to touch before it starts a task.
Trace how a Laravel change flows through routes, controllers, and views before accepting it.
Require real test evidence instead of trusting an AI's own claim that something works.
Learn unfamiliar code through contextual reference cards while reviewing a change.
| developeratlas5/developeratlas-public | 00kaku/gallery-slider-block | 0xkinno/vellum | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Full Navigator VS Code extension is currently tester-access only, the hosted Compendium is not yet available.
Developer Atlas is a tool built for people working with AI coding assistants on Laravel and Vue projects, aimed at keeping the human in control of what the AI changes. The core idea is that AI can produce code faster than a person can review and remember it, so this project builds a loop around every change: you scope what the AI is allowed to touch, the tool helps you understand the resulting change, you review real evidence of whether it works, and only then do you accept, revise, or reject it. Before an AI even starts a task, you declare which files it may edit, what behavior must stay protected, and what counts as done. A component called Navigator connects the routes, controllers, views, and dependencies of a Laravel project so a reviewer can trace a change through the codebase instead of just trusting a diff. Another piece, called Control, keeps track of the change request and the evidence supplied for it, while making sure the AI itself cannot claim a test passed when it was never actually run. A third piece, Compendium, is a reference library of programming concepts meant to help less experienced developers understand unfamiliar code they encounter along the way. The project is described as a public preview and internal alpha: the underlying software has been tested internally, but broader usability and real paid demand are still unproven. Right now what's actually available to try includes a browser based Control Lite generator, a guided walkthrough using a static Laravel example, and some curated example content. The full Navigator extension for VS Code is currently limited to testers, and a hosted version of the Compendium reference library is not yet available. The project emphasizes privacy: it works locally by default, has no telemetry in this preview, requires no account or payment to try, and never runs verification commands or makes acceptance decisions on its own without a human confirming them.
A control layer for AI-assisted coding on Laravel and Vue projects that scopes what an AI can change and requires human review before changes are accepted.
Mainly JavaScript. The stack also includes JavaScript, Laravel, Vue.
Released under the MIT license, which allows free use, modification, and distribution as long as the copyright notice is kept.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.