nx VS turborepo

Compare nx vs turborepo and see what are their differences.

nx

An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things. (by nrwl)

turborepo

Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo] (by vercel)
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
nx turborepo
374 84
26,282 14,873
1.7% -
10.0 9.8
6 days ago over 2 years ago
TypeScript Rust
MIT License Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nx

Posts with mentions or reviews of nx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-05.
  • GeoNetwork-ui custom applications made easy
    2 projects | dev.to | 5 Jun 2025
    For this exercice, we will create a Nx workspace, which helps scaffolding all your Angular setup. geonetwork-ui itself is a monorepo powered by Nx.
  • Preparations for trunk-based development - 1st phase
    3 projects | dev.to | 5 May 2025
    Nx Documentation: Monorepos Made Easy
  • Why I failed technical interview and how to tackle it?
    1 project | dev.to | 1 May 2025
    Take Nx as an example. Head over to their Issues tab, pick a bug, and try to reproduce it. Then read through the code, understand the business logic, and make a fix. If you manage to create a successful pull request, congratulations—you just did the same thing professional developers do daily.
  • File structure in Docmost, an open-source alternative to Confluence and Notion
    3 projects | dev.to | 24 Apr 2025
  • Frontend Monorepos: A Comprehensive Guide
    3 projects | dev.to | 19 Apr 2025
    Nx Documentation: https://nx.dev/ - Official documentation for the Nx build system.
  • UmiJS: the Shaolin of web frameworks
    19 projects | dev.to | 30 Mar 2025
    🏗️ The Umi's plugin system and API is quite interesting. You can do a lot with that. The approach is quite common for dev tools and in this case resembles both Vite and Nx with their extensibility and community orientation. There's a huge ecosystem of plugins of all sorts, and you can always complement them with your own (which is quite important for sophisticated enterprise development). I'd assume you could build pretty decent metaframework mechanisms with this flexible approach. At least, as I mentioned already, you have a bunch of thoughtful building blocks for that.
  • Building EczEase with Cutting-Edge Tech - Introduction
    5 projects | dev.to | 22 Mar 2025
    Nx is our choice for managing the project's monorepo structure. It provides powerful tools for scaling our development process, ensuring code reusability, and maintaining consistency across different parts of the application. With Nx, we can efficiently manage multiple projects within the EczEase ecosystem, from the main web application to potential mobile apps and backend services.
  • Why I Swapped NX for Standalone Projects
    1 project | dev.to | 20 Mar 2025
    Hello! I used to like NX a lot. It was a monorepo for all my projects—different brands and clients in one place. It worked well, but it didn’t suit me. Most of my projects are single Angular apps. So, I stopped using one big NX repo and made separate projects instead. Here’s why I prefer it.
  • The Final (For Now) Setting for My Personal Blog as a Dev
    2 projects | dev.to | 15 Mar 2025
    The project is using Nx workspace + PNPM for package management
  • Micro-Frontends: The Next Big Thing or Just Hype?
    1 project | dev.to | 26 Feb 2025
    Then there’s the tooling. Micro-frontends aren’t as plug-and-play as a monolith yet. You’ll likely need custom build pipelines, deployment scripts, and a solid CI/CD setup. Tools like Nx can help here—its monorepo approach is a lifesaver for managing multiple micro-frontends in one cohesive workspace. Their micro-frontend guide is worth a peek if you’re curious.

turborepo

Posts with mentions or reviews of turborepo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-16.
  • My Fav Open Source GitHub Tools 2025 as a Developer
    9 projects | dev.to | 16 Jun 2025
    GitHub: vercel/turborepo
  • A 10x Faster TypeScript
    38 projects | news.ycombinator.com | 11 Mar 2025
  • [Part 1] Build a CLI tool: Setup the tsonfig.json
    3 projects | dev.to | 3 Feb 2025
    When you setup a monorepo using turbo, the basic template gives you 3 packages by default. This can be found in turborepo/examples/basic.
  • Building a Better Monorepo with TypeScript, Turborepo, or Nx
    1 project | dev.to | 11 Nov 2024
    Next, let’s create monorepo with Turborepo.
  • Rewriting Rust
    23 projects | news.ycombinator.com | 25 Sep 2024
    > Look at the dependency tree for a next

    Looks ok to me: https://npmgraph.js.org/?q=next

    Ironically, most of the dependencies are actually Rust crates used by swc and turbopack [1]. Try running cargo tree on either of those crates, it's enlightening to say the least. And of course, Node has a built in file watcher, and even the most popular third party package for file watching (Chokidar) has a single dependency [3].

    [1] https://github.com/vercel/turborepo/blob/main/Cargo.toml

    [2] https://github.com/swc-project/swc/blob/main/Cargo.toml

    [3] https://npmgraph.js.org/?q=chokidar

  • Learn how to build a monorepo in Next.js
    4 projects | dev.to | 8 Dec 2022
    Turborepo: Smart build system for JavaScript/TypeScript monorepos
  • Building a full-stack TypeScript application with Turborepo
    6 projects | dev.to | 30 Nov 2022
    We’ve only scratched the surface of what we can do with Turborepo. You can find more examples in the Turborepo examples directory on GitHub. Skill Recordings on GitHub is also another great resource that has been around since Turborepo was first released.
  • 10 Trending Github repositories / October, 27 2022
    9 projects | dev.to | 27 Oct 2022
    git clone https://github.com/vercel/turborepo.git
  • Component composition
    2 projects | /r/reactjs | 13 Oct 2022
    I use https://turborepo.org/ to facilitate my monorepo. Essentially it's a way of structuring your configs, UI; apps etc and you consume each like an internal package. I find benefits for this as the kinds of sites I make will generally have an internal app, an admin panel and a marketing site. I can write UI, config etc in one place and consume them over the three projects to keep everything consistent.
  • How I Monorepo
    5 projects | dev.to | 9 Oct 2022
    The latest addition to the Composer Suite monorepo, Turborepo optimizes monorepo workflows by caching build artifacts. This may sound a little abstract and boring, but what this actually means is that when you build something within your monorepo, Turborepo will make sure only the things that it depends on are rebuilt; everything else will be retrieved from a cache that either lives on your local computer, or a remote cache server. Adding Turborepo to the Composer Suite monorepo pretty much halved CI build times, but it was also a way to teach Vercel, which I use for hosting the various example apps in the repo, to only actually deploy the ones that have changed since their last deployment. And that's really cool!

What are some alternatives?

When comparing nx and turborepo you can also consider the following projects:

nestjs-monorepo-microservices-proxy - Example of how to implement a Nestjs monorepo with no shared folder

lerna - Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

vite - Next generation frontend tooling. It's fast!

single-spa - The router for easy microfrontends

tsup - The simplest and fastest way to bundle your TypeScript libraries.

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?