High-Security Digital Asset & Hardware Marketplace
VaultWares is a premium e-commerce platform built with a "Security-First" philosophy. It leverages a modern, type-safe stack to deliver a seamless shopping experience for high-value digital and physical assets.
- Frontend: Next.js 15 (App Router), TypeScript
- Styling: Tailwind CSS, Shadcn UI
- Backend/Auth: Supabase (PostgreSQL + RLS)
- State Management: TanStack Query & Zustand
- Validation: Zod
- Clone the repo:
git clone https://github.com/your-username/vaultwares.git - Install dependencies:
npm install - Set up Environment: Create a
.env.localwith your Supabase keys. - Run Development:
npm run dev
- Row Level Security (RLS): Enabled on all Supabase tables.
- Server-Side Validation: All transactions validated via Zod schemas.
- Minimalist Footprint: Zero-dependency policy for non-essential features.
- Theme: Industrial-Cyber (Dark Mode Only).
- Core Colors: Slate-950 (BG), Emerald-400 (Accents), White/10 (Glassmorphism).