An open API service indexing awesome lists of open source software.

https://github.com/stravo1/firefly

free Shopify alternative, using Firebase 🔥
https://github.com/stravo1/firefly

ecommerce firebase nextjs shadcn-ui tailwindcss

Last synced: 4 months ago
JSON representation

free Shopify alternative, using Firebase 🔥

Awesome Lists containing this project

README

          

# Firefly - Free Shopify Alternative

## Overview
This repository provides a fully implemented backend for an e-commerce platform built on Firebase, designed as a flexible alternative to Shopify. It allows developers to focus on building the actual store frontend without worrying about backend complexities such as authentication, product management, orders, and payments.

## Features
- **Product Management**: Add, update, and delete products with categories, variants, and inventory tracking.
- **User Authentication**: Secure authentication using Firebase Authentication.
- **Order Management**: Full order lifecycle support, from cart to checkout to order fulfillment.
- **Payment Integration**: Pre-configured support for PayU and Razorpay.

## Tech Stack
- **Frontend**: NextJS, TailwindCSS, shadcn/ui, React Icons
- **Backend**: Firebase Cloud Functions and NextJS
- **Database**: Firestore
- **Authentication**: Firebase Authentication (OAuth, Email/Password, Social Login)
- **Storage**: Firebase Storage for product images
- **Payments**: PayU, Razorpay

## 🛠️ Getting Started
Setup instructions coming soon...