turborepo
vercel
turborepo | vercel | |
---|---|---|
84 | 606 | |
14,873 | 13,775 | |
- | 1.0% | |
9.8 | 9.9 | |
over 2 years ago | 7 days ago | |
Rust | TypeScript | |
Mozilla Public License 2.0 | Apache License 2.0 |
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.
turborepo
-
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
-
Component composition
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
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!
vercel
-
Block AI Crawlers, Save Tears: Ditching Vercel for Cloudflare Pages
For a while, I had set up my DNS to proxy requests to Vercel's IP addresses. (See Github Issue #7739) But if you intend to use Cloudflare for edge computing, analytics or monitoring, then you might get the most benefit out of transferring your DNS to Cloudflare.
-
Introducing oops2okay: AI-Powered Debugging for Developers
Frontend: Hosted on Vercel
-
Easiest way to host your dev portfolio using custom domain in 2025
Go to vercel.com & register if you don't have an account just yet.
-
Sonoran Stillness
Vercel
-
Building Your First Custom Shopify Storefront with React.js: A Beginner’s Guide
Sign up at vercel.com.
-
3 Ways to Add Real-Time Features to Your Next.js App
Building real-time apps in Next.js can be challenging. While the framework provides powerful full-stack primitives like API routes and server actions, it lacks native support for WebSockets. That’s likely because Vercel, the company behind Next.js, doesn’t yet support the WebSocket protocol on its platform.
-
How to Deploy a Node.js App to Vercel
This tutorial will show you how to deploy a simple Node.js (Express) app to Vercel. It’s perfect for beginners who want to get their API online fast — without worrying about infrastructure.
- Queue Social Data Processing with Inngest + TypeScript in 15 Minutes
-
Build an AI-Powered Meditation App with Genkit, Flutter, and ElevenLabs Voice
Before going to the Flutter code, publish this code to GitHub. Then open vercel.com, connect your repository, and deploy it.
-
5 Rapid Website Deployment Methods: A Developer's Efficiency Guide
2. Netlify/Vercel One-Click Deployment
What are some alternatives?
nx - An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
bolt.new - Prompt, run, edit, and deploy full-stack web applications. -- bolt.new -- Help Center: https://support.bolt.new/ -- Community Support: https://discord.com/invite/stackblitz
lerna - Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
flyctl - Command line tools for fly.io services
vite - Next generation frontend tooling. It's fast!
supabase - The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.