[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-809":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":15,"stars30d":16,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":17,"rankGlobal":9,"rankLanguage":9,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":19,"hasPages":19,"topics":21,"createdAt":9,"pushedAt":9,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":14,"starSnapshotCount":14,"syncStatus":25,"lastSyncTime":26,"discoverSource":27},809,"palantir-for-family-trips","andrewjiang\u002Fpalantir-for-family-trips","andrewjiang","A Palantir-ish dashboard for family trip planning.",null,"JavaScript",888,169,5,0,1,60,10.69,"MIT License",false,"master",[],"2026-06-12 02:00:19","# Family Trip Command Center\n\n> A Palantir-ish dashboard for a very non-Palantir problem: getting a few families to Pine Mountain Lake and Yosemite without losing the plot.\n\nInstead of a normal trip planner, this repo treats a long weekend like an operation: convoy routes, arrival windows, mission launches, meal logistics, family checklists, and a giant map that makes everything feel more serious than it needs to be.\n\n![Family Trip Command Center dashboard overview](docs\u002Fdashboard-overview.png)\n\n## What It Does\n\n- Tracks multiple families arriving from different cities.\n- Simulates driving routes, convoy departures, and day-by-day timeline playback.\n- Organizes the trip into itinerary, stay, meals, activities, expenses, and family views.\n- Presents the whole thing as a dark, command-center-style dashboard because that is more fun than a spreadsheet.\n\n## Screens\n\n### Mission launch overlay\n\n![Mission launch overlay](docs\u002Fmission-launch.png)\n\n### Activity planning surface\n\n![Activity planning screen](docs\u002Factivity-board.png)\n\n### Meal logistics surface\n\n![Meal planning screen](docs\u002Fmeals-planner.png)\n\n## Why This Exists\n\nBecause “three families are trying to get to the same cabin” is already a systems problem.\n\nThe repo is intentionally overbuilt for a small real-life use case. That is the point. It is a fun UI experiment, a trip-planning toy, and a mildly absurd attempt to make a family weekend feel like a live operations room.\n\n## Stack\n\n- React 19\n- Vite\n- Google Maps JavaScript API\n- Lucide icons\n- Framer Motion\n\n## Running It Locally\n\n```bash\nnpm install\ncp .env.example .env\nnpm run dev\n```\n\nOpen `http:\u002F\u002F127.0.0.1:5173` or whatever Vite prints.\n\n## Environment\n\nFor the full map experience, add a browser Maps key to `.env`:\n\n```bash\nVITE_GOOGLE_MAPS_API_KEY=your_browser_maps_key_here\n```\n\nOptional:\n\n```bash\nVITE_GOOGLE_MAP_ID=your_optional_google_map_id\n```\n\nWithout a key, the app still renders its UI but the live Google map layer will not fully initialize.\n\n## Data \u002F Privacy\n\nThe trip data in this repo is intentionally sanitized for public sharing.\n\n- Family names are demo names.\n- The basecamp address is generalized.\n- Access instructions, Wi-Fi, host details, and other private trip notes are removed.\n\nIf you publish this with your own Google Maps key, usage is billed to your Google Cloud project.\n\n## Repo Notes\n\n- State is stored locally in the browser.\n- The project is optimized for desktop and large-screen dashboard vibes.\n- The UI intentionally leans dense, dramatic, and slightly over-the-top.\n\n## If You Want To Hack On It\n\nGood places to start:\n\n- `src\u002FApp.jsx` for the main shell, timeline, and overlays\n- `src\u002FCommandMap.jsx` for route rendering, playback, and map behavior\n- `src\u002FtripModel.js` for the seeded trip document and helper logic\n\n## Status\n\nBuilt for fun. Surprisingly usable. Not pretending to be enterprise software.\n","这是一个为家庭旅行规划设计的类似Palantir风格的仪表盘。项目通过模拟驾驶路线、车队出发时间和日程回放等功能，帮助多家庭从不同城市出发到达同一目的地时进行协调管理。它还提供了详细的行程安排、住宿、餐饮、活动和费用等信息，并以一种严肃但有趣的指挥中心风格界面展示所有内容。适合用于组织涉及多个家庭成员的复杂旅行计划，尤其是在需要高度协调的情况下。技术上基于React 19、Vite以及Google Maps JavaScript API构建，旨在提供一个既实用又具趣味性的用户体验。",2,"2026-06-11 02:39:28","CREATED_QUERY"]