Official product catalog for Enchufe Virtual.
A lightweight static storefront built with Next.js and deployed through GitHub Pages.
Enchufe Virtual Store is designed to showcase technology products in a fast, simple, and accessible way.
Unlike a traditional ecommerce platform, this project focuses exclusively on product presentation, specifications, and product information. Customers can complete their purchases directly through WhatsApp.
The main goal of this project is to provide a lightweight, fast, and easy-to-maintain solution tailored to the needs of Enchufe Virtual.
- Static product catalog
- Integrated product search
- Individual product pages
- Responsive design for desktop and mobile devices
- Optimized for performance and speed
- Static Site Generation (SSG)
- WhatsApp integration for purchase inquiries
- JSON-based product management
- GitHub Pages deployment
- Custom domain support
- Next.js
- React
- TypeScript
- Node.js
- GitHub Pages
packages/
├── website/ # Main application
├── types/ # Shared types
Products, categories, and configuration data are managed through JSON files, making the project easy to maintain and update.
npm installnpm run devThe application will be available at:
http://localhost:3000
npm run buildThis project is configured to be deployed as a static website using GitHub Pages.
Official website:
https://store.enchufevirtual.com
This project is maintained by Enchufe Virtual.
All enhancements, bug fixes, optimizations, and customizations are managed and developed by the Enchufe Virtual team.
This repository aims to provide a simple, fast, and maintainable storefront experience.
Several features from the original project were intentionally removed because they were not required for the current business model, including:
- Integrated checkout systems
- Payment processing
- Order management
- Enterprise ecommerce features
- Unused multilingual functionality
- Unnecessary dependencies and components
The result is a streamlined platform focused entirely on product discovery and customer contact through WhatsApp.
This project was originally derived from the open-source Commerce Layer Demo Store Core project, and it is now maintained by Enchufe Virtual as Store Enchufe Virtual (store-ev).
Special thanks to Commerce Layer for releasing and maintaining the original project under the MIT License, making it possible for developers and organizations to use, modify, distribute, and customize the software.
Original project:
https://github.com/commercelayer/demo-store-core
Commerce Layer:
This repository is currently maintained independently by Enchufe Virtual.
It is not officially affiliated with Commerce Layer and has been extensively modified to meet the specific requirements of Enchufe Virtual.
This repository contains code derived from Commerce Layer Demo Store Core.
The original project is distributed under the MIT License.
All modifications and customizations made by Enchufe Virtual remain compatible with the terms of the MIT License.
Please refer to the LICENSE file for additional information.