Skip to content

fabohax/bitbox

Repository files navigation

BITBOX - NextJS Bitcoin Lightning Shop Template

This template contains a NextJS-based e-commerce application for selling digital products using Bitcoin Lightning Network. The app provides a user-friendly interface to browse and purchase various items.

Features:

  • Responsive design: The app is built with responsive web design principles, ensuring a seamless experience across different devices and screen sizes.
  • Product listing: Users can explore a wide range of digital products available for purchase.
  • Product details: Each product page provides detailed information about the item, including images, descriptions, and pricing.
  • Shopping cart: Users can add products to their shopping cart and proceed to checkout.
  • Language localization: The app supports multiple languages, allowing users to switch between English, Spanish, Portuguese, Turkish, and Russian.
  • Contact page: A dedicated contact page is available for users to get in touch and inquire about the app or request the full source code.

To run the app locally, follow these steps:

  1. Clone the repository: git clone https://github.com/fabohax/bitbox.git
  2. Navigate to the project directory: cd bitbox
  3. Install dependencies: npm install
  4. Start the development server: npm run dev
  5. Open your browser and visit http://localhost:3000 to access the app.