{"id":49375122,"url":"https://github.com/leandre000/stoka","last_synced_at":"2026-04-28T01:35:01.745Z","repository":{"id":305452251,"uuid":"1022886540","full_name":"leandre000/stoka","owner":"leandre000","description":"Online inventory management system","archived":false,"fork":false,"pushed_at":"2025-07-20T06:23:25.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T08:27:33.955Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://stoka-green.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leandre000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-20T04:03:32.000Z","updated_at":"2025-07-20T06:23:29.000Z","dependencies_parsed_at":"2025-07-20T08:38:09.354Z","dependency_job_id":null,"html_url":"https://github.com/leandre000/stoka","commit_stats":null,"previous_names":["leandre000/stoka"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/leandre000/stoka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandre000%2Fstoka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandre000%2Fstoka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandre000%2Fstoka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandre000%2Fstoka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leandre000","download_url":"https://codeload.github.com/leandre000/stoka/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandre000%2Fstoka/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-28T01:35:01.010Z","updated_at":"2026-04-28T01:35:01.740Z","avatar_url":"https://github.com/leandre000.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ☕ Stoka - Inventory Management System\n\nA comprehensive, modern inventory management system built with Next.js, TypeScript, and Tailwind CSS. Stoka provides a complete solution for managing businesses, from inventory tracking to customer management.\n\n## ✨ Features\n\n- **Modern UI/UX**: Beautiful, responsive design with inventory-themed aesthetics\n- **Product Management**: Complete inventory tracking and management\n- **Service Management**: Service-based business operations\n- **Dashboard Analytics**: Real-time insights and reporting\n- **Multi-portal Support**: Separate portals for products and services\n- **AI Chat Integration**: Intelligent customer support\n- **Responsive Design**: Works seamlessly on all devices\n- **Dark Mode Support**: Elegant dark and light themes\n\n## 🚀 Tech Stack\n\n- **Framework**: Next.js 15\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **UI Components**: Radix UI + shadcn/ui\n- **Icons**: Lucide React\n- **Charts**: Recharts\n- **Forms**: React Hook Form + Zod\n- **Theming**: next-themes\n\n## 🎨 Design System\n\nStoka features a modern inventory-inspired design system:\n\n- **Primary Colors**: Warm inventory browns and amber tones\n- **Typography**: Inter font family for optimal readability\n- **Components**: Consistent, accessible UI components\n- **Gradients**: Beautiful inventory-themed gradients\n- **Icons**: Package and modern business icons\n\n## 📦 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/your-username/stoka.git\ncd stoka\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n```\n\n3. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## 🏗️ Project Structure\n\n```\nstoka/\n├── app/                    # Next.js app directory\n│   ├── (auth)/            # Authentication pages\n│   ├── product/           # Product portal\n│   ├── service/           # Service portal\n│   └── globals.css        # Global styles\n├── components/            # Reusable components\n│   ├── ui/               # shadcn/ui components\n│   └── *.tsx            # Custom components\n├── lib/                  # Utility functions\n├── public/               # Static assets\n└── styles/               # Additional styles\n```\n\n## 🎯 Key Components\n\n- **Sidebar Navigation**: Modern sidebar with inventory-themed branding\n- **Dashboard**: Comprehensive analytics and overview\n- **Product Management**: Inventory tracking and management\n- **Service Management**: Service operations and client management\n- **AI Chat**: Intelligent customer support system\n- **Reports**: Detailed analytics and reporting\n\n## 🎨 Customization\n\n### Colors\nThe system uses an inventory-themed color palette defined in `tailwind.config.ts`:\n\n```typescript\ninventory: {\n  '50': '#fef7f0',\n  '100': '#fdecd8',\n  '200': '#fbd5b0',\n  '300': '#f8b87d',\n  '400': '#f49444',\n  '500': '#f17a1a',\n  '600': '#e25f0f',\n  '700': '#bc470f',\n  '800': '#963a13',\n  '900': '#7a3214',\n  '950': '#421808',\n}\n```\n\n### Branding\nUpdate the branding in:\n- `app/layout.tsx` - Page title and metadata\n- `components/sidebar.tsx` - Navigation branding\n- `public/favicon.svg` - Favicon\n- `public/stoka-logo.svg` - Logo\n\n## 📱 Responsive Design\n\nStoka is fully responsive and optimized for:\n- Desktop (1024px+)\n- Tablet (768px - 1023px)\n- Mobile (320px - 767px)\n\n## 🌙 Dark Mode\n\nThe system supports both light and dark modes with inventory-themed color schemes for both themes.\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## ☕ About Stoka\n\nStoka is designed for businesses of all types, providing a comprehensive inventory management solution that combines modern technology with intuitive design. Whether you're running a retail store, manufacturing facility, or any business with inventory needs, Stoka helps you manage every aspect of your business efficiently.\n\n---\n\n**Built with 📦 and ❤️ for the inventory management community** ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandre000%2Fstoka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleandre000%2Fstoka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandre000%2Fstoka/lists"}