實作路線 · LEGION.TW
你可以做一個別人都不需要的軟體。
這條路線寫給沒寫過程式、受夠了把同一筆預約抄到三個地方的人。你會裝好 VS Code 與 Codex,很早就做出一個真正的 Windows 應用程式,然後邊用邊學:GitHub、一份描述你真實一週的需求說明、讓第二個人共用同一份紀錄,以及它壞掉那天該怎麼辦。
作者:Buddy Lien。
文章列表
請照順序讀。每一篇都建立在前一篇做過的決定上。
- 01You Can Have Software Nobody Else NeedsYou do not need a market, a business plan, or users to justify building a tool. The calling work behind the Visit Book example, and why the job is more interesting than the app.6 分鐘閱讀
- 02What You Need Before You StartInstall VS Code, pick the Codex desktop app or the CLI, and have Codex build Visit Book as a real native Windows app with Tauri — opened from a shortcut, saving records on your own computer.9 分鐘閱讀
- 03GitHub for People Who Have Never Written CodeUnderstand Git and GitHub, find the changes Codex saved, and distinguish the project's source history from a backup of your business records.5 分鐘閱讀
- 04Describe the Life You Want the Software to FitA careful account of one phone call is worth more than a page of borrowed technical language. How to describe your real working day so Visit Book fits it instead of resembling every other dashboard.6 分鐘閱讀
- 05The Little Bit of Systems Engineering You Actually NeedOne saved appointment feeding the business page, the calendar, and Friday's visit list. Enough systems reasoning to ask why an app still makes you type the same change twice.6 分鐘閱讀
- 06Don't Let AI Shrink Your Ambition“Let's start with a simple MVP” can be discipline or a conveniently small interpretation of your request. The article Buddy rewrote after Frank pointed out that a beginner's first app could be a real native one.6 分鐘閱讀
- 07Add Something Real: A Second PersonExtend Visit Book to a colleague calling from another Windows computer in another home: the same business details, the latest conversations, and nobody phoning the same place twice.7 分鐘閱讀
- 08When It Breaks, You Still Own ItThe AI says it fixed the problem and the problem is still there. How to report failure precisely, recover a working version of Visit Book, and stay the owner of it.7 分鐘閱讀
適合誰
有一個很煩、也不華麗的問題,而且沒有程式背景的人。不需要市場、商業計畫或任何人的許可。
關於範例
文章以虛構的預約工具 Visit Book 為例,從打電話、記錄回電時間、處理改期,一路做到讓另一位同事從自己家裡加入,共用工作紀錄。這是你要自己做的教學範例,本站不提供現成的 Visit Book。
閱讀課程 →