Stowaway
Stowaway
Section titled “Stowaway”A modern, self-hosted web application for managing your inventory. Track items, categories, locations, and quantities with ease.
Features
Section titled “Features”- Item Management - Create, edit, and delete items with detailed information including prices, quantities, and descriptions.
- Categories & Locations - Organize items with color-coded categories and track where everything is stored.
- QR & Barcode - Generate QR codes for quick item access and scan barcodes with your device camera.
- Low Stock Alerts - Get notified when items fall below minimum quantity thresholds.
- Image Uploads - Attach multiple photos to each item for easy identification.
- Export/Import - Backup and restore data in JSON or CSV format for easy migration.
Quick Start
Section titled “Quick Start”Get Stowaway running in minutes with Docker:
# Clone the repositorygit clone https://github.com/rennerdo30/stowaway.gitcd stowaway
# Start with Docker Composedocker-compose up -d
# Open http://localhost:3000Tech Stack
Section titled “Tech Stack”Stowaway is built with modern, reliable technologies:
| Technology | Purpose |
|---|---|
| Next.js 14+ | React framework with App Router |
| Prisma | Type-safe database ORM |
| SQLite | Lightweight, embedded database |
| NextAuth.js v5 | Authentication & sessions |
| shadcn/ui | Beautiful UI components |
| Tailwind CSS | Utility-first CSS framework |
What’s Next?
Section titled “What’s Next?”Ready to get started? Check out the Installation Guide to set up Stowaway.