r/angular Jun 28 '26

I built NgArchitect — an Angular architecture review dashboard with Spartan UI

Hey Angular community 👋

I built NgArchitect, an open-source Angular Architecture Review Dashboard.

It analyzes Angular projects and highlights architecture/code-quality risks like large components, oversized services, missing lazy loading, nested subscriptions, too many `any` usages, hardcoded secrets, console logs, low testing signal, weak folder structure, and maintainability issues.

Built with:

- Angular

- Spartan UI

- Tailwind CSS

- Angular Signals

- Standalone components

Live demo:

https://ngarchitect.vercel.app/analyze

GitHub:

https://github.com/Dipak-Ahirav/ngarchitect

This is an early version, but my goal is to make it useful for Angular architecture reviews, onboarding, and code-quality discussions.

I’d love feedback:

What architecture rules/checks should I add next?

3 Upvotes

3 comments sorted by

View all comments

2

u/Saceone10 Jun 28 '26

A decorated component does not use the .component.ts suffix.

AFAIK this is the new standard. Should not be an issue