{"id":30103507,"url":"https://github.com/anujverma08/tripwise","last_synced_at":"2026-05-01T17:36:29.547Z","repository":{"id":303774156,"uuid":"1016575198","full_name":"anujverma08/tripWise","owner":"anujverma08","description":"TripWise - An AI-powered travel planning dashboard built with React Router v7, featuring Google Gemini AI for trip generation, Appwrite backend, and modern glass morphism UI design.","archived":false,"fork":false,"pushed_at":"2025-08-03T22:17:13.000Z","size":29492,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-04T00:26:44.999Z","etag":null,"topics":["appwrite","google-auth","react","react-router"],"latest_commit_sha":null,"homepage":"https://tripwise-one.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/anujverma08.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-09T08:03:27.000Z","updated_at":"2025-08-03T22:17:16.000Z","dependencies_parsed_at":"2025-08-04T00:27:00.444Z","dependency_job_id":"7c656d86-fe85-45fa-a473-8a68549080d0","html_url":"https://github.com/anujverma08/tripWise","commit_stats":null,"previous_names":["anujverma08/travel-dashboard","anujverma08/tripwise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anujverma08/tripWise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujverma08%2FtripWise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujverma08%2FtripWise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujverma08%2FtripWise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujverma08%2FtripWise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anujverma08","download_url":"https://codeload.github.com/anujverma08/tripWise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anujverma08%2FtripWise/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269643829,"owners_count":24452432,"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-08-09T02:00:10.424Z","response_time":111,"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":["appwrite","google-auth","react","react-router"],"created_at":"2025-08-09T22:00:46.743Z","updated_at":"2026-05-01T17:36:29.513Z","avatar_url":"https://github.com/anujverma08.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TripWise - AI-Powered Travel Planning Dashboard\n\nA modern, full-stack travel agency management system built with React Router v7, featuring AI-powered trip generation, user management, and comprehensive analytics.\n\n## 🌟 Features\n\n### Core Functionality\n- **AI Trip Generation**: Powered by Google Gemini AI for personalized travel itineraries\n- **Trip Management**: Create, view, edit, and manage travel plans\n- **Image Integration**: Unsplash API for beautiful destination photos\n- **Analytics Dashboard**: Real-time insights and travel statistics\n\n### User Interface\n- **Modern Design**: Glass morphism and gradient designs\n- **Responsive Layout**: Mobile-first approach with Tailwind CSS\n- **Interactive Components**: Syncfusion components for rich UI\n\n### Admin Features\n- **User Management**: Track and manage registered users\n- **Trip Analytics**: Travel style preferences and booking trends\n- **Dashboard Overview**: Key metrics and performance indicators\n\n## 🛠️ Tech Stack\n\n### Frontend\n- **React Router v7** - Full-stack React framework\n- **TypeScript** - Type-safe development\n- **Tailwind CSS** - Utility-first CSS framework\n- **Syncfusion Components** - Professional UI components\n\n### Backend \u0026 Services\n- **Appwrite** - Backend-as-a-Service (Database, Auth, Storage)\n- **Google Gemini AI** - AI-powered trip generation\n- **Unsplash API** - High-quality travel images\n\n\n## 🚀 Quick Start\n\n### Prerequisites\n- Node.js 18+ \n- npm or yarn\n- Appwrite account\n- Google Cloud Platform account (for Gemini AI)\n- Stripe account\n- Unsplash Developer account\n\n### Installation\n\n1. **Clone the repository**\n\n  git clone https://github.com/anujverma08/travel-dashboard.git\ncd tripwise\n\n\n2. **Install dependencies**\nnpm install\n\n\n3. **Environment Setup**\nCreate a `.env` file in the root directory:\n\n# Appwrite Configuration\nAPPWRITE_ENDPOINT=https://fra.cloud.appwrite.io/v1\n\nAPPWRITE_PROJECT_ID=your_project_id_here\n\nAPPWRITE_DATABASE_ID=your_database_id_here\n\nAPPWRITE_TRIPS_COLLECTION_ID=your_trips_collection_id\n\nAPPWRITE_USER_COLLECTION_ID=your_users_collection_id\n\n# Google AI Configuration\nGEMINI_API_KEY=your_gemini_api_key_here\n\n# External APIs\nUNSPLASH_ACCESS_KEY=your_unsplash_api_key_here\n\n# Stripe Configuration\nSTRIPE_SECRET_KEY=your_stripe_secret_key\n\n\n4. **Appwrite Setup**\n\n**Database Collections:**\n- **Trips Collection** (`tripDetail` field as string/text, `imageUrls` as array, `userId` as string)\n- **Users Collection** (standard user fields + `itineraryCount`)\n\n**Authentication:**\n- Enable Google OAuth provider\n- Set success redirect: `http://localhost:5173/dashboard`\n- Set failure redirect: `http://localhost:5173/`\n\n5. **Start Development Server**\n   \nnpm run dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanujverma08%2Ftripwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanujverma08%2Ftripwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanujverma08%2Ftripwise/lists"}