DEV Community

Kirill Zhirnov
Kirill Zhirnov

Posted on

Next.js E-commerce StarterKit (2022)

Intro

Creating an e-commerce website might look like a simple task, but in fact, it is a pretty complicated one: you need to find a Backend, an API, organize product listings on the Frontend, a catalog with hierarchy, filters, and search, a cart and a checkout. And don't forget about image resize. And all these parts should be done in a modern way, e.g. with Next.js and SSG.

The solution

Ready to use Next.JS E-Commerce Starter kit!

https://github.com/kirill-zhirnov/boundless-nextjs-sample
Demo: https://blank.demos.my-boundless.app/

There are 2 ready to use themes:

https://github.com/kirill-zhirnov/boundless-marsfull-theme/
Demo: https://mars.demos.my-boundless.app/

https://github.com/kirill-zhirnov/boundless-moon-theme
Demo: https://moon.demos.my-boundless.app

The checkout is a standalone component, which can me easily customized: https://github.com/kirill-zhirnov/boundless-checkout-react

Themes use BoundlessCommerce (https://boundless-commerce.com) as a backend. There is an absolutely free tariff plan which covers small business needs.

These Next.JS sites can be easily deployed to Vercel or Netlify. If you want a longread about creating NextJS Ecommerce website - please visit our blog (I don't want to do a copy/paste :)): https://boundless-commerce.com/blog/how-to-create-a-nextjs-e-commerce-website

And if any question - please contact us - we are happy to help!

Top comments (1)

Collapse
 
licjavierbarrios profile image
licjavierbarrios

I will try if it is as easy as it seems!!!! 👍