BB Lux Inc.
Transportation booking platform · freelance full-stack engineering, 2026
production system · 1,000+ historical rides · 8 drivers
Architected and shipped a production SaaS-style booking platform for a private transportation company, replacing manual WhatsApp-based operations with a fully automated, secure, real-time booking pipeline.
- Normalized PostgreSQL schema with Row Level Security: anon role restricted to insert-only, zero public read access
- Secure server-side booking pipeline: input sanitization → validation → parameterized insert → transactional email → webhook sync to Google Sheets
- Layered security: SQL injection prevention, XSS/CSRF mitigation, CSP/HSTS headers, rate limiting, honeypot bot detection
- Real-time multi-channel sync: every booking simultaneously hits the database, sends a transactional email, and updates a live spreadsheet for the business owner
- Production deployment on Vercel with custom domain, environment-scoped secrets



