ミセテLPを分離し、app-040 を Component Studio 単体のリポジトリに戻す - #5
Merged
Conversation
買い手も集客チャネルも別(コンポーネント集=開発者/MCP、ミセテLP=店主/業種SEO)で、 1つのサイトに同居させる利点が薄いため、app-040はComponent Studioに専念する。 - src/lp/ 一式(26ファイル)を削除 - トップページのフッターから「ミセテLP」導線と文言キー(ja/en)を削除 - ルート "lp" を削除(/lp は未知のパスとしてトップにフォールバックする) - プリレンダの /lp エントリ、scripts/build-lp-css.mjs、npm script "lp:css"、 docs/LP-BUILDER.md、VITE_STRIPE_LINK_LP の型宣言を削除 - vitest.config.ts の lp.css 透過設定を削除(不要になったため) ※ ミセテLPのコードは失われていない。コミット c262aec に全て残っており、 別リポジトリへ移す際は次で取り出せる: git checkout c262aec -- src/lp/ scripts/build-lp-css.mjs docs/LP-BUILDER.md あわせて必要な改変箇所: src/App.tsx(ルート) / src/pages/Landing.tsx(導線) / scripts/prerender.mjs(/lp のSEOシェル) / package.json(lp:css) / src/vite-env.d.ts 880個側の lp-anim-* コンポーネント(LPアニメ部品)は別物なので変更していない。 テスト2648件グリーン。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YXb6DP2sELzRyZkqpe15p4
yoggydev
marked this pull request as ready for review
July 28, 2026 13:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
app-040 には2製品(880コンポーネントの Component Studio と、LPビルダーの ミセテLP)が同居していました。買い手も集客チャネルも別(開発者・MCP配布 / 店主・業種SEO)で1サイトに同居させる利点が薄いため、app-040 は Component Studio に専念し、ミセテLPを切り離します。
変更内容
src/lp/一式(26ファイル・8,518行)を削除"lp"を削除(/lpは未知のパスとしてトップにフォールバック)/lpエントリ、scripts/build-lp-css.mjs、npm scriptlp:css、docs/LP-BUILDER.md、VITE_STRIPE_LINK_LPの型宣言を削除vitest.config.tsのlp.css透過設定を削除(不要になったため)880個側の
lp-anim-*コンポーネント(LPアニメ部品)は別物なので一切変更していません。ミセテLPのコードは失われていません
コミット
c262aecに全て残っており、別リポジトリへ移す際は次で取り出せます:あわせて必要になる改変箇所:
src/App.tsx(ルート追加)/src/pages/Landing.tsx(導線)/scripts/prerender.mjs(/lpのSEOシェル)/package.json(lp:css)/src/vite-env.d.ts検証エビデンス
dist/lp/が生成されないことを確認/lpにウィザードが出ない/トップに「ミセテ」の記載がない/フッターに/lpリンクが0件/トップがComponent Studioとして動く//studio(880個)が動く//pricingが ¥9,800 買い切りを表示(日本語ロケールで確認)BOOTH 出品について
docs/booth-listing.mdは Component Studio 専用の内容で、ミセテLPへの言及は0件。商品説明・ライセンス条文・配布物構成・公開手順まで揃っており、この分離後の状態がそのまま出品対象になります。🤖 Generated with Claude Code
https://claude.ai/code/session_01YXb6DP2sELzRyZkqpe15p4
Generated by Claude Code