FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Deploy Fumadocs to Cloudflare Workers with Vinext
How-ToWeb Development

Deploy Fumadocs to Cloudflare Workers with Vinext

via Dev.to ReactDeVoresyah ArEst13h ago

Fumadocs is one of the best documentation frameworks in the React ecosystem — built on Next.js with MDX support, full-text search, and a polished UI out of the box. But deploying a Next.js app to Cloudflare has historically been painful. Enter Vinext — Cloudflare's Vite-based reimplementation of the Next.js API surface. It lets you run your Next.js App Router project on Cloudflare Workers without rewriting anything. Sounds simple. In practice, there are a few sharp edges. This guide walks through every step and pitfall we hit deploying a real Fumadocs site to Cloudflare Workers. Prerequisites A working Fumadocs project (App Router) Bun or Node.js installed A Cloudflare account 1. Install Dependencies bun add -d vinext vite @vitejs/plugin-rsc react-server-dom-webpack @cloudflare/vite-plugin wrangler Add "type": "module" to your package.json : { "type" : "module" } 2. Create vite.config.ts Fumadocs uses MDX, which needs to be transformed before the RSC plugin processes it. The key is pla

Continue reading on Dev.to React

Opens in a new tab

Read Full Article
1 views

Related Articles

"Did You Mean…?" Building Fuzzy Suggestions using Postgres
How-To

"Did You Mean…?" Building Fuzzy Suggestions using Postgres

Medium Programming • 14h ago

How-To

Building a Quake PC

Lobsters • 15h ago

7 Simple Coding Tricks That Instantly Improved My Logic
How-To

7 Simple Coding Tricks That Instantly Improved My Logic

Medium Programming • 16h ago

RAG Showdown: Why Telling Your Agent Less Gets You More
How-To

RAG Showdown: Why Telling Your Agent Less Gets You More

Dev.to • 18h ago

The 2026 FBA Ads Playbook: How to Beat Fee Hikes with Dynamic Bidding
How-To

The 2026 FBA Ads Playbook: How to Beat Fee Hikes with Dynamic Bidding

Hackernoon • 18h ago

Discover More Articles