Easy to Use
Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly.
Focus on What Matters
Docusaurus lets you focus on your docs, and we'll do the chores. Go ahead and move your docs into the docs directory.
Powered by React
Extend or customize your website layout by reusing React. Docusaurus can be extended while reusing the same header and footer.
Get started in seconds
Whether you’re using React or another library, Create React App lets you focus on code, not build tools.
To create a project called my-app, run this command:
npx create-react-app my-app


Easy to Maintain
Updating your build tooling is typically a daunting and time-consuming task. When new versions of Create React App are released, you can upgrade using a single command:
npm install react-scripts@latest