This is an ecommerce app generated using Lovable, connected to Supabase for backend services, and Rye for order checkout.
This repo is intended to serve as a scaffold for generating an app with Lovable. It provides the starter code and structure you need to quickly build and customize your application. To get started, please follow this tutorial, which will guide you through connecting Supabase, integrating the Rye API, and deploying your app.
- Browse products from multiple merchants
- Place orders programmatically via Rye
- Backend functions powered by Supabase
- Easily extendable via Lovable
This is a single-page app built with Vite, React 18, and TypeScript, styled using Tailwind CSS and Radix UI. The backend is powered by Supabase, including a client for session management and an Edge Function (rye-proxy) that proxies Rye API calls.
This repository is for demo purposes only. Before using any code generated from this repo in production, thoroughly review and test it for security and proper functionality.