Docs menu

Introduction

React Dose is a feature-first scaffolding toolchain for React. It does not replace Vite, Next.js, or React Router — it builds on top of them.

Run the CLI once to create a project. Official scaffolders run first with pinned, compatible majors. Then React Dose applies cleanup and architecture injection so every app starts with a clear app / features / utils layout.

Primary command

bash
npx create-react-dose@latest

You can also use:

bash
npm create react-dose@latest
npx create-react-dose@latest ./my-app

What you keep

  • Official Vite, Next.js, or React Router tooling
  • Ecosystem docs and upgrade paths for those tools

What you gain

  • Feature modules that scale with your domain
  • Root provider composition wired from day one
  • Shared utilities and a branded landing page