diff --git a/atlas.json b/atlas.json index 4c4994e..87c9b37 100644 --- a/atlas.json +++ b/atlas.json @@ -2,7 +2,7 @@ "meta": { "owner": "mai", "description": "Posimai 開発インフラ構成", - "updated": "2026-03-31", + "updated": "2026-04-01", "version": "2" }, "nodes": [ @@ -143,6 +143,15 @@ "description": "決済処理。共同開発者 Eiji と共有。アカウント済み・Kintone 連携実績あり。将来の課金機能向け。", "url": "https://stripe.com", "status": "active" + }, + { + "id": "posimai-store", + "label": "Posimai Store", + "type": "app", + "description": "Posimaiアプリ販売LP。フリーミアム+買い切り¥500モデル。Ponshu Room を最初の販売対象とし Brain/Habit/Pulse も順次展開予定。Design A/B/C の3バリアント実装済み。", + "url": "https://posimai-store.vercel.app", + "status": "active", + "parent": "vercel" } ], "edges": [ @@ -177,6 +186,8 @@ { "from": "posimai-apps", "to": "posimai-api", "type": "calls", "label": "REST API" }, { "from": "posimai-apps", "to": "supabase", "type": "calls", "label": "realtime" }, { "from": "posimai-apps", "to": "stripe", "type": "calls", "label": "payment" }, + { "from": "posimai-store", "to": "stripe", "type": "calls", "label": "Payment Link" }, + { "from": "posimai-store", "to": "vercel", "type": "runs-on" }, { "from": "windows-pc", "to": "vps-xserver", "type": "connects", "label": "SSH" } ]