Blog
Behind the scenes of building indie software.
OpenAlex 技術解説レポート ― 研究情報のオープン化がもたらす企業・研究実務のグローバルインフラ
{/* ============================================================ 公開/会員限定の分割ガイド - 1〜3章: 無料公開(SEO流入・ブランド認知) - 4〜8章: 会員限定(登録導線) 分割の実装は chiapuru....
Read moreResearchMatchを作った理由:日本の産学連携の課題とAIベクトル検索の技術選定
行政機関での産学連携業務経験をもとに、なぜResearchMatchを作ったのか。日本の研究APIの問題、OpenAlexを選んだ理由、Hono・Qdrant・OpenAI Embeddingの技術選定の背景を詳しく解説します。
Read moreI Built a Word-to-Word Auto-Transfer Tool for Internal Contracts
「こういう仕組みがあったらいいな」という一言から作り始めた。50%評価のフィードバックを分析して見えてきた、このアプローチが活きる場所。そして副産物として得た、社内ツール量産の型。
Read moreGitHubとClaude Codeで人生を一元管理する「Lifeリポジトリ」を作った
仕事もプライベートも副業も、すべてをGitHubの1つのリポジトリで管理する仕組みを作りました。AIをパーソナルエージェントとして使うための土台となる「Lifeリポジトリ」の設計思想と使い方を紹介します。
Read more契約申込業務をGASで自動化した話【転記ミスゼロ・工数90%削減】
年100件以上の申込業務で発生していた手動転記作業を、Google Apps Script(GAS)で完全自動化。1件あたり20〜30分かかっていた作業が2〜3分に。導入コストゼロで実現した業務改善の全記録。
Read moreI Built Two Browser-Based Converters: Document ↔ JSON and Spreadsheet ↔ JSON
Converting .docx and .xlsx files to JSON — and back — entirely in the browser. No uploads, no servers. Here's why JSON is the right intermediate format for document automation.
Read more個人開発をはじめて一か月。正直な振り返り。
chiapuru.comの立ち上げから一か月。売上はゼロ。でも、やめる気はまったくない。開発・学習・日常業務への実践を通じて気づいた「AIの本当の使い方」について、正直に書きます。
Read more5 Essential Google Workspace Automations for Spreadsheet Power Users
Stop wasting time on manual copy-pasting. From automated market intelligence to real-time dashboards, learn how to transform Google Workspace into a high-performance automation engine.
Read moreWhen AI Fixes AI's Bugs — How Claude Code Security Is Rewriting the Rules of Security
Anthropic's Claude Code Security found 500+ zero-days in production OSS codebases. Here's what it means for indie developers and the new reality of AI fixing AI-generated bugs.
Read moreVBA出身の個人開発者がWebサービスを1人で立ち上げて売るまでに選んだインフラの全記録
Excel/VBA・Python出身。副業の時間は平日夜2時間と週末のみ。そんな自分がchiapuru.comとSheetToolBoxを作って販売するまでに、なぜそのツールを選んだのか。選ばなかったのか。失敗したことも含めて全部書く。
Read more個人開発者のための Developer Infrastructure 完全カオスマップ 2026
Hosting・DB・認証・決済・監視など7カテゴリ30以上のサービスを横断比較。PLGモデル・スケール時コスト・推奨スタックまで、個人開発者が知るべきインフラ選定の全体像。
Read moreClaude CodeがCLIでgit worktreeをネイティブサポート——並列エージェント開発が変わる
複数のAIエージェントが互いに干渉せず、同じリポジトリで同時並行作業できるようになった。Claude CodeのCLIへのworktreeネイティブ対応が意味することを整理する。
Read moreVercelもSupabaseも無料で使える理由——PLGモデルという視点
個人開発者が使うサービスは、なぜ太い無料枠を持っているのか。その構造を理解すると、ツール選定が変わる。
Read moreClaude Cowork: The Complete Guide to Working With AI, Not Just Talking to It
Claude Cowork lets AI actually do the work — opening files, processing data, and saving results — not just suggest what you should do. Here's a complete breakdown of how it works, including Connectors, Skills, Plugins, and a practical accounting workflow example.
Read moreAutomating PDF Retrieval from a Legacy Financial System with Python + Playwright
## The Problem At my day job, staff had to manually pull voucher PDFs from the university's financial system — 3,000 times a year. The steps were a...
Read moreI Built a Fully Automated Tweet System: Google Sheets + GitHub Actions + Claude API
From forgetting to tweet for weeks, to a system that generates drafts from blog posts automatically on push and posts to X three times a day — here's exactly how it works.
Read moreAutomated PDF Retrieval from Financial Accounting System — Saving 92 Hours per Year
Built an RPA tool with Python and Playwright to automate payment voucher PDF retrieval from a financial accounting system (GLOVIAUX). Reduced processing time from ~2 min to ~10 sec per item, saving approximately 92 hours per year.
Read moreRebranding Chiapuru: Going English-First
Chiapuru.com is now English-first. Here's why I decided to rebrand, what changed, and what's coming next.
Read moreClaude APIを活用した業務自動化【Python実践ガイド】
Claude APIを使ったドキュメント業務の自動化を解説。議事録作成、レポート要約、メール下書き生成など、実務で使えるPythonスクリプトを紹介。
Read moredotfilesリポジトリの作り方完全ガイド【Mac/Windows対応】
開発環境を一瞬で再現できるdotfilesリポジトリの作り方を解説。Mac(zsh/Homebrew)とWindows(PowerShell/winget)の両方に対応した実践的なガイド。
Read moreSheetToolBox デスクトップ版プロトタイプが完成しました
SheetPic・MacroRemover・SheetMergeの3ツールを1つにまとめたデスクトップアプリ「SheetToolBox」のプロトタイプが完成。今後の販売計画も含めてご報告します。
Read moreExcel Sheet PicをTauriでデスクトップアプリ化した話
Web版Excel Sheet Picを、Rust + Tauriでローカル完結のデスクトップアプリに。書式保持の実装とTauri v2のハマりポイントをまとめました。
Read morePython・VBA畑の自分が初めてRustを書いて感じたこと
所有権って何?借用って何?Python・VBA中心だった自分がRustに初挑戦。AIエージェント(Codex)の力を借りて短期間で形にできた話。
Read moreMacをエンジニアとして使いこなす完全ガイド【2026年版】
Mac購入初日から実践できるエンジニア向けセットアップガイド。Homebrew、iTerm2/WezTerm、Claude Code、AquaVoiceなどの必須ツールから、dotfilesによる環境管理まで徹底解説。
Read moreスタートアップの技術選定:2026年版最強スタック
シード〜シリーズAのスタートアップ向け技術スタック完全ガイド。Next.js、TypeScript、Supabase、Vercelなど、2026年に選ぶべき技術とその理由を徹底解説。
Read moreWindowsをエンジニアとして使いこなす完全ガイド【2026年版】
Windows購入初日から実践できるエンジニア向けセットアップガイド。winget、Windows Terminal、PowerShell、Claude Code、PowerToysなどの必須ツールから、dotfilesによる環境管理まで徹底解説。
Read moreメンバー限定コンテンツへようこそ
Chiapuruのメンバー限定ブログへようこそ。ここでは、一般公開していない開発Tipsやツールの裏話をお届けします。
Read more振替伝票を自動生成するStreamlitアプリを作った話
大学の経理業務で毎月発生する振替伝票作成を自動化。Claude Codeを活用して、Python + Streamlitで業務効率化ツールを開発した記録。
Read more副業・兼業が当たり前の時代へ
副業・兼業が当たり前になりつつある今、働き方の変化と個人開発への挑戦について。
Read moreChiapuru復活 - 個人開発を始めた理由
経営・財務分析の仕事からAI開発へ。なぜ私が個人開発を始めたのか、その背景と展望についてお話しします。
Read more