{"id":28170610,"url":"https://github.com/wwebur/ai-odyssey-planner","last_synced_at":"2026-04-15T14:02:59.220Z","repository":{"id":293303172,"uuid":"978959436","full_name":"Wwebur/ai-odyssey-planner","owner":"Wwebur","description":"AI Odyssey Planner is an intelligent travel planning application that uses AI to create personalized travel itineraries. The platform analyzes millions of data points to recommend destinations, activities, and accommodations based on user preferences, budget constraints, and schedule.","archived":false,"fork":false,"pushed_at":"2025-05-06T19:27:15.000Z","size":1056,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T17:31:45.767Z","etag":null,"topics":["anthropic","auth0","lovable-ai","react","sentry","shadcn-ui","supabase"],"latest_commit_sha":null,"homepage":"https://ai-odyssey-planner.lovable.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/Wwebur.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-05-06T19:15:13.000Z","updated_at":"2025-05-06T19:28:21.000Z","dependencies_parsed_at":"2025-05-14T17:31:50.277Z","dependency_job_id":"3f89f363-d7cc-4473-893c-93aa19b9d2c5","html_url":"https://github.com/Wwebur/ai-odyssey-planner","commit_stats":null,"previous_names":["wwebur/ai-odyssey-planner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wwebur%2Fai-odyssey-planner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wwebur%2Fai-odyssey-planner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wwebur%2Fai-odyssey-planner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wwebur%2Fai-odyssey-planner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wwebur","download_url":"https://codeload.github.com/Wwebur/ai-odyssey-planner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254394726,"owners_count":22063984,"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","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":["anthropic","auth0","lovable-ai","react","sentry","shadcn-ui","supabase"],"created_at":"2025-05-15T18:14:24.814Z","updated_at":"2026-04-15T14:02:54.185Z","avatar_url":"https://github.com/Wwebur.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# AI Odyssey Planner\n\n![AI Odyssey Planner](public/lovable-uploads/74ed74ec-931f-4987-88bb-8e6e8f3f6002.png)\n\n## Overview\n\nAI Odyssey Planner is an intelligent travel planning application that uses AI to create personalized travel itineraries. The platform analyzes millions of data points to recommend destinations, activities, and accommodations based on user preferences, budget constraints, and schedule.\n\n## Key Features\n\n- **AI-Powered Travel Recommendations**: Leverages Claude AI (Anthropic) to generate personalized travel suggestions\n- **Interactive Travel Chat**: Real-time conversation with an AI assistant specialized in travel planning\n- **Destination Exploration**: Browse and discover curated destinations with detailed information\n- **User Authentication**: Secure account creation and management through Supabase\n- **Error Monitoring**: Comprehensive error tracking and reporting with Sentry\n- **Responsive Design**: Optimized user experience across desktop and mobile devices\n\n## Technologies\n\n### Frontend\n- **React**: UI library for building the user interface\n- **TypeScript**: Type-safe JavaScript for robust development\n- **Tailwind CSS**: Utility-first CSS framework for styling\n- **Shadcn/UI**: High-quality UI components for the interface\n- **Framer Motion**: Animation library for smooth transitions\n- **React Router**: Navigation and routing solution\n- **TanStack Query**: Data fetching and state management\n\n### Backend (Serverless)\n- **Supabase**: Backend-as-a-Service platform providing:\n  - PostgreSQL database for data storage\n  - Authentication and user management\n  - Edge Functions for serverless API endpoints\n  - Row-Level Security for data protection\n  - Vector database for semantic search\n\n### AI Integration\n- **Anthropic Claude API**: Powers the intelligent travel assistant\n  - Natural language conversation capabilities\n  - Context-aware travel recommendations\n  - Semantic understanding of travel preferences\n\n### Monitoring \u0026 Error Tracking\n- **Sentry**: Complete application monitoring\n  - Real-time error tracking and alerting\n  - Performance monitoring\n  - User session tracking for debugging\n  - Environment-based configuration\n\n## Architecture\n\nThe application follows a modern web architecture:\n\n1. **Client-Side Application**: React single-page application (SPA) that handles UI rendering and state management\n2. **Serverless Backend**: Supabase for data storage, authentication, and serverless functions\n3. **AI Integration**: Edge functions that communicate with Anthropic's Claude API\n4. **Monitoring Layer**: Sentry for error tracking and application performance monitoring\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js \u0026 npm - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)\n- Supabase account\n- Anthropic API key\n- Sentry account\n\n### Local Development\n\n```sh\n# Clone the repository\ngit clone \u003cREPOSITORY_URL\u003e\n\n# Navigate to the project directory\ncd ai-odyssey-planner\n\n# Install dependencies\nnpm install\n\n# Set up environment variables\n# Create a .env file with the necessary API keys and configuration\n\n# Start the development server\nnpm run dev\n```\n\n### Environment Variables\n\n```\nVITE_SENTRY_DSN=your_sentry_dsn\nVITE_SUPABASE_URL=your_supabase_url\nVITE_SUPABASE_ANON_KEY=your_supabase_anon_key\n```\n\n### Supabase Edge Functions\n\nFor the travel chat functionality, the following environment variables need to be set in the Supabase Edge Functions settings:\n\n- `ANTHROPIC_API_KEY`: Your Anthropic Claude API key\n- `SUPABASE_URL`: Your Supabase project URL (set automatically)\n- `SUPABASE_SERVICE_ROLE_KEY`: Your Supabase service role key (set automatically)\n\n## Deployment\n\nThe application can be deployed using Lovable or any other modern hosting platform:\n\n1. Open [Lovable](https://lovable.dev/projects/e97abad8-b254-431c-9760-a3a96bbd58de) and click on Share -\u003e Publish\n2. For custom domains, follow the [Custom Domains documentation](https://docs.lovable.dev/tips-tricks/custom-domain/)\n\n## Error Monitoring with Sentry\n\nThe application uses Sentry for comprehensive error tracking:\n\n- Automatic error capturing in all environments\n- User identification for context-aware debugging\n- Environment-specific configuration\n- Debug mode for detailed error information\n\n## Project Structure\n\n```\nai-odyssey-planner/\n├── public/                   # Static assets\n├── src/\n│   ├── components/           # Reusable UI components\n│   │   ├── travel/           # Travel-specific components\n│   │   └── ui/               # shadcn/ui components\n│   ├── contexts/             # React context providers\n│   ├── hooks/                # Custom React hooks\n│   ├── integrations/         # Third-party integrations\n│   │   └── supabase/         # Supabase client and types\n│   ├── lib/                  # Utility libraries\n│   │   └── sentry.ts         # Sentry configuration\n│   └── pages/                # Application pages/routes\n├── supabase/                 # Supabase configuration\n│   └── functions/            # Edge functions\n│       └── travel-chat/      # Travel chat AI assistant\n└── index.html                # Entry HTML file\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwebur%2Fai-odyssey-planner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwwebur%2Fai-odyssey-planner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwwebur%2Fai-odyssey-planner/lists"}