今回のサイト構成は、単一アプリの紹介ページを増築するのではなく、最初から複数アプリを並べられる形に寄せています。その最初の基準点として選んだのが筋トレコードです。

理由は単純で、すでに Web 向けの成果物があり、アプリ紹介に必要な説明も accounts 配下に揃っていたからです。つまり、最小の工数で「公開できる構造」を一度作り切れる題材でした。

このページを基準にすると、次のアプリは apps 配下に LP を増やし、共通ページはそのまま流用できます。公開基盤の設計を先に固めることで、アプリ追加のたびにトップページの作り直しが発生しにくくなります。

The site is no longer modeled as a single-product page with extra sections bolted on. Instead, it starts as a multi-app publishing surface. KintoRecord was chosen as the first reference implementation for that model.

The main reason is practical: a runnable web build already exists, and the descriptive content was already available under accounts/. That made it the fastest path to proving the structure end to end.

Once this landing page pattern is in place, future apps can be added under apps/ with the same shared pages and navigation model. That reduces the amount of top-level rework needed for each new launch.