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

推荐订阅源

月光博客
月光博客
罗磊的独立博客
The GitHub Blog
The GitHub Blog
V
V2EX
Last Week in AI
Last Week in AI
博客园 - 聂微东
MyScale Blog
MyScale Blog
美团技术团队
L
LangChain Blog
博客园 - Franky
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
S
SegmentFault 最新的问题
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Stack Overflow Blog
Stack Overflow Blog
量子位
小众软件
小众软件
宝玉的分享
宝玉的分享
J
Java Code Geeks
Google DeepMind News
Google DeepMind News
D
Docker
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

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
Building multi-tenant platforms at scale with thousands o...
Alina Weinstein · 2024-06-03 · via Vercel News

2 min read

How this fast-growing startup built a documentation platform with thousands of custom domains on Vercel.

Products Used

Next.js

Preview Deployments

Domains

ISR

Mintlify, a platform for public documentation, is a toolkit for developers to write, maintain and host documentation. The platform offers a flexible solution that can be used out of the box or customized to fit specific needs, enabling developers to create help guides, tutorials, and API references.

Link to headingVercel: The foundation for scalable documentation

Mintlify has experienced rapid growth, onboarding thousands of users and seeing widespread adoption among Y Combinator startups. To support this growth, Mintlify relies on Vercel and Next.js to power its platform. Starting out, Mintlify faced scalability challenges with a single static Next.js app that they were cloning repeatedly which also lacked multitenancy capabilities. With Vercel, Mintlify was able to serve multiple customers across different subdomains or custom domains with a single unified codebase. This allowed them to host vast amounts of documentation and seamlessly scale to accommodate their growing user base, leaving the complexities of hosting, scaling, and infrastructure management to Vercel.

Link to headingMulti-tenancy toolkit

With Vercel's platform, Mintlify is able to programmatically assign free unlimited custom domains, subdomains, and SSL certificates to their users without worrying about these scaling issues. Now, Mintlify's team can dedicate their time and resources to developing their core product and features. Today, Mintlify has 2,500 custom domains connected to their Vercel powered documentation platform, a key sign of customer engagement; someone adding a custom domain means they're truly invested in using Mintlify's docs.

Someone adding a custom domain means they're truly invested in using our docs. Vercel's ability to manage custom domains and SSL certificates has been a major time-saver for the Mintlify team.

Hahnbee Lee

Link to headingEmpower teams to build features, not infrastructure

  • Scalability: Mintlify serves multiple customers across thousands of custom domains and terabytes of documentation on a single Vercel project.

  • Performance: Next.js and Vercel's global edge network deliver fast and efficient performance, crucial for a smooth user experience. With Incremental Static Regeneration (ISR) documentation updates are reflected instantly.

  • Automation: Vercel's API allows Mintlify to automate custom domain setup and streamline SSL certificate issuance.

Mintlify would not have been able to scale as quickly as it has without Next.js and Vercel. Multi-tenancy and all the custom domains connecting to one vercel project is so epic.

Hahnbee Lee

Looking ahead, Mintlify is exploring ways to further leverage Vercel's infrastructure, including migrating their dashboard for improved performance. With Vercel as their trusted partner, Mintlify can continue to innovate and provide developers with the tools they need to create world-class documentation.

How to build a multi-tenant app with custom domains using Next.js

Create a full-stack application with multi-tenancy and custom domain support using Next.js App Router, Vercel Postgres, and the Vercel Domains API.

Read the guide