Overview
The Weaverse Hydrogen theme follows a modern Shopify Hydrogen structure, optimized for performance and developer experience. Letβs explore the key components of your theme.Core Structure
Key Directories
/app/components
Reusable UI components:
/app/sections
Theme sections for Weaverse Studio:
/app/weaverse
Core Weaverse configuration files:
components.ts
- Component registryschema.server.ts
- Theme schemacreate-weaverse.server.ts
- Client setup
Essential Files
server.ts
Server configuration and Weaverse client integration:
entry.server.tsx
Server-side rendering setup with React Router v7:
.env
Required environment variables:
Development Commands
Next Steps
- Development Guide - Build custom components and sections
- API Reference - Learn about Weaverse APIs and utilities
- Deployment - Deploy your theme to production