Trust layer
Builder intelligence
The brain of your builder — what the platform remembers, the patterns it watches, and the smarter steps it can recommend.
88
/100 · HighStrengths
- Architecture facts pinned
- Protected items declared
- Failed fixes tracked
- Pattern checks running
Gaps
- Live token accounting not yet wired
- Cross-project template memory pending
9
Architecture, decisions, protected
7
4 passing
Architecture summary
What the platform knows
Framework
TanStack Start v1 + Vite 7
UI
shadcn/ui · Tailwind v4 · lucide-react
Routing
File-based, /app/* shell layout
Backend
Novasia Cloud (managed)
Design tokens
Cloud White · Sora + Manrope
Active phase
Phase 7 — Builder Intelligence
Recommendations
Smarter next moves
Use Patch Mode for the next hero copy tweak
The last 3 hero edits were single-line. Patch keeps the conversion-tested layout intact.
Reuse the existing OnboardingStepper
A new wizard surface is being added on /app/projects/new. The shared stepper covers the same shape.
Preserve the access policy on /app/access
Locked by Maya. Edits there require unlock + review.
Sidebar issue may need diagnostic mode
3 patch attempts on the same file in 2 hours. Switching scope or class is likely needed.
Split the planned redesign into 3 phases
Estimated > 60% of monthly budget if run as one job. Scheduler can pace it weekly.
Pattern consistency
Project drift checks
- ok
Component patterns consistent
All routes use shadcn primitives + lucide icons.
- watch
Watch: duplicate Stat component
Stat is re-declared in 3 routes. Consider promoting to src/components/.
- ok
Route logic consistent
All app routes live under /app/* with matching head() metadata.
- ok
Auth/onboarding behavior consistent
Auth gates only at save/publish, matching project decision.
- drift
Drift: SEO defaults on /app/blog
Blog index is missing og:image. Other public routes have it.
- ok
Naming convention stable
Routes use kebab-case files, components use PascalCase.
- watch
Watch: budget vs scope
Two recent builds exceeded the suggested phase budget by > 15%.
Latest snapshot
Phase 7 — Builder Intelligence
In progress · Just now
- Templates added with rule defaults
- Migration audit workflow live
- Project memory upgraded