Billing Frontend Showcase
This repository is a selective open-source frontend showcase extracted from a private billing platform.
Included
- Reusable UI pieces (search and money input components)
- Design tokens and shared style system
- Mock-driven demo flow for quote preview and customer filtering
- Build-ready Vite + Svelte setup
Intentionally Removed
- Private API contracts and production endpoints
- Full admin/me business routes tied to proprietary workflows
- Environment secrets and internal deployment artifacts
Quick Start
npm install
npm run dev
Build:
npm run build
Default dev URL: http://localhost:5178
Demo Features
- Quote preview with discount strategies (
none, percent, amount)
- Customer lookup with in-memory mock dataset
See docs/open-source-scope.md for whitelist/greylist/blacklist details.