E-commerce · React + Node (Express) · 23 @molecule/* packages
Shopify-like storefront with product catalog, cart, checkout, and inventory management — including a built-in subscription tier (Free / Pro / Team) backed by Stripe
//product/:id/cart/checkout (signed in)/orders (signed in)/admin/products (signed in)/admin/orders (signed in)/login/admin (signed in)/admin/settings (signed in)/category/:slug/orders/:id (signed in)/search/settings (signed in)/wishlist (signed in)/signup/forgot-password/reset-passwordapi/src/handlers/_test.tsapi/src/handlers/admin.tsapi/src/handlers/cart.tsapi/src/handlers/newsletter.tsapi/src/handlers/orders.tsapi/src/handlers/products.tsapi/src/handlers/reviews.tsapi/src/handlers/storefront.tsapi/src/handlers/wishlist.tsfree / pro / team — gated by: maxProducts, maxOrdersPerMonth, maxSkuVariantsPerProduct, maxStorageMb, customDomain, abandonedCartRecovery, advancedAnalytics, transactionFeePercent, multiCurrency
@molecule/api-ai-openai@molecule/api-database-postgresql@molecule/api-email-templates@molecule/api-emails-mailgun@molecule/api-entitlements@molecule/api-image-sharp@molecule/api-oauth-github@molecule/api-oauth-google@molecule/api-payments-stripe@molecule/api-resource-cart@molecule/api-resource-inventory@molecule/api-resource-order@molecule/api-resource-payment@molecule/api-resource-product@molecule/api-resource-review@molecule/api-resource-user@molecule/api-search-meilisearch@molecule/api-uploads-s3@molecule/app-billing-react@molecule/app-data-table@molecule/app-gallery@molecule/app-shell-layout-react@molecule/app-virtual-scrollDATABASE_URL PostgreSQL connection stringSTRIPE_SECRET_KEY Stripe secret API key for payment processingSTRIPE_PUBLISHABLE_KEY Stripe publishable key for client-side checkoutSTRIPE_WEBHOOK_SECRET Stripe webhook signing secretMEILISEARCH_API_KEY MeiliSearch admin API keyS3_BUCKET S3 bucket for product imagesAWS_ACCESS_KEY_ID AWS access key for S3AWS_SECRET_ACCESS_KEY AWS secret key for S3MAILGUN_API_KEY Mailgun API key for transactional emailsMAILGUN_DOMAIN Mailgun sending domainOPENAI_API_KEY OpenAI API key for product recommendationsThe @molecule/* packages are Apache-2.0. The app you build from this template is yours to export and self-host. Licensing