Jerusalem Meatboards
A comprehensive e-commerce platform designed for a premium kosher meat delivery service based in Jerusalem. The website showcases artisanal meat boards, specialty cuts, and gourmet food products while providing a seamless ordering experience for customers.

Key Features
Responsive design for all devices
Dynamic product catalog with filtering
Secure checkout with Stripe integration
Admin dashboard for product management
User authentication with role-based access
Serverless functions for notifications
Real-time inventory management
Challenges & Solutions
Real-time Inventory Management
Challenge:
Ensuring accurate inventory levels during concurrent checkout processes.
Solution:
Implemented Supabase real-time subscriptions with optimistic UI updates and server-side verification during checkout.
Secure Payment Processing
Challenge:
Creating a secure and compliant payment system for handling customer transactions.
Solution:
Integrated Stripe Elements with custom serverless functions to handle payment intents securely without exposing sensitive data.
Technical Details
Technology Stack
- React
- TypeScript
- Tailwind CSS
- Supabase
- Stripe
- Zustand
- Netlify
Implementation Details
Built on React with TypeScript and Tailwind CSS for the frontend. Uses Supabase for database, authentication, and real-time features. Integrated Stripe for payment processing with serverless functions on Netlify. State management handled with Zustand for a lightweight and efficient solution.