
GabriVeil
Full-stack e-commerce solution with Stripe payments, inventory management, role-based dashboards, and real-time stock tracking. Inventory tracking scales to 1000+ SKUs with advanced search, filtering, and order processing.
π Test It Yourself
Admin Access
admin@example.com / 123456
User Access
user@example.com / 123456
Key Features
- β’Role-based dashboards (admin manages inventory, customers track orders)
- β’Handles 1000+ products with search, filters, and real-time stock updates
- β’Stripe integration: one-time + subscription billing
- β’JWT authentication with 30-day session persistence across devices
- β’See the database youβd own β export it, migrate it, own it
Tech Stack
Server components for SEO, Prisma for type-safe queries, serverless Postgres for zero-config scaling. Stripe for PCI-compliant payments.
Lighthouse Score: 95+ (Mobile)
Tested with 50 concurrent users, zero timeout errors
What to Test
- βTest multi-role workflow (admin manages inventory, customer purchases)
- βAdmin: Add product β set stock limit β publish. Verify it appears live in customer view
- βCustomer: Add item to cart β checkout with Stripe test card: (4242 4242 4242 4242, any future date, any CVC)
- βAdmin: View order dashboard. Confirm stock decreased, order status updated

