{"id":31039113,"url":"https://github.com/pianopia/tategaki","last_synced_at":"2025-09-14T07:47:45.023Z","repository":{"id":313593424,"uuid":"1051955428","full_name":"pianopia/tategaki","owner":"pianopia","description":"小説執筆用の縦書きエディタ","archived":false,"fork":false,"pushed_at":"2025-09-07T06:07:15.000Z","size":1024,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-07T07:13:08.089Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pianopia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-07T04:45:38.000Z","updated_at":"2025-09-07T06:07:18.000Z","dependencies_parsed_at":"2025-09-07T07:23:32.007Z","dependency_job_id":null,"html_url":"https://github.com/pianopia/tategaki","commit_stats":null,"previous_names":["pianopia/tategaki"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pianopia/tategaki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pianopia%2Ftategaki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pianopia%2Ftategaki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pianopia%2Ftategaki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pianopia%2Ftategaki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pianopia","download_url":"https://codeload.github.com/pianopia/tategaki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pianopia%2Ftategaki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275076528,"owners_count":25401315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-14T07:47:43.571Z","updated_at":"2025-09-14T07:47:44.988Z","avatar_url":"https://github.com/pianopia.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tategaki - AI搭載縦書き小説エディタ\n\n**小説家・ライター・同人作家のための無料創作ツール**\n\n縦書き表示とAI執筆支援機能を搭載した、日本語文芸創作に特化したWebエディタです。原稿用紙風のレイアウトで集中して執筆できる環境を提供し、Google Gemini AIが創作活動を強力にサポートします。\n\n## 🎯 対象ユーザー\n\n- **小説家・文芸作家** - 縦書きでの本格的な小説執筆\n- **同人作家** - 同人小説・二次創作の執筆\n- **Web小説投稿者** - なろう系・カクヨム等への投稿原稿作成\n- **ライター・エッセイスト** - 日本語文章の創作全般\n- **脚本家・シナリオライター** - 物語・対話の執筆\n\n## ✨ 主な機能\n\n- ✍️ **縦書き・横書き対応** - 日本語文章に最適な縦書き表示で没入感のある執筆体験\n- 🤖 **AI執筆支援** - Gemini AI搭載で続き・対話・描写を自動生成\n- 📄 **ページ管理** - 複数ページでの執筆、スムーズな改ページ機能\n- 💾 **ファイル操作** - テキストファイルのインポート・エクスポート対応\n- ⌨️ **ショートカットキー** - プロ仕様の効率的な執筆環境\n- 📊 **執筆統計** - 文字数・行数のリアルタイム表示で進捗管理\n- 🎨 **原稿用紙風UI** - 集中できる美しいインターフェース\n\n## セットアップ\n\n### 1. 依存関係のインストール\n\n```bash\nnpm install\n```\n\n### 2. 環境変数の設定\n\nAI機能を使用するには、Google AI Studio APIキーが必要です。\n\n1. [Google AI Studio](https://aistudio.google.com/app/apikey) でAPIキーを取得\n2. `.env.local` ファイルを作成\n3. 以下のように環境変数を設定\n\n```env\nGOOGLE_GENERATIVE_AI_API_KEY=your_api_key_here\n```\n\n### 3. 開発サーバーの起動\n\n```bash\nnpm run dev\n```\n\nhttp://localhost:3000 でアクセスできます。\n\n## 使用方法\n\n### ショートカットキー\n\n- **Ctrl + Enter**: 新しいページを作成\n- **Cmd + K**: AI文章生成ダイアログを開く\n- **← / →**: ページ移動 (ボタンクリック)\n\n### 🤖 AI執筆支援機能\n\n**Google Gemini搭載の高機能文章生成**\n\n1. ✨ボタンをクリックまたは Cmd+K を押下\n2. プロンプト入力ダイアログが表示\n3. AIへの指示を入力\n4. 「生成」ボタンをクリック\n5. カーソル位置に生成文章が挿入\n\n#### 💡 AI活用例\n\n- **続きを書いて** - 物語の続きを自然に生成\n- **この場面をより詳しく描写して** - 情景描写を豊かに\n- **対話を追加して** - キャラクター同士の会話を生成\n- **感情表現を強化して** - より感動的な文章に\n- **この人物の心理描写を** - 内面の葛藤を表現\n\n#### 🚀 利用可能なAIモデル\n\n- **Flash (gemini-1.5-flash)**: 高速生成・日常執筆に最適\n- **Pro (gemini-1.5-pro)**: 高品質・重要シーンに\n- **2.0 Flash (gemini-2.0-flash-exp)**: 最新実験版・最高品質\n\n### 📝 執筆のコツ\n\n- **縦書きモード**で日本語の美しさを体感\n- **AI支援**で創作のブロックを解消\n- **ページ管理**で長編小説も快適に\n- **ショートカット**で執筆スピードアップ\n\n## 技術スタック\n\n- **Next.js 15** - Reactフレームワーク\n- **TypeScript** - 型安全な開発\n- **TailwindCSS** - ユーティリティファーストCSS\n- **Vercel AI SDK** - AI統合\n- **Google Gemini** - 文章生成AI\n\n## ライセンス\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpianopia%2Ftategaki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpianopia%2Ftategaki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpianopia%2Ftategaki/lists"}