Skip to content

Commit

Permalink
Add product configurator boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
vydimitrov authored Feb 14, 2025
1 parent 9fb4112 commit ffb5271
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/cli/src/content/boilerplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,13 @@ export const boilerplates: Boilerplate[] = [
blueprint: 'subscription-masterclass',
git: 'https://github.com/CrystallizeAPI/nerd-factory-boilerplate',
},
{
identifier: 'product-configurator-boilerplate',
name: 'Next.js Product Configurator',
baseline: 'Product Configurator boilerplate using Next.js',
description: 'Ecommerce product configurator with basket & checkout.',
demo: 'https://product-configurator.superfast.shop/',
blueprint: 'product-configurator',
git: 'https://github.com/CrystallizeAPI/product-configurator',
},
];

0 comments on commit ffb5271

Please sign in to comment.