Back to Discover

StoryCanon

connector

exp3

A structured story bible for long-form fiction: scenes, characters, world, plot and foreshadowing.

View on GitHub
0 starsSynced Aug 11, 2026

Install to Claude Code

/plugin marketplace add exp3/StoryCanon

README

StoryCanon

StoryCanon は、ChatGPT で生成・相談した小説の設定、本文、キャラクター、世界観、伏線、TODO、現在の物語状態を作品ごとに保存するための MVP 実装です。

構成

  • apps/web: Next.js + TypeScript + Prisma + PostgreSQL の Web/API アプリ
  • infra: AWS CDK v2 による App Runner / ECR / RDS / VPC / S3 / Secrets Manager 構成
  • docs: 内部仕様、外部仕様、AWS 構築メモ
  • tests/integration: ローカル結合テスト

ローカル開発

npm install
Copy-Item .env.example apps/web/.env
docker compose up -d postgres
npm run prisma:migrate -w apps/web
npm run dev -w apps/web

テスト

AWS リソースは作成せず、ローカルの結合テストのみ実行します。

npm run test:integration

AWS

CDK と AWS CLI の手順は docs/infrastructure.md にまとめています。実行前に AWS アカウント、ドメイン、Secrets Manager の値を確認してください。

Rendered live from exp3/StoryCanon's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://storycanon.softglow.jp/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.