{"id":49451160,"url":"https://github.com/maru0014/tools-codelife-cafe","last_synced_at":"2026-04-30T02:40:12.459Z","repository":{"id":340256197,"uuid":"1165187163","full_name":"maru0014/tools-codelife-cafe","owner":"maru0014","description":"仕事で安心して使える Webツール集 すべてのツールがブラウザ内で完結。 サーバーへのデータ送信は一切ありません。","archived":false,"fork":false,"pushed_at":"2026-04-23T11:05:01.000Z","size":1997,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T12:22:43.534Z","etag":null,"topics":["astro","tools","web"],"latest_commit_sha":null,"homepage":"https://tools.codelife.cafe/","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/maru0014.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-23T23:05:45.000Z","updated_at":"2026-04-23T11:05:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maru0014/tools-codelife-cafe","commit_stats":null,"previous_names":["maru0014/tools-codelife-cafe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maru0014/tools-codelife-cafe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maru0014%2Ftools-codelife-cafe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maru0014%2Ftools-codelife-cafe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maru0014%2Ftools-codelife-cafe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maru0014%2Ftools-codelife-cafe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maru0014","download_url":"https://codeload.github.com/maru0014/tools-codelife-cafe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maru0014%2Ftools-codelife-cafe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["astro","tools","web"],"created_at":"2026-04-30T02:40:10.875Z","updated_at":"2026-04-30T02:40:12.453Z","avatar_url":"https://github.com/maru0014.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CODE:LIFE Tools\n\n**仕事で安心して使える、完全クライアントサイド処理のWebツール集。**\n\nすべてのデータ処理はお使いのブラウザ内で完結。サーバーへのデータ送信は一切ありません。\n\n🔗 **[https://tools.codelife.cafe](https://tools.codelife.cafe)**\n\n## 📦 収録ツール（17種）\n\n### テキスト処理\n\n| ツール | 説明 |\n|--------|------|\n| [全角⇔半角変換](/zenkaku-hankaku) | カタカナ・英数字・記号の全角⇔半角一括変換 |\n| [文字数カウント](/char-count) | 文字数・バイト数（UTF-8/Shift-JIS）・行数をリアルタイムカウント |\n| [テキスト差分](/text-diff) | 2つのテキストの差分を並列・インライン表示 |\n| [ユニコード変換](/unicode-converter) | テキストとユニコードエスケープシーケンス（\\\\uXXXX）を相互変換 |\n\n### データ処理\n\n| ツール | 説明 |\n|--------|------|\n| [JSON整形](/json-formatter) | JSONの整形・圧縮・バリデーション |\n| [CSVビューア/エディタ](/csv-editor) | CSVをテーブル形式で閲覧・編集・エクスポート |\n| [CSV文字化け修復](/csv-fixer) | CSVの文字コード自動判定・変換（Shift_JIS/UTF-8/EUC-JP等） |\n| [電話番号フォーマッタ](/phone-formatter) | 日本語の電話番号をE.164・国際表記・国内表記に即変換。CSV一括変換対応。 |\n| [ダミーデータ生成](/dummy-data) | 日本語の氏名・住所・電話番号等の一括生成（JSON/CSV/TSV） |\n\n### ユーティリティ\n\n| ツール | 説明 |\n|--------|------|\n| [QRコード生成](/qr-generator) | テキスト・URLからQRコードを生成しPNG/SVGダウンロード |\n| [Base64エンコード/デコード](/base64) | テキスト・ファイルのBase64変換、Data URI出力対応 |\n| [URLエンコード/デコード](/url-encoder) | 日本語を含むURLやクエリを安全に双方向変換。コンポーネント/フルURLモード対応 |\n| [和暦⇔西暦変換](/wareki-converter) | 和暦（令和・平成等）と西暦のリアルタイム相互変換 |\n\n### 開発者向け\n\n| ツール | 説明 |\n|--------|------|\n| [正規表現チェッカー](/regex-tester) | リアルタイムマッチング・置換・キャプチャグループ表示 |\n| [SQLフォーマッター](/sql-formatter) | SQL文の整形（MySQL, PostgreSQL等の方言対応） |\n| [個人情報マスキング](/masking) | メール・電話番号・カード番号等を自動検出してマスキング |\n| [暗号変換](/cipher) | シーザー暗号・ROT13・モールス信号・逆順等のテキスト変換 |\n\n## 🛡️ セキュリティ\n\n- **完全クライアントサイド処理** — データが外部サーバーに送信されることはありません\n- **オープンソース** — コードはすべて公開されており、処理内容を誰でも確認できます\n- **PWA対応・オフライン動作** — インストール後はオフライン環境でも全ツールを利用可能\n\n## 🏗️ 技術スタック\n\n- **フレームワーク:** [Astro](https://astro.build/)（静的サイト生成）\n- **UIコンポーネント:** React（Astro Islands） + [shadcn/ui](https://ui.shadcn.com/)\n- **スタイリング:** Tailwind CSS v4\n- **アイコン:** Lucide Icons\n- **テスト:** Playwright（E2E）\n- **ホスティング:** Cloudflare Pages\n- **CI/CD:** GitHub Actions\n\n## 🧞 コマンド\n\n| コマンド | 説明 |\n|----------|------|\n| `npm install` | 依存パッケージをインストール |\n| `npm run dev` | 開発サーバーを起動（`localhost:4321`） |\n| `npm run build` | 本番用に静的ビルド＋SW生成（`dist/`） |\n| `npm run preview` | ビルド結果をローカルプレビュー |\n| `npx playwright test --headed` | E2Eテストを実行（ブラウザ表示あり） |\n\n## 📄 ライセンス\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaru0014%2Ftools-codelife-cafe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaru0014%2Ftools-codelife-cafe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaru0014%2Ftools-codelife-cafe/lists"}