{"id":50862736,"url":"https://github.com/smmariquit/cursorph02","last_synced_at":"2026-06-14T22:06:02.522Z","repository":{"id":362771303,"uuid":"1074137832","full_name":"smmariquit/cursorph02","owner":"smmariquit","description":"Cebu Pacific Senior Phone — a Next.js (App Router) accessibility-first landing page for senior travelers, with large fonts, voice recording (MediaRecorder), camera streams, and microservices for navigation, flight info, emergencies, and translation.","archived":false,"fork":false,"pushed_at":"2026-06-05T19:59:27.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T21:23:02.170Z","etag":null,"topics":["accessibility","app-router","cebu-pacific","hackathon","javascript","nextjs","seniors","vercel"],"latest_commit_sha":null,"homepage":"https://cursorph02.vercel.app","language":"JavaScript","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/smmariquit.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-10-11T08:04:04.000Z","updated_at":"2026-06-05T19:59:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/smmariquit/cursorph02","commit_stats":null,"previous_names":["smmariquit/cursorph02"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/smmariquit/cursorph02","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcursorph02","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcursorph02/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcursorph02/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcursorph02/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smmariquit","download_url":"https://codeload.github.com/smmariquit/cursorph02/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smmariquit%2Fcursorph02/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34339270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":["accessibility","app-router","cebu-pacific","hackathon","javascript","nextjs","seniors","vercel"],"created_at":"2026-06-14T22:05:58.671Z","updated_at":"2026-06-14T22:06:02.516Z","avatar_url":"https://github.com/smmariquit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cebu Pacific Senior Phone — Landing Page (Next.js App Router)\n\nThis is a complete Next.js application using App Router for a mobile-friendly landing page aimed at seniors (very large fonts, simple UI).\n\n## Features\n- **Big, readable fonts and large buttons** - Perfect for seniors\n- **Voice recording using native MediaRecorder API** (mic permission required)\n- **Camera module** (video stream) for future AR integration\n- **Five accessibility-focused microservices:**\n  1. **Navigation Assistant** - Find gates, facilities, get directions\n  2. **Flight Info Reader** - Hear flight details clearly\n  3. **Emergency Helper** - Quick access to help and security\n  4. **Accessibility Services** - Wheelchair, vision, hearing support  \n  5. **Language Translator** - Translate text and speech\n\n## Project Structure\n```\ncursorph02/\n├── landing-page/           # Main Next.js App Router application\n│   ├── app/               # App Router pages\n│   │   ├── page.js        # Homepage/landing page\n│   │   ├── layout.js      # Root layout\n│   │   ├── navigation/    # Navigation Assistant service\n│   │   ├── flight-info/   # Flight Info Reader service\n│   │   ├── emergency/     # Emergency Helper service\n│   │   ├── accessibility/ # Accessibility Services\n│   │   └── translator/    # Language Translator service\n│   ├── components/        # Reusable React components\n│   └── styles/           # Global CSS styles\n└── package.json          # Root package with dev scripts\n```\n\n## Quick Start\n\n1. Install dependencies (from root directory)\n```powershell\nnpm install\n```\n\n2. Run dev server\n```powershell\nnpm run dev\n```\n\nOr run directly from landing-page:\n```powershell\ncd landing-page\nnpx next dev -p 3000\n```\n\nOpen http://localhost:3000 on a mobile device or desktop with responsive mode.\n\nNotes \u0026 privacy\n- The voice recorder uses the browser's microphone. Recordings are kept locally in the browser (not uploaded) in this scaffold.\n- The camera module opens the device camera stream in the page.\n- For a production release add proper server endpoints, secure upload, and user consent flows.\n\nNext steps you might want me to do:\n- Wire the voice recordings to a speech-to-text microservice\n- Replace placeholders with real microservice URLs\n- Add analytics and accessibility testing\n\n## 📊 Current State of the Code\n- **Tech Stack:** React, Next.js, Node.js/NPM\n- **Repository Size:** 96 tracked files\n- **Latest Update:** `f27d4dc chore: add stale issue and PR validators`\n\n\n---\n*☕ If you found this project useful, you can support my work at [kape.stimmie.dev](https://kape.stimmie.dev)!*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmmariquit%2Fcursorph02","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmmariquit%2Fcursorph02","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmmariquit%2Fcursorph02/lists"}