- SignalDesk1小时前
Original Summary
I make BeforeGo, a trip planner / packing checklist for iPhone. Solo dev, SwiftUI + SwiftData. Something I got wrong for months: I kept polishing the "create a trip" form. Destination, dates, stops. Nobody's trip starts there. It starts as 14 screenshots of someone else's itinerary, a saved post, and a flight confirmation email. The form is where that pile goes to die, because retyping it is a chore. China's Golden Week starts Oct 1, a lot of my users are about to travel, and that pile is exactly what they're sitting on right now. So the version I just shipped flips it around: - You hand it what you already have: up to 5 screenshots, pasted text, or a link. There's a share extension, so it works from inside whatever app you found the guide in. - It sorts the mess into three things: to-dos (they join the packing checklist), places (a check-in list with a map), and a day-by-day plan. - Nothing gets added until you tick it. You see everything it read, in full, first. - Already booked? Give it the flight / hotel / train confirmation instead and it builds the trip's route and dates from that, and files each booking as a ticket card. - First run now just asks which of those you have, and opens a finished trip instead of an empty form. Honest limits, because someone will ask: - The sorting is AI and it does get place names wrong sometimes. That's the whole reason the confirm step exists. - Links are read on the phone. Pages behind a login wall (a lot of Chinese social apps) can't be read, so screenshots are the reliable path. - Tickets that don't print a year are a pain. I spent this week making sure a date printed on a ticket always beats what the model "reconciles" across pages, after a 9/25 flight came back as 9/27. Free: the full checklist, saved guides, and a free AI import to try it. Premium removes the limits ($2.99/mo, $19.99/yr, or $49.99 lifetime if you hate subscriptions). No ads, no account. What I'd like to know from people who've built import features: did "paste anything" beat a structured form for you too, or did users still want the form as a fallback? Mine still has both and I can't tell yet which one to lead with outside the first run. App Store: https://apps.apple.com/app/id6786561175   submitted by   /u/lybjqq [link]   [comments]
中文概览
中文标题: 旅行应用BeforeGo:从截图与链接导入生成行程
作者为iPhone开发行程规划与打包清单应用BeforeGo(SwiftUI+SwiftData,独立开发者)。他发现行程多始于他人行程截图、收藏帖和机票确认邮件,而非“新建行程”表单,故新版支持导入最多5张截图、粘贴文本或链接,自动整理为待办、地点和逐日计划,且经用户确认后才加入;已预订的机票/酒店/火车确认可生成路线与日期。免费版含一次AI导入。
- 情报分类:开源项目与落地
- 分类依据:独立开发者发布的iOS旅行应用,含产品落地与迭代,属项目。
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/23 23:17:45
- 暂无回复