Business Inventory
Multi-tenant inventory and sales application for small retail businesses, running in production.
Per-business data isolation, atomic sales writes that prevent overselling, price-history tracking, and an analytics dashboard with low-stock alerts and multi-currency support. Authentication is hand-rolled cookie sessions with admin-approval gating rather than NextAuth, a deliberate choice, since the approval step is a domain rule and not an auth-provider concern. Running in a real deployment for a perfume decanting business.
Demo login demo@vessel.app demodemo
- Next.js App Router
- TypeScript
- Prisma
- SQLite / Turso
- Tailwind
- Vercel