A 3-person platform team runs CI for a 600+ project Nx monorepo.
With Nx Agents on Nx Cloud they:
- maintain half the CI config and don't re-shard as new projects land
- trust the cache again, thanks to task sandboxing
How @WeAreLegora got there: nx.dev/blog/legora-success-s…
You can add Nx to an existing pnpm workspace without restructuring anything.
Install nx at the root, add a small nx.json with your targetDefaults, and run tasks across every project with nx run-many. Caching and task ordering come from there.
Given the current explosion of PRs, distribution on CI is a must. But when hundreds of tasks spread across machines it can get tricky to stay on top of what needs your attention.
Now you can, introducing the new Timeline View.
nx.dev/blog/nx-cloud-timelin…
With AI being non-deterministic and pushing 10x the amount of code, enforcing consistency is more important than ever.
Custom code generators can be one mechanism to counter that:
- more token-efficient
- deterministic
- let AI agents create & run them
nx.dev/blog/agent-extract-nx…
The AWS Pace team created their own stack on top of Nx to help customers move faster from a working prototype to a deployed production app.
A great example of Nx’s customizability. Read their full blog post here:
aws.amazon.com/blogs/opensou…
Today, after updating Nx, I migrated a large monorepo from ESLint to Oxlint. Took 5 hours. Some rules were rewritten as Oxlint plugins by an AI agent. Without AI agents, I’d be afraid to even start this.
🚀 Nx 23.2 is out.
- Oxlint & Oxfmt
- Leaner CLI output for AI agents and CI
- Caching across local clones & agent sandboxes
- TUI status bar and VIM search
- @angular 22.1
- Expanded @vitest_dev support
And more. All the details 👇
nx.dev/blog/nx-23-2-release
Full end to end type safety achieved 🎉
- C#/.NET backend
- React + TypeScript frontend
Change something in the backend API and frontend type checking fails immediately.
@juristr walks through how to set this up in an Nx monorepo.
Would you describe your CI as resilient?
Nx Agents distribute CI tasks across multiple machines. Agents pull the next task from a shared pool as soon as they're free, so if a machine dies or a flaky test fails, another agent picks it up and CI keeps running.
nx.dev/docs/features/ci-feat…
The AWS PACE team:
"we face the tension between speed and production readiness daily. [...] Our teams landed on Nx and have used it for several years for exactly this"
nx.dev/blog/nx-plugin-for-aw…
Custom workspace ESLint rules are a good task to hand to your coding agent. Give it the link to the docs guide, and it scaffolds the plugin package and writes the rule for you.
nx.dev/docs/kb/custom-worksp…
🚀 Nx 23.2 is out.
- Oxlint & Oxfmt
- Leaner CLI output for AI agents and CI
- Caching across local clones & agent sandboxes
- TUI status bar and VIM search
- @angular 22.1
- Expanded @vitest_dev support
And more. All the details 👇
nx.dev/blog/nx-23-2-release
Full end-to-end type safety across tech stacks is a dream for many developers. @EnderAgent makes it look easy.
In his latest article, he shows how to achieve full-stack type safety in an Nx monorepo hosting a .NET WebAPI with a JavaScript frontend.
nx.dev/blog/dotnet-openapi-t…
Polyglot monorepos are becoming more common. @juristr from our team did a deep dive on how to add Topcoat, the Rust-based web framework to an existing PNPM + Nx monorepo.
(🤫 you don't have to set up all by yourself, agents are really good at this)
nx.dev/blog/polyglot-nx-mono…