{"id":24499572,"url":"https://github.com/opensass/tripper","last_synced_at":"2026-05-07T21:38:51.128Z","repository":{"id":265324804,"uuid":"887626131","full_name":"opensass/tripper","owner":"opensass","description":"(WIP) 🦀 Next Level Blazingly Fast 🚀 Full Stack Trip Planning SaaS Platform Powered by Dioxus, Dioxus Server Functions, Axum, Unsplash, AWS Bedrock AI \u0026 MongoDB.","archived":false,"fork":false,"pushed_at":"2025-01-27T04:48:55.000Z","size":2256,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T07:15:45.149Z","etag":null,"topics":["ai","aws","aws-bedrock","axum","axum-server","deployment","dioxus","full-stack","mongodb","rust","unsplash"],"latest_commit_sha":null,"homepage":"https://opensass.org/tripper","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opensass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-11-13T02:08:13.000Z","updated_at":"2024-12-14T02:41:53.000Z","dependencies_parsed_at":"2024-11-28T23:33:35.281Z","dependency_job_id":null,"html_url":"https://github.com/opensass/tripper","commit_stats":null,"previous_names":["opensass/tripper"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/opensass/tripper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Ftripper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Ftripper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Ftripper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Ftripper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensass","download_url":"https://codeload.github.com/opensass/tripper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensass%2Ftripper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32757528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ai","aws","aws-bedrock","axum","axum-server","deployment","dioxus","full-stack","mongodb","rust","unsplash"],"created_at":"2025-01-21T22:14:51.088Z","updated_at":"2026-05-07T21:38:51.109Z","avatar_url":"https://github.com/opensass.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 🗺️ Tripper 🤖\n\n[![Made-with-Rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg?logo=rust\u0026logoColor=white)](https://www.rust-lang.org/)\n[![Rust](https://img.shields.io/badge/Rust-1.79%2B-blue.svg)](https://www.rust-lang.org)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/wiseaidev)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n[![Open SASS Discord](https://dcbadge.limes.pink/api/server/b5JbvHW5nv)](https://discord.gg/b5JbvHW5nv)\n\n![arch](https://github.com/user-attachments/assets/48a398bc-32fe-4416-975d-ba439a6cddbf)\n\n\u003c/div\u003e\n\n## 🚀 About Tripper\n\nTripper is a modern travel assistant leveraging [**AWS Bedrock**](https://aws.amazon.com/bedrock/) models to enhance your trip planning and exploration. With powerful integrations, streamlined data models, and a modular design, Tripper makes organizing, customizing, and experiencing your journeys effortless.\n\n### 🛠️ Pre-requisites\n\n1. **Install [`rustup`](https://www.rust-lang.org/tools/install)**:\n\n   ```bash\n   curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n   ```\n\n2. **Install [`Dioxus CLI`](https://dioxuslabs.com/learn/0.5/getting_started)**:\n\n   ```bash\n   cargo install dioxus-cli@0.5.6\n   ```\n\n3. **Fork/Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/opensass/tripper\n   ```\n\n### 🔑 Setting Up Environment Variables\n\nBefore running **Tripper**, configure the environment variables to connect to external services such as **MongoDB**, **Unsplash**, **Google Maps** and **AWS Bedrock**. Here's how:\n\n#### Create an `.env` File\n\nCopy the example environment file and update it with your credentials.\n\n```bash\ncp .env.example .env\n```\n\n**`.env` Variables:**\n\n```bash\nMONGODB_USR=\nMONGODB_PWD=\nMONGODB_CLSTR=your-cluster.mongodb.net\nMONGODB_DB_NAME=tripper\nJWT_SECRET=\nUNSPLASH_API_KEY=\nAWS_REGION=\nAWS_PROFILE=\nAWS_ACCESS_KEY_ID=\nAWS_SECRET_ACCESS_KEY=\nAWS_CONTAINER_CREDENTIALS_FULL_URI=\nAWS_CONTAINER_AUTHORIZATION_TOKEN=\nAWS_SDK_UA_APP_ID=\n```\n\n\u003e [!NOTE]\n\u003e Visit the respective service portals (AWS, MongoDB, Google Maps and Unsplash) to generate any missing credentials.\n\n### 🥑 MongoDB Setup\n\nFollow [this guide](./MongoDB.md) to set up your MongoDB database and establish a connection with Tripper.\n\n### 🔐 Generate a JWT Secret Key\n\nUse OpenSSL to create a secure JWT secret key and update your `.env` file.\n\n```bash\nopenssl rand -hex 128\n```\n\n### ✨ Set Up AWS Bedrock\n\nAWS Bedrock provides the AI capabilities that power Tripper's smart recommendations and trip planning features. Ensure your **AWS Bedrock** environment is configured by setting up the required access keys and credentials in your `.env` file.\n\n### 📸 Unsplash API\n\nTripper integrates with the **Unsplash API** for sourcing high-quality images. Obtain an API key from the [Unsplash Developer Portal](https://unsplash.com/oauth/applications) and include it in your `.env` file.\n\n### 🚀 Running the Application\n\n1. Start the client:\n\n   ```bash\n   dx serve --port 3000\n   ```\n\n2. Navigate to `http://localhost:3000` to explore the Tripper landing page.\n\n\u003e **Note:** The initial build might take a few minutes, but the results are worth the wait!\n\n## ✅ Features\n\n- Full support for AWS Bedrock models, including **Claude 3** and other advanced AI solutions.\n- Intelligent trip planning with high-quality image integration.\n- Secure user authentication and role management.\n\n## 🛠️ Project Structure\n\n- **Components**: Reusable UI components like `navbar` and `footer` ensure consistency and maintainability.\n- **Server**: Organized with the **MVC** pattern for clear separation of concerns. This includes models, controllers, and response handlers.\n- **Pages**: All app views (e.g., `dashboard`, `home`) are modularized for straightforward updates.\n\nThis structure keeps the project scalable and easy to navigate as it grows.\n\n## 👨‍💻 Data Models\n\nTripper uses **MongoDB** for data storage, with well-defined models for efficiency and scalability:\n\n- **User** 🧑‍💼: Manages user credentials, profiles, and roles for secure access.\n- **Trip** 📚: Tracks trip details such as title, type, topics, and timestamps.\n- **Detail** 📖: Stores trip daily details content in both markdown and HTML formats for flexibility.\n- **Conversation** 💬: Records AI interactions for reference and analysis.\n- **Message** 📝: Logs individual messages in conversations for traceability.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensass%2Ftripper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensass%2Ftripper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensass%2Ftripper/lists"}