{"id":30752395,"url":"https://github.com/jayhawk24/bello","last_synced_at":"2025-09-04T08:07:38.071Z","repository":{"id":310346288,"uuid":"1039500390","full_name":"jayhawk24/bello","owner":"jayhawk24","description":"Bello s a web based concierge for hotels and accommodations for easy access to room service","archived":false,"fork":false,"pushed_at":"2025-09-01T18:30:10.000Z","size":1095,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-01T20:35:09.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bello-tau.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/jayhawk24.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-17T11:25:24.000Z","updated_at":"2025-08-26T18:50:23.000Z","dependencies_parsed_at":"2025-08-24T20:27:56.904Z","dependency_job_id":"a88847fe-d1e1-4ad5-befe-0f423770c464","html_url":"https://github.com/jayhawk24/bello","commit_stats":null,"previous_names":["jayhawk24/bello"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jayhawk24/bello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayhawk24%2Fbello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayhawk24%2Fbello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayhawk24%2Fbello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayhawk24%2Fbello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayhawk24","download_url":"https://codeload.github.com/jayhawk24/bello/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayhawk24%2Fbello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273574155,"owners_count":25129883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-09-04T08:07:35.553Z","updated_at":"2025-09-04T08:07:38.061Z","avatar_url":"https://github.com/jayhawk24.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏨 Bello - Hotel Concierge Service Platform\n\nA comprehensive Next.js full-stack application providing premium concierge services for hotel guests with a subscription-based model.\n\n## ✨ Features\n\n### 🎨 Design\n\n-   **Minion-inspired Yellow Theme** - Playful, bright, and welcoming design\n-   **Responsive Design** - Works seamlessly on all devices\n-   **Modern UI Components** - Custom styled components with smooth animations\n\n### 👥 User Roles\n\n-   **Super Admin** - System-wide management and analytics\n-   **Hotel Admin** - Hotel and staff management, room configuration\n-   **Hotel Staff** - Service request handling and guest assistance\n-   **Guest** - Service access via QR codes or booking IDs\n\n### 🚀 Core Functionality\n\n-   **QR Code Access** - Guests scan room QR codes for instant access\n-   **Service Requests** - Room service, housekeeping, transportation, recommendations\n-   **Real-time Updates** - Live status tracking and notifications\n-   **Subscription Management** - Flexible pricing tiers with Razorpay integration\n-   **Analytics Dashboard** - Comprehensive insights and reporting\n\n## 🛠 Technology Stack\n\n-   **Frontend**: Next.js 14, React, TypeScript\n-   **Styling**: Tailwind CSS with custom minion theme\n-   **Backend**: Next.js API routes\n-   **Database**: PostgreSQL with Prisma ORM\n-   **Authentication**: NextAuth.js (planned)\n-   **Payments**: Razorpay integration (planned)\n-   **Real-time**: WebSockets for notifications (planned)\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n-   Node.js 18+\n-   npm or yarn\n-   PostgreSQL database (for production)\n\n### Installation\n\n1. **Clone the repository**\n\n    ```bash\n    git clone \u003crepository-url\u003e\n    cd bello\n    ```\n\n2. **Install dependencies**\n\n    ```bash\n    npm install\n    ```\n\n3. **Start development server**\n\n    ```bash\n    npm run dev\n    ```\n\n4. **Open in browser**\n    ```\n    http://localhost:3000\n    ```\n\n## 📁 Project Structure\n\n```\nsrc/\n├── app/\n│   ├── (auth)/           # Authentication routes (login, register)\n│   ├── guest/            # Guest access routes (QR scan, booking ID)\n│   ├── dashboard/        # Role-based dashboards (planned)\n│   ├── api/              # API endpoints (planned)\n│   └── globals.css       # Global styles and theme\n├── components/           # Reusable UI components (planned)\n├── lib/                  # Utility functions and configurations (planned)\n└── types/               # TypeScript type definitions (planned)\n```\n\n## 🎯 Development Phases\n\n### ✅ Phase 1: Foundation (Current)\n\n-   [x] Next.js 14 setup with TypeScript\n-   [x] Tailwind CSS with minion-inspired theme\n-   [x] Landing page with pricing tiers\n-   [x] Basic authentication UI (login/register)\n-   [x] Guest access UI (QR scan/booking ID)\n\n### 🔄 Phase 2: Authentication \u0026 User Management (Next)\n\n-   [ ] NextAuth.js setup\n-   [ ] User registration with email verification\n-   [ ] Role-based authentication middleware\n-   [ ] Password reset functionality\n\n### 📋 Phase 3: Hotel Management System\n\n-   [ ] Hotel admin dashboard\n-   [ ] Room configuration and QR code generation\n-   [ ] Staff management interface\n-   [ ] Hotel profile setup\n\n### 🛎️ Phase 4: Guest Access System\n\n-   [ ] QR code scanning implementation\n-   [ ] Booking ID verification\n-   [ ] Guest session management\n-   [ ] Temporary vs registered guest accounts\n\n### 🔧 Phase 5: Service Request System\n\n-   [ ] Service catalog management\n-   [ ] Request workflow (pending → in-progress → completed)\n-   [ ] Staff assignment logic\n-   [ ] Real-time status notifications\n\n### 💳 Phase 6: Subscription \u0026 Payments\n\n-   [ ] Razorpay integration\n-   [ ] Subscription plan management\n-   [ ] Billing and invoice generation\n-   [ ] Plan upgrade/downgrade flows\n\n### 📊 Phase 7: Analytics \u0026 Reporting\n\n-   [ ] Occupancy rate tracking\n-   [ ] Revenue analytics (RevPAR, ADR)\n-   [ ] Guest satisfaction metrics\n-   [ ] Service performance insights\n\n### ⚡ Phase 8: Real-time Features\n\n-   [ ] WebSocket implementation\n-   [ ] Live notifications\n-   [ ] Chat support system\n-   [ ] Push notification setup\n\n## 🎨 Theme \u0026 Design System\n\n### Colors\n\n-   **Primary**: `#FFD700` (Minion Yellow)\n-   **Secondary**: `#2196F3` (Minion Blue)\n-   **Success**: `#4CAF50`\n-   **Warning**: `#FF9800`\n-   **Error**: `#F44336`\n\n### Components\n\n-   **Buttons**: `.btn-minion`, `.btn-minion-secondary`\n-   **Cards**: `.card-minion`\n-   **Inputs**: `.input-minion`\n-   **Animations**: `.animate-bounce-slow`, `.animate-fade-in`\n\n## 📚 Documentation\n\n-   [Project Requirements](./PROJECT_REQUIREMENTS.md) - Detailed feature specifications\n-   [Development Instructions](./DEVELOPMENT_INSTRUCTIONS.md) - Development guidelines and standards\n-   [AI Instructions](./.github/copilot-instructions.md) - AI coding agent guidelines\n\n## 🔐 Environment Variables\n\nCreate a `.env.local` file with:\n\n```env\n# Database\nDATABASE_URL=\"postgresql://...\"\n\n# NextAuth\nNEXTAUTH_SECRET=\"your-secret-key\"\nNEXTAUTH_URL=\"http://localhost:3000\"\n\n# Razorpay\nRAZORPAY_KEY_ID=\"your-key-id\"\nRAZORPAY_KEY_SECRET=\"your-key-secret\"\n```\n\n## 🧪 Testing\n\n```bash\nnpm run test          # Run tests (planned)\nnpm run test:e2e      # Run E2E tests (planned)\nnpm run type-check    # TypeScript type checking\nnpm run lint          # ESLint checks\n```\n\n## 🚀 Deployment\n\n```bash\nnpm run build         # Build for production\nnpm start            # Start production server\n```\n\n## 📞 Support\n\nFor questions or support:\n\n-   Create an issue in this repository\n-   Contact the development team\n-   Check the documentation files\n\n---\n\nBuilt with ❤️ using Next.js, TypeScript, and a touch of minion magic! 🍌\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayhawk24%2Fbello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayhawk24%2Fbello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayhawk24%2Fbello/lists"}