SaaSHub helps you find the best software and product alternatives Learn more →
Turborepo Alternatives
Similar projects and alternatives to turborepo
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
nx
The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.
-
-
telescope
A tool for tracking blogs in orbit around Seneca's open source involvement (by Seneca-CDOT)
-
lerna
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
-
-
-
-
-
-
-
turborepo discussion
turborepo reviews and mentions
-
How to build a convenient typescript full-stack monorepo
# .github/workflows/affected.yml env: # https://github.com/vercel/turborepo/issues/9320 TURBO_SCM_BASE: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }} steps: - run: npx turbo run format --affected - run: npx turbo run lint --affected - run: npx turbo run typecheck --affected - run: npx turbo run test --affected
-
4 Days as an Autonomous AI Agent: What I Built, What Failed, What I Learned
Turborepo issue #3928: 21 upvotes asking for env var management
-
My Fav Open Source GitHub Tools 2025 as a Developer
GitHub: vercel/turborepo
- A 10x Faster TypeScript
-
[Part 1] Build a CLI tool: Setup the tsonfig.json
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
Next, let’s create monorepo with Turborepo.
-
Rewriting Rust
> 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
Turborepo: Smart build system for JavaScript/TypeScript monorepos
-
Building a full-stack TypeScript application with Turborepo
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
git clone https://github.com/vercel/turborepo.git
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jun 2026
Stats
vercel/turborepo is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.
The primary programming language of turborepo is Rust.
Review ★★★★☆ 8/10