A modern, Arabic-first e-commerce store starter template built with Next.js and integrated with Chargily Pay for Algerian payment methods (CIB & EDAHABIA).
- 🌟 Modern, clean UI with RTL support
- 🇩🇿 Integrated Algerian payment methods (CIB & EDAHABIA)
- ⚡ Built with Next.js 15 App Router
- 🎨 Styled with Tailwind CSS
- ✨ Smooth animations with Framer Motion
- 📱 Fully responsive design
- 🔤 Arabic-first with Rubik font for Latin text
- Node.js 18+
- A Chargily Pay account (get one at chargily.com)
- Clone the repository:
git clone https://github.com/yourusername/simple-store.git
cd simple-store
- Install dependencies:
npm install
- Set up environment variables:
cp .env.example .env
Update .env
with your Chargily credentials:
CHARGILY_SECRET_KEY=your_secret_key
CHARGILY_PRICE_ID=your_price_id
NEXT_PUBLIC_BASE_URL=http://localhost:3000/
- Run the development server:
npm run dev
Visit http://localhost:3000 to see your store.
- Next.js - React framework
- Tailwind CSS - Styling
- Framer Motion - Animations
- Chargily Pay - Payment processing
This project is licensed under the MIT License - see the LICENSE file for details.