惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
H
Help Net Security
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
V
V2EX
M
MIT News - Artificial intelligence
Vercel News
Vercel News
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
B
Blog RSS Feed
D
Docker
V
Visual Studio Blog
博客园 - 叶小钗
美团技术团队
S
SegmentFault 最新的问题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
How Makeswift improved CI speed by 65% with Turborepo - V...
2023-02-22 · via Vercel News

2 min read

Trusted by companies like Caterpillar and Render, Makeswift prides itself on providing easy visual or no-code Next.js site builders for their clients. When their small team began struggling with lengthy build times and a subpar dev experience, they turned to Turborepo. After adopting Turborepo, Makeswift improved overall CI pipeline time by 65%.

Makeswift initially relied on a custom build process comprised of Kubernetes and Bazel. They had a "multi-monorepo" setup and, before Turborepo, used a combination of GitHub Actions ignoring file globs and clever Docker builds to manage their tasks. These mostly worked but were difficult to worth with and maintain.

Once CI times climbed towards 20 minutes in Bazel, the team began optimizing their build process, workflow, and overall development experience. They spent months trying to create a solution that would work with their original setup, but soon realized it would take more configuration than their team could handle.

After finding Turborepo, the switch was swift. Pipeline tasks, including linting, typechecking, building, codegen, dev, generate, pre-commit, and pre-push, are all scheduled, locally and in CI, without developers ever having to think about them.

Turborepo just worked. We couldn’t have asked for an easier set up, it was great.

Miguel Oller Cofounder and CEO

Link to headingHow Makeswift uses Turborepo and Vercel

Makeswift’s developers need to iterate as quickly as possible—averaging around 50 builds a day and daily deployments to production. Before adopting Turborepo, their time from commit to deploy took around 20 minutes. Now, that time is down to less than one minute. Since Vercel creates a Preview Deployment for each pull request, their iteration time improved dramatically, making internal code reviews and collaboration much smoother.

Turborepo has made Makeswift’s local development experience better, too. Their team is able to spin up an end-to-end stack using just one command, rather than handling multiple terminals to run their development environment. All of this time saved is dev time Makeswift can now use to create their next new feature or prep for an upcoming release.

Link to headingWhat’s next: further optimization

While Makeswift was the first Turborepo customer, they’re still looking forward to exploring more that Turborepo and Vercel has to offer. They’re excited to start using Vercel Edge Middleware for multi-tenancy and features like internal packages and publishing to npm in their open-source repo.

Would your team's platform benefit from faster iterations and seamless scaling? Get in touch