nean-stack

Summarize NEAN stack architecture decisions for NestJS, Angular, and Nx monorepos.

3|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/edfenton/claude-skills --skill nean-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nean-stack
Source: https://github.com/edfenton/claude-skills/tree/main/nean/nean-stack
Command: npx skills add https://github.com/edfenton/claude-skills --skill nean-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides structured guidance for selecting stack components and architecture for NEAN-based projects, ensuring consistent decisions before scaffolding or implementation.

Core Features & Use Cases

  • Monorepo strategy using Nx for NEAN apps
  • Backend: NestJS with TypeORM, PostgreSQL
  • Frontend: Angular 21+ with NgRx and Tailwind
  • Reference-first approach to architecture before scaffolding or implementation
  • Use Case: When starting a new NEAN project, consult this guide to align modules, libs, and environments.

Quick Start

Consult the NEAN stack reference before starting a new NEAN project to align modules, libs, and deployment patterns.

Frequently Asked Questions about nean-stack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the NEAN stack architecture for NestJS, Angular, and Nx monorepos?

The NEAN stack architecture structures monorepos using Nx for NestJS and Angular. It guides project setup by defining monorepo layouts, tooling choices, and deployment patterns before implementation begins.

How do I set up an Nx monorepo for NestJS and Angular?

To set up an Nx monorepo for NestJS and Angular, consult a NEAN stack reference to align modules, libraries, and environments. This establishes a consistent structure for backend and frontend integration before scaffolding.

Does the NEAN stack architecture include TypeORM and PostgreSQL for the backend?

Yes, the NEAN stack architecture includes NestJS paired with TypeORM and PostgreSQL for the backend. This combination is documented as a core component of the stack's architecture decisions.

What frontend libraries are recommended for an Angular Nx monorepo?

For an Angular Nx monorepo, the NEAN stack architecture recommends using NgRx for state management and Tailwind for styling. These libraries are standard choices within the reference architecture.

When should I consult NEAN stack architecture decisions for project planning?

You should consult NEAN stack architecture decisions when starting a new project to validate versions, environments, and runtime requirements. This ensures consistent tooling and deployment patterns before scaffolding.