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 🔥
- Host: GitHub
- URL: https://github.com/stravo1/firefly
- Owner: stravo1
- Created: 2025-03-16T06:33:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T22:12:27.000Z (about 1 year ago)
- Last Synced: 2025-05-14T18:11:39.109Z (about 1 year ago)
- Topics: ecommerce, firebase, nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...