Naturelle is a state-of-the-art Shopify theme, crafted specifically for beauty brands. Leveraging Hydrogen's robust architecture and integrated with React Router 7 and Weaverse, it provides a foundation for building ultra-fast, high-performing online storefronts. Our theme makes it effortless to deliver a seamless shopping experience.
Explore Naturelle in action:
- Live store demo
- Experiment with customizations on the Weaverse Playground
What you get with Naturelle:
- Core Technologies: Hydrogen, React Router 7, and Oxygen for unmatched performance.
- Development Tools: Shopify CLI and Biome for linting and formatting.
- Programming: Support for both TypeScript and JavaScript.
- Styling: Tailwind CSS v4 with its first-party Vite plugin.
- Rich Components: A comprehensive set of pre-designed components and routes.
- Customization: Fully adaptable through Weaverse.
Efficient deployment options:
Prerequisites:
- Ensure you have Node.js version 22.12.0 or higher installed.
Setup Instructions:
- Download Weaverse Hydrogen from the Shopify App Store.
- Launch a new Hydrogen storefront within Weaverse.
- Use the
@weaverse/clito initialize the project and start a local development server as guided in the Weaverse editor. - Dive into the Weaverse editor to personalize and enhance your storefront to meet your brand needs.
Install dependencies and start the development server:
npm install
npm run devBefore submitting changes, run the same core checks used by the project:
npm run biome
npm run codegen
npm run typecheck
npm run routes-check
npm run buildFor more detailed guidance:

